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 CLSemaphoreKhrCL.createSemaphoreWithPropertiesKHR(@Nullable CLContext context, @Nullable LongPtr sema_props, @Nullable IntPtr errcode_ret) Methods in club.doki7.opencl with parameters of type CLSemaphoreKhrModifier and TypeMethodDescriptionintCL.getSemaphoreHandleForTypeKHR(@Nullable CLSemaphoreKhr sema_object, @Nullable CLDeviceId device, int handle_type, long handle_size, @NotNull MemorySegment handle_ptr, @Nullable PointerPtr handle_size_ret) intCL.getSemaphoreInfoKHR(@Nullable CLSemaphoreKhr sema_object, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.reImportSemaphoreSyncFdKHR(@Nullable CLSemaphoreKhr sema_object, @Nullable LongPtr reimport_props, int fd) intCL.releaseSemaphoreKHR(@Nullable CLSemaphoreKhr sema_object) intCL.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 recordRepresents a pointer to cl_semaphore_khr handle(s) in native memory.Methods in club.doki7.opencl.handle that return CLSemaphoreKhrModifier and TypeMethodDescription@Nullable CLSemaphoreKhrCLSemaphoreKhr.Ptr.read()@Nullable CLSemaphoreKhrCLSemaphoreKhr.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.PtrCLSemaphoreKhr.Ptr.allocate(Arena arena, @Nullable CLSemaphoreKhr @NotNull [] values) static CLSemaphoreKhr.PtrCLSemaphoreKhr.Ptr.allocateV(Arena arena, @Nullable CLSemaphoreKhr value0, @Nullable CLSemaphoreKhr... values) voidCLSemaphoreKhr.Ptr.write(long index, @Nullable CLSemaphoreKhr value) voidCLSemaphoreKhr.Ptr.write(@Nullable CLSemaphoreKhr value) voidCLSemaphoreKhr.Ptr.write(@Nullable CLSemaphoreKhr[] values) voidCLSemaphoreKhr.Ptr.writeV(@Nullable CLSemaphoreKhr value0, @Nullable CLSemaphoreKhr... values) Method parameters in club.doki7.opencl.handle with type arguments of type CLSemaphoreKhrModifier and TypeMethodDescriptionstatic CLSemaphoreKhr.PtrCLSemaphoreKhr.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable CLSemaphoreKhr> values)