Uses of Record Class
club.doki7.opencl.handle.CLCommandBufferKhr
Packages that use CLCommandBufferKhr
-
Uses of CLCommandBufferKhr in club.doki7.opencl
Methods in club.doki7.opencl that return CLCommandBufferKhrModifier and TypeMethodDescription@Nullable CLCommandBufferKhr
CL.createCommandBufferKHR
(int num_queues, CLCommandQueue.Ptr queues, @Nullable LongPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLCommandBufferKhr
CL.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) Methods in club.doki7.opencl with parameters of type CLCommandBufferKhrModifier and TypeMethodDescriptionint
CL.commandBarrierWithWaitListKHR
(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) int
CL.commandCopyBufferKHR
(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_buffer, long src_offset, long dst_offset, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) int
CL.commandCopyBufferRectKHR
(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_buffer, @Nullable PointerPtr src_origin, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, long src_row_pitch, long src_slice_pitch, long dst_row_pitch, long dst_slice_pitch, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) int
CL.commandCopyBufferToImageKHR
(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_image, long src_offset, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) int
CL.commandCopyImageKHR
(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_image, @Nullable CLMem dst_image, @Nullable PointerPtr src_origin, @Nullable PointerPtr dst_origin, @Nullable PointerPtr region, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) int
CL.commandCopyImageToBufferKHR
(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem src_image, @Nullable CLMem dst_buffer, @Nullable PointerPtr src_origin, @Nullable PointerPtr region, long dst_offset, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) int
CL.commandFillBufferKHR
(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem buffer, @NotNull MemorySegment pattern, long pattern_size, long offset, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) int
CL.commandFillImageKHR
(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLMem image, @NotNull MemorySegment fill_color, @Nullable PointerPtr origin, @Nullable PointerPtr region, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) int
CL.commandNDRangeKernelKHR
(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @Nullable CLKernel kernel, int workDim, @Nullable PointerPtr globalWorkOffset, @Nullable PointerPtr globalWorkSize, @Nullable PointerPtr localWorkSize, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) int
CL.commandSVMMemcpyKHR
(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) int
CL.commandSVMMemFillKHR
(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable LongPtr properties, @NotNull MemorySegment svm_ptr, @NotNull MemorySegment pattern, long pattern_size, long size, int num_sync_points_in_wait_list, @Nullable IntPtr sync_point_wait_list, @Nullable IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) int
CL.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) int
CL.finalizeCommandBufferKHR
(@Nullable CLCommandBufferKhr command_buffer) int
CL.getCommandBufferInfoKHR
(@Nullable CLCommandBufferKhr command_buffer, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) int
CL.releaseCommandBufferKHR
(@Nullable CLCommandBufferKhr command_buffer) @Nullable CLCommandBufferKhr
CL.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) int
CL.retainCommandBufferKHR
(@Nullable CLCommandBufferKhr command_buffer) int
CL.updateMutableCommandsKHR
(@Nullable CLCommandBufferKhr command_buffer, int num_configs, @Nullable IntPtr config_types, @Nullable PointerPtr configs) -
Uses of CLCommandBufferKhr in club.doki7.opencl.handle
Classes in club.doki7.opencl.handle that implement interfaces with type arguments of type CLCommandBufferKhrModifier and TypeClassDescriptionstatic final record
Represents a pointer to cl_command_buffer_khr handle(s) in native memory.Methods in club.doki7.opencl.handle that return CLCommandBufferKhrModifier and TypeMethodDescription@Nullable CLCommandBufferKhr
CLCommandBufferKhr.Ptr.read()
@Nullable CLCommandBufferKhr
CLCommandBufferKhr.Ptr.read
(long index) Methods in club.doki7.opencl.handle that return types with arguments of type CLCommandBufferKhrModifier and TypeMethodDescription@NotNull Iterator
<CLCommandBufferKhr> CLCommandBufferKhr.Ptr.iterator()
Methods in club.doki7.opencl.handle with parameters of type CLCommandBufferKhrModifier and TypeMethodDescriptionstatic CLCommandBufferKhr.Ptr
CLCommandBufferKhr.Ptr.allocate
(Arena arena, @Nullable CLCommandBufferKhr @NotNull [] values) static CLCommandBufferKhr.Ptr
CLCommandBufferKhr.Ptr.allocateV
(Arena arena, @Nullable CLCommandBufferKhr value0, @Nullable CLCommandBufferKhr... values) void
CLCommandBufferKhr.Ptr.write
(long index, @Nullable CLCommandBufferKhr value) void
CLCommandBufferKhr.Ptr.write
(@Nullable CLCommandBufferKhr value) void
CLCommandBufferKhr.Ptr.write
(@Nullable CLCommandBufferKhr[] values) void
CLCommandBufferKhr.Ptr.writeV
(@Nullable CLCommandBufferKhr value0, @Nullable CLCommandBufferKhr... values) Method parameters in club.doki7.opencl.handle with type arguments of type CLCommandBufferKhrModifier and TypeMethodDescriptionstatic CLCommandBufferKhr.Ptr
CLCommandBufferKhr.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable CLCommandBufferKhr> values)