Uses of Record Class
club.doki7.opencl.handle.CLCommandQueue.Ptr
Packages that use CLCommandQueue.Ptr
-
Uses of CLCommandQueue.Ptr in club.doki7.opencl
Methods in club.doki7.opencl with parameters of type CLCommandQueue.PtrModifier and TypeMethodDescription@Nullable CLCommandBufferKhr
CL.createCommandBufferKHR
(int num_queues, CLCommandQueue.Ptr queues, @Nullable LongPtr properties, @Nullable IntPtr errcode_ret) int
CL.enqueueCommandBufferKHR
(int num_queues, CLCommandQueue.Ptr queues, @Nullable CLCommandBufferKhr command_buffer, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) @Nullable CLCommandBufferKhr
CL.remapCommandBufferKHR
(@Nullable CLCommandBufferKhr command_buffer, int automatic, int num_queues, CLCommandQueue.Ptr queues, int num_handles, CLMutableCommandKhr.Ptr handles, CLMutableCommandKhr.Ptr handles_ret, @Nullable IntPtr errcode_ret) -
Uses of CLCommandQueue.Ptr in club.doki7.opencl.handle
Methods in club.doki7.opencl.handle that return CLCommandQueue.PtrModifier and TypeMethodDescriptionstatic CLCommandQueue.Ptr
static CLCommandQueue.Ptr
static CLCommandQueue.Ptr
CLCommandQueue.Ptr.allocate
(Arena arena, @Nullable CLCommandQueue @NotNull [] values) static CLCommandQueue.Ptr
CLCommandQueue.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable CLCommandQueue> values) static CLCommandQueue.Ptr
CLCommandQueue.Ptr.allocateV
(Arena arena, @Nullable CLCommandQueue value0, @Nullable CLCommandQueue... values) CLCommandQueue.Ptr.offset
(long offset) CLCommandQueue.Ptr.reinterpret
(long newSize) Assume theCLCommandQueue.Ptr
is capable of holding at leastnewSize
handles, create a new viewCLCommandQueue.Ptr
that uses the same backing storage as thisCLCommandQueue.Ptr
, but with the new size.CLCommandQueue.Ptr.slice
(long end) CLCommandQueue.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).