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 CLCommandBufferKhrCL.createCommandBufferKHR(int num_queues, CLCommandQueue.Ptr queues, @Nullable LongPtr properties, @Nullable IntPtr errcode_ret) @Nullable CLCommandBufferKhrCL.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 TypeMethodDescriptionintCL.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) intCL.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) intCL.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) intCL.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) intCL.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) intCL.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) intCL.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) intCL.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) intCL.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) intCL.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) intCL.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) intCL.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) intCL.finalizeCommandBufferKHR(@Nullable CLCommandBufferKhr command_buffer) intCL.getCommandBufferInfoKHR(@Nullable CLCommandBufferKhr command_buffer, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.releaseCommandBufferKHR(@Nullable CLCommandBufferKhr command_buffer) @Nullable CLCommandBufferKhrCL.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) intCL.retainCommandBufferKHR(@Nullable CLCommandBufferKhr command_buffer) intCL.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 recordRepresents a pointer to cl_command_buffer_khr handle(s) in native memory.Methods in club.doki7.opencl.handle that return CLCommandBufferKhrModifier and TypeMethodDescription@Nullable CLCommandBufferKhrCLCommandBufferKhr.Ptr.read()@Nullable CLCommandBufferKhrCLCommandBufferKhr.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.PtrCLCommandBufferKhr.Ptr.allocate(Arena arena, @Nullable CLCommandBufferKhr @NotNull [] values) static CLCommandBufferKhr.PtrCLCommandBufferKhr.Ptr.allocateV(Arena arena, @Nullable CLCommandBufferKhr value0, @Nullable CLCommandBufferKhr... values) voidCLCommandBufferKhr.Ptr.write(long index, @Nullable CLCommandBufferKhr value) voidCLCommandBufferKhr.Ptr.write(@Nullable CLCommandBufferKhr value) voidCLCommandBufferKhr.Ptr.write(@Nullable CLCommandBufferKhr[] values) voidCLCommandBufferKhr.Ptr.writeV(@Nullable CLCommandBufferKhr value0, @Nullable CLCommandBufferKhr... values) Method parameters in club.doki7.opencl.handle with type arguments of type CLCommandBufferKhrModifier and TypeMethodDescriptionstatic CLCommandBufferKhr.PtrCLCommandBufferKhr.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable CLCommandBufferKhr> values)