Uses of Record Class
club.doki7.opencl.handle.CLAcceleratorIntel.Ptr
Packages that use CLAcceleratorIntel.Ptr
-
Uses of CLAcceleratorIntel.Ptr in club.doki7.opencl.handle
Methods in club.doki7.opencl.handle that return CLAcceleratorIntel.PtrModifier and TypeMethodDescriptionstatic CLAcceleratorIntel.Ptr
static CLAcceleratorIntel.Ptr
static CLAcceleratorIntel.Ptr
CLAcceleratorIntel.Ptr.allocate
(Arena arena, @Nullable CLAcceleratorIntel @NotNull [] values) static CLAcceleratorIntel.Ptr
CLAcceleratorIntel.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable CLAcceleratorIntel> values) static CLAcceleratorIntel.Ptr
CLAcceleratorIntel.Ptr.allocateV
(Arena arena, @Nullable CLAcceleratorIntel value0, @Nullable CLAcceleratorIntel... values) CLAcceleratorIntel.Ptr.offset
(long offset) CLAcceleratorIntel.Ptr.reinterpret
(long newSize) Assume theCLAcceleratorIntel.Ptr
is capable of holding at leastnewSize
handles, create a new viewCLAcceleratorIntel.Ptr
that uses the same backing storage as thisCLAcceleratorIntel.Ptr
, but with the new size.CLAcceleratorIntel.Ptr.slice
(long end) CLAcceleratorIntel.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).