Uses of Record Class
club.doki7.opencl.handle.CLSemaphoreKhr
Packages that use CLSemaphoreKhr
-
Uses of CLSemaphoreKhr in club.doki7.opencl
Methods in club.doki7.opencl that return CLSemaphoreKhrModifier and TypeMethodDescription@Nullable CLSemaphoreKhr
CL.createSemaphoreWithPropertiesKHR
(@Nullable CLContext context, @Nullable LongPtr sema_props, @Nullable IntPtr errcode_ret) Methods in club.doki7.opencl with parameters of type CLSemaphoreKhrModifier and TypeMethodDescriptionint
CL.getSemaphoreHandleForTypeKHR
(@Nullable CLSemaphoreKhr sema_object, @Nullable CLDeviceId device, int handle_type, long handle_size, @NotNull MemorySegment handle_ptr, @Nullable PointerPtr handle_size_ret) int
CL.getSemaphoreInfoKHR
(@Nullable CLSemaphoreKhr sema_object, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.reImportSemaphoreSyncFdKHR
(@Nullable CLSemaphoreKhr sema_object, @Nullable LongPtr reimport_props, int fd) int
CL.releaseSemaphoreKHR
(@Nullable CLSemaphoreKhr sema_object) int
CL.retainSemaphoreKHR
(@Nullable CLSemaphoreKhr sema_object) -
Uses of CLSemaphoreKhr in club.doki7.opencl.handle
Classes in club.doki7.opencl.handle that implement interfaces with type arguments of type CLSemaphoreKhrModifier and TypeClassDescriptionstatic final record
Represents a pointer to cl_semaphore_khr handle(s) in native memory.Methods in club.doki7.opencl.handle that return CLSemaphoreKhrModifier and TypeMethodDescription@Nullable CLSemaphoreKhr
CLSemaphoreKhr.Ptr.read()
@Nullable CLSemaphoreKhr
CLSemaphoreKhr.Ptr.read
(long index) Methods in club.doki7.opencl.handle that return types with arguments of type CLSemaphoreKhrModifier and TypeMethodDescription@NotNull Iterator
<CLSemaphoreKhr> CLSemaphoreKhr.Ptr.iterator()
Methods in club.doki7.opencl.handle with parameters of type CLSemaphoreKhrModifier and TypeMethodDescriptionstatic CLSemaphoreKhr.Ptr
CLSemaphoreKhr.Ptr.allocate
(Arena arena, @Nullable CLSemaphoreKhr @NotNull [] values) static CLSemaphoreKhr.Ptr
CLSemaphoreKhr.Ptr.allocateV
(Arena arena, @Nullable CLSemaphoreKhr value0, @Nullable CLSemaphoreKhr... values) void
CLSemaphoreKhr.Ptr.write
(long index, @Nullable CLSemaphoreKhr value) void
CLSemaphoreKhr.Ptr.write
(@Nullable CLSemaphoreKhr value) void
CLSemaphoreKhr.Ptr.write
(@Nullable CLSemaphoreKhr[] values) void
CLSemaphoreKhr.Ptr.writeV
(@Nullable CLSemaphoreKhr value0, @Nullable CLSemaphoreKhr... values) Method parameters in club.doki7.opencl.handle with type arguments of type CLSemaphoreKhrModifier and TypeMethodDescriptionstatic CLSemaphoreKhr.Ptr
CLSemaphoreKhr.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable CLSemaphoreKhr> values)