Uses of Record Class
club.doki7.opencl.handle.CLSemaphoreKhr.Ptr
Packages that use CLSemaphoreKhr.Ptr
-
Uses of CLSemaphoreKhr.Ptr in club.doki7.opencl
Methods in club.doki7.opencl with parameters of type CLSemaphoreKhr.PtrModifier and TypeMethodDescriptionint
CL.enqueueSignalSemaphoresKHR
(@Nullable CLCommandQueue command_queue, int num_sema_objects, CLSemaphoreKhr.Ptr sema_objects, @Nullable LongPtr sema_payload_list, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) int
CL.enqueueWaitSemaphoresKHR
(@Nullable CLCommandQueue command_queue, int num_sema_objects, CLSemaphoreKhr.Ptr sema_objects, @Nullable LongPtr sema_payload_list, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) -
Uses of CLSemaphoreKhr.Ptr in club.doki7.opencl.handle
Methods in club.doki7.opencl.handle that return CLSemaphoreKhr.PtrModifier and TypeMethodDescriptionstatic CLSemaphoreKhr.Ptr
static CLSemaphoreKhr.Ptr
static CLSemaphoreKhr.Ptr
CLSemaphoreKhr.Ptr.allocate
(Arena arena, @Nullable CLSemaphoreKhr @NotNull [] values) static CLSemaphoreKhr.Ptr
CLSemaphoreKhr.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable CLSemaphoreKhr> values) static CLSemaphoreKhr.Ptr
CLSemaphoreKhr.Ptr.allocateV
(Arena arena, @Nullable CLSemaphoreKhr value0, @Nullable CLSemaphoreKhr... values) CLSemaphoreKhr.Ptr.offset
(long offset) CLSemaphoreKhr.Ptr.reinterpret
(long newSize) Assume theCLSemaphoreKhr.Ptr
is capable of holding at leastnewSize
handles, create a new viewCLSemaphoreKhr.Ptr
that uses the same backing storage as thisCLSemaphoreKhr.Ptr
, but with the new size.CLSemaphoreKhr.Ptr.slice
(long end) CLSemaphoreKhr.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).