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 CLCommandBufferKhrCL.createCommandBufferKHR(int num_queues, CLCommandQueue.Ptr queues, @Nullable LongPtr properties, @Nullable IntPtr errcode_ret) intCL.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 CLCommandBufferKhrCL.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.Ptrstatic CLCommandQueue.Ptrstatic CLCommandQueue.PtrCLCommandQueue.Ptr.allocate(Arena arena, @Nullable CLCommandQueue @NotNull [] values) static CLCommandQueue.PtrCLCommandQueue.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable CLCommandQueue> values) static CLCommandQueue.PtrCLCommandQueue.Ptr.allocateV(Arena arena, @Nullable CLCommandQueue value0, @Nullable CLCommandQueue... values) CLCommandQueue.Ptr.offset(long offset) CLCommandQueue.Ptr.reinterpret(long newSize) Assume theCLCommandQueue.Ptris capable of holding at leastnewSizehandles, create a new viewCLCommandQueue.Ptrthat 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).