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 TypeMethodDescriptionintCL.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) intCL.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.Ptrstatic CLSemaphoreKhr.Ptrstatic CLSemaphoreKhr.PtrCLSemaphoreKhr.Ptr.allocate(Arena arena, @Nullable CLSemaphoreKhr @NotNull [] values) static CLSemaphoreKhr.PtrCLSemaphoreKhr.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable CLSemaphoreKhr> values) static CLSemaphoreKhr.PtrCLSemaphoreKhr.Ptr.allocateV(Arena arena, @Nullable CLSemaphoreKhr value0, @Nullable CLSemaphoreKhr... values) CLSemaphoreKhr.Ptr.offset(long offset) CLSemaphoreKhr.Ptr.reinterpret(long newSize) Assume theCLSemaphoreKhr.Ptris capable of holding at leastnewSizehandles, create a new viewCLSemaphoreKhr.Ptrthat 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).