Uses of Record Class
club.doki7.opencl.handle.CLMutableCommandKhr.Ptr
Packages that use CLMutableCommandKhr.Ptr
-
Uses of CLMutableCommandKhr.Ptr in club.doki7.opencl
Methods in club.doki7.opencl with parameters of type CLMutableCommandKhr.PtrModifier and TypeMethodDescriptionintCL.commandBarrierWithWaitListKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable club.doki7.ffm.ptr.LongPtr properties, int num_sync_points_in_wait_list, @Nullable club.doki7.ffm.ptr.IntPtr sync_point_wait_list, @Nullable club.doki7.ffm.ptr.IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyBufferKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable club.doki7.ffm.ptr.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 club.doki7.ffm.ptr.IntPtr sync_point_wait_list, @Nullable club.doki7.ffm.ptr.IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyBufferRectKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable club.doki7.ffm.ptr.LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_buffer, @Nullable club.doki7.ffm.ptr.PointerPtr src_origin, @Nullable club.doki7.ffm.ptr.PointerPtr dst_origin, @Nullable club.doki7.ffm.ptr.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 club.doki7.ffm.ptr.IntPtr sync_point_wait_list, @Nullable club.doki7.ffm.ptr.IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyBufferToImageKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable club.doki7.ffm.ptr.LongPtr properties, @Nullable CLMem src_buffer, @Nullable CLMem dst_image, long src_offset, @Nullable club.doki7.ffm.ptr.PointerPtr dst_origin, @Nullable club.doki7.ffm.ptr.PointerPtr region, int num_sync_points_in_wait_list, @Nullable club.doki7.ffm.ptr.IntPtr sync_point_wait_list, @Nullable club.doki7.ffm.ptr.IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyImageKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable club.doki7.ffm.ptr.LongPtr properties, @Nullable CLMem src_image, @Nullable CLMem dst_image, @Nullable club.doki7.ffm.ptr.PointerPtr src_origin, @Nullable club.doki7.ffm.ptr.PointerPtr dst_origin, @Nullable club.doki7.ffm.ptr.PointerPtr region, int num_sync_points_in_wait_list, @Nullable club.doki7.ffm.ptr.IntPtr sync_point_wait_list, @Nullable club.doki7.ffm.ptr.IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandCopyImageToBufferKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable club.doki7.ffm.ptr.LongPtr properties, @Nullable CLMem src_image, @Nullable CLMem dst_buffer, @Nullable club.doki7.ffm.ptr.PointerPtr src_origin, @Nullable club.doki7.ffm.ptr.PointerPtr region, long dst_offset, int num_sync_points_in_wait_list, @Nullable club.doki7.ffm.ptr.IntPtr sync_point_wait_list, @Nullable club.doki7.ffm.ptr.IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandFillBufferKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable club.doki7.ffm.ptr.LongPtr properties, @Nullable CLMem buffer, @NotNull MemorySegment pattern, long pattern_size, long offset, long size, int num_sync_points_in_wait_list, @Nullable club.doki7.ffm.ptr.IntPtr sync_point_wait_list, @Nullable club.doki7.ffm.ptr.IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandFillImageKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable club.doki7.ffm.ptr.LongPtr properties, @Nullable CLMem image, @NotNull MemorySegment fill_color, @Nullable club.doki7.ffm.ptr.PointerPtr origin, @Nullable club.doki7.ffm.ptr.PointerPtr region, int num_sync_points_in_wait_list, @Nullable club.doki7.ffm.ptr.IntPtr sync_point_wait_list, @Nullable club.doki7.ffm.ptr.IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandNDRangeKernelKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable club.doki7.ffm.ptr.LongPtr properties, @Nullable CLKernel kernel, int workDim, @Nullable club.doki7.ffm.ptr.PointerPtr globalWorkOffset, @Nullable club.doki7.ffm.ptr.PointerPtr globalWorkSize, @Nullable club.doki7.ffm.ptr.PointerPtr localWorkSize, int num_sync_points_in_wait_list, @Nullable club.doki7.ffm.ptr.IntPtr sync_point_wait_list, @Nullable club.doki7.ffm.ptr.IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandSVMMemcpyKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable club.doki7.ffm.ptr.LongPtr properties, @NotNull MemorySegment dst_ptr, @NotNull MemorySegment src_ptr, long size, int num_sync_points_in_wait_list, @Nullable club.doki7.ffm.ptr.IntPtr sync_point_wait_list, @Nullable club.doki7.ffm.ptr.IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) intCL.commandSVMMemFillKHR(@Nullable CLCommandBufferKhr command_buffer, @Nullable CLCommandQueue command_queue, @Nullable club.doki7.ffm.ptr.LongPtr properties, @NotNull MemorySegment svm_ptr, @NotNull MemorySegment pattern, long pattern_size, long size, int num_sync_points_in_wait_list, @Nullable club.doki7.ffm.ptr.IntPtr sync_point_wait_list, @Nullable club.doki7.ffm.ptr.IntPtr sync_point, CLMutableCommandKhr.Ptr mutable_handle) @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 club.doki7.ffm.ptr.IntPtr errcode_ret) -
Uses of CLMutableCommandKhr.Ptr in club.doki7.opencl.handle
Methods in club.doki7.opencl.handle that return CLMutableCommandKhr.PtrModifier and TypeMethodDescriptionstatic CLMutableCommandKhr.Ptrstatic CLMutableCommandKhr.Ptrstatic CLMutableCommandKhr.PtrCLMutableCommandKhr.Ptr.allocate(Arena arena, @Nullable CLMutableCommandKhr @NotNull [] values) static CLMutableCommandKhr.PtrCLMutableCommandKhr.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable CLMutableCommandKhr> values) static CLMutableCommandKhr.PtrCLMutableCommandKhr.Ptr.allocateV(Arena arena, @Nullable CLMutableCommandKhr value0, @Nullable CLMutableCommandKhr... values) CLMutableCommandKhr.Ptr.offset(long offset) CLMutableCommandKhr.Ptr.reinterpret(long newSize) CLMutableCommandKhr.Ptr.slice(long end) CLMutableCommandKhr.Ptr.slice(long start, long end)