Class KHRCommandBuffer

java.lang.Object
org.lwjgl.opencl.KHRCommandBuffer

public class KHRCommandBuffer extends Object
  • Field Summary

    Fields
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    clCommandBarrierWithWaitListKHR(long command_buffer, long command_queue, long @Nullable [] properties, int @Nullable [] sync_point_wait_list, int @Nullable [] sync_point, @Nullable PointerBuffer mutable_handle)
    cl_int clCommandBarrierWithWaitListKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    clCommandBarrierWithWaitListKHR(long command_buffer, long command_queue, @Nullable LongBuffer properties, @Nullable IntBuffer sync_point_wait_list, @Nullable IntBuffer sync_point, @Nullable PointerBuffer mutable_handle)
    cl_int clCommandBarrierWithWaitListKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    clCommandCopyBufferKHR(long command_buffer, long command_queue, long @Nullable [] properties, long src_buffer, long dst_buffer, long src_offset, long dst_offset, long size, int @Nullable [] sync_point_wait_list, int @Nullable [] sync_point, @Nullable PointerBuffer mutable_handle)
    cl_int clCommandCopyBufferKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_buffer, cl_mem dst_buffer, size_t src_offset, size_t dst_offset, size_t size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    clCommandCopyBufferKHR(long command_buffer, long command_queue, @Nullable LongBuffer properties, long src_buffer, long dst_buffer, long src_offset, long dst_offset, long size, @Nullable IntBuffer sync_point_wait_list, @Nullable IntBuffer sync_point, @Nullable PointerBuffer mutable_handle)
    cl_int clCommandCopyBufferKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_buffer, cl_mem dst_buffer, size_t src_offset, size_t dst_offset, size_t size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    clCommandCopyBufferRectKHR(long command_buffer, long command_queue, long @Nullable [] properties, long src_buffer, long dst_buffer, PointerBuffer src_origin, PointerBuffer dst_origin, PointerBuffer region, long src_row_pitch, long src_slice_pitch, long dst_row_pitch, long dst_slice_pitch, int @Nullable [] sync_point_wait_list, int @Nullable [] sync_point, @Nullable PointerBuffer mutable_handle)
    cl_int clCommandCopyBufferRectKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_buffer, cl_mem dst_buffer, size_t const * src_origin, size_t const * dst_origin, size_t const * region, size_t src_row_pitch, size_t src_slice_pitch, size_t dst_row_pitch, size_t dst_slice_pitch, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    clCommandCopyBufferRectKHR(long command_buffer, long command_queue, @Nullable LongBuffer properties, long src_buffer, long dst_buffer, PointerBuffer src_origin, PointerBuffer dst_origin, PointerBuffer region, long src_row_pitch, long src_slice_pitch, long dst_row_pitch, long dst_slice_pitch, @Nullable IntBuffer sync_point_wait_list, @Nullable IntBuffer sync_point, @Nullable PointerBuffer mutable_handle)
    cl_int clCommandCopyBufferRectKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_buffer, cl_mem dst_buffer, size_t const * src_origin, size_t const * dst_origin, size_t const * region, size_t src_row_pitch, size_t src_slice_pitch, size_t dst_row_pitch, size_t dst_slice_pitch, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    clCommandCopyBufferToImageKHR(long command_buffer, long command_queue, long @Nullable [] properties, long src_buffer, long dst_image, long src_offset, PointerBuffer dst_origin, PointerBuffer region, int @Nullable [] sync_point_wait_list, int @Nullable [] sync_point, @Nullable PointerBuffer mutable_handle)
    cl_int clCommandCopyBufferToImageKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_buffer, cl_mem dst_image, size_t src_offset, size_t const * dst_origin, size_t const * region, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    clCommandCopyBufferToImageKHR(long command_buffer, long command_queue, @Nullable LongBuffer properties, long src_buffer, long dst_image, long src_offset, PointerBuffer dst_origin, PointerBuffer region, @Nullable IntBuffer sync_point_wait_list, @Nullable IntBuffer sync_point, @Nullable PointerBuffer mutable_handle)
    cl_int clCommandCopyBufferToImageKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_buffer, cl_mem dst_image, size_t src_offset, size_t const * dst_origin, size_t const * region, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    clCommandCopyImageKHR(long command_buffer, long command_queue, long @Nullable [] properties, long src_image, long dst_image, PointerBuffer src_origin, PointerBuffer dst_origin, PointerBuffer region, int @Nullable [] sync_point_wait_list, int @Nullable [] sync_point, @Nullable PointerBuffer mutable_handle)
    cl_int clCommandCopyImageKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_image, cl_mem dst_image, size_t const * src_origin, size_t const * dst_origin, size_t const * region, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    clCommandCopyImageKHR(long command_buffer, long command_queue, @Nullable LongBuffer properties, long src_image, long dst_image, PointerBuffer src_origin, PointerBuffer dst_origin, PointerBuffer region, @Nullable IntBuffer sync_point_wait_list, @Nullable IntBuffer sync_point, @Nullable PointerBuffer mutable_handle)
    cl_int clCommandCopyImageKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_image, cl_mem dst_image, size_t const * src_origin, size_t const * dst_origin, size_t const * region, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    clCommandCopyImageToBufferKHR(long command_buffer, long command_queue, long @Nullable [] properties, long src_image, long dst_buffer, PointerBuffer src_origin, PointerBuffer region, long dst_offset, int @Nullable [] sync_point_wait_list, int @Nullable [] sync_point, @Nullable PointerBuffer mutable_handle)
    cl_int clCommandCopyImageToBufferKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_image, cl_mem dst_buffer, size_t const * src_origin, size_t const * region, size_t dst_offset, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    clCommandCopyImageToBufferKHR(long command_buffer, long command_queue, @Nullable LongBuffer properties, long src_image, long dst_buffer, PointerBuffer src_origin, PointerBuffer region, long dst_offset, @Nullable IntBuffer sync_point_wait_list, @Nullable IntBuffer sync_point, @Nullable PointerBuffer mutable_handle)
    cl_int clCommandCopyImageToBufferKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_image, cl_mem dst_buffer, size_t const * src_origin, size_t const * region, size_t dst_offset, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    clCommandFillBufferKHR(long command_buffer, long command_queue, long @Nullable [] properties, long buffer, ByteBuffer pattern, long offset, long size, int @Nullable [] sync_point_wait_list, int @Nullable [] sync_point, @Nullable PointerBuffer mutable_handle)
    cl_int clCommandFillBufferKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem buffer, void const * pattern, size_t pattern_size, size_t offset, size_t size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    clCommandFillBufferKHR(long command_buffer, long command_queue, @Nullable LongBuffer properties, long buffer, ByteBuffer pattern, long offset, long size, @Nullable IntBuffer sync_point_wait_list, @Nullable IntBuffer sync_point, @Nullable PointerBuffer mutable_handle)
    cl_int clCommandFillBufferKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem buffer, void const * pattern, size_t pattern_size, size_t offset, size_t size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    clCommandFillImageKHR(long command_buffer, long command_queue, long @Nullable [] properties, long image, float[] fill_color, PointerBuffer origin, PointerBuffer region, int @Nullable [] sync_point_wait_list, int @Nullable [] sync_point, @Nullable PointerBuffer mutable_handle)
    cl_int clCommandFillImageKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem image, void const * fill_color, size_t const * origin, size_t const * region, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    clCommandFillImageKHR(long command_buffer, long command_queue, long @Nullable [] properties, long image, int[] fill_color, PointerBuffer origin, PointerBuffer region, int @Nullable [] sync_point_wait_list, int @Nullable [] sync_point, @Nullable PointerBuffer mutable_handle)
    cl_int clCommandFillImageKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem image, void const * fill_color, size_t const * origin, size_t const * region, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    clCommandFillImageKHR(long command_buffer, long command_queue, long @Nullable [] properties, long image, ByteBuffer fill_color, PointerBuffer origin, PointerBuffer region, int @Nullable [] sync_point_wait_list, int @Nullable [] sync_point, @Nullable PointerBuffer mutable_handle)
    cl_int clCommandFillImageKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem image, void const * fill_color, size_t const * origin, size_t const * region, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    clCommandFillImageKHR(long command_buffer, long command_queue, @Nullable LongBuffer properties, long image, ByteBuffer fill_color, PointerBuffer origin, PointerBuffer region, @Nullable IntBuffer sync_point_wait_list, @Nullable IntBuffer sync_point, @Nullable PointerBuffer mutable_handle)
    cl_int clCommandFillImageKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem image, void const * fill_color, size_t const * origin, size_t const * region, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    clCommandFillImageKHR(long command_buffer, long command_queue, @Nullable LongBuffer properties, long image, FloatBuffer fill_color, PointerBuffer origin, PointerBuffer region, @Nullable IntBuffer sync_point_wait_list, @Nullable IntBuffer sync_point, @Nullable PointerBuffer mutable_handle)
    cl_int clCommandFillImageKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem image, void const * fill_color, size_t const * origin, size_t const * region, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    clCommandFillImageKHR(long command_buffer, long command_queue, @Nullable LongBuffer properties, long image, IntBuffer fill_color, PointerBuffer origin, PointerBuffer region, @Nullable IntBuffer sync_point_wait_list, @Nullable IntBuffer sync_point, @Nullable PointerBuffer mutable_handle)
    cl_int clCommandFillImageKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem image, void const * fill_color, size_t const * origin, size_t const * region, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    clCommandNDRangeKernelKHR(long command_buffer, long command_queue, long @Nullable [] properties, long kernel, int work_dim, @Nullable PointerBuffer global_work_offset, @Nullable PointerBuffer global_work_size, @Nullable PointerBuffer local_work_size, int @Nullable [] sync_point_wait_list, int @Nullable [] sync_point, @Nullable PointerBuffer mutable_handle)
    cl_int clCommandNDRangeKernelKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_ndrange_kernel_command_properties_khr const * properties, cl_kernel kernel, cl_uint work_dim, size_t const * global_work_offset, size_t const * global_work_size, size_t const * local_work_size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    clCommandNDRangeKernelKHR(long command_buffer, long command_queue, @Nullable LongBuffer properties, long kernel, int work_dim, @Nullable PointerBuffer global_work_offset, @Nullable PointerBuffer global_work_size, @Nullable PointerBuffer local_work_size, @Nullable IntBuffer sync_point_wait_list, @Nullable IntBuffer sync_point, @Nullable PointerBuffer mutable_handle)
    cl_int clCommandNDRangeKernelKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_ndrange_kernel_command_properties_khr const * properties, cl_kernel kernel, cl_uint work_dim, size_t const * global_work_offset, size_t const * global_work_size, size_t const * local_work_size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    clCommandSVMMemcpyKHR(long command_buffer, long command_queue, long @Nullable [] properties, ByteBuffer dst_ptr, ByteBuffer src_ptr, int @Nullable [] sync_point_wait_list, int @Nullable [] sync_point, @Nullable PointerBuffer mutable_handle)
    cl_int clCommandSVMMemcpyKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, void * dst_ptr, void const * src_ptr, size_t size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    clCommandSVMMemcpyKHR(long command_buffer, long command_queue, @Nullable LongBuffer properties, ByteBuffer dst_ptr, ByteBuffer src_ptr, @Nullable IntBuffer sync_point_wait_list, @Nullable IntBuffer sync_point, @Nullable PointerBuffer mutable_handle)
    cl_int clCommandSVMMemcpyKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, void * dst_ptr, void const * src_ptr, size_t size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    clCommandSVMMemFillKHR(long command_buffer, long command_queue, long @Nullable [] properties, ByteBuffer svm_ptr, ByteBuffer pattern, int @Nullable [] sync_point_wait_list, int @Nullable [] sync_point, @Nullable PointerBuffer mutable_handle)
    cl_int clCommandSVMMemFillKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, void * svm_ptr, void const * pattern, size_t pattern_size, size_t size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    clCommandSVMMemFillKHR(long command_buffer, long command_queue, @Nullable LongBuffer properties, ByteBuffer svm_ptr, ByteBuffer pattern, @Nullable IntBuffer sync_point_wait_list, @Nullable IntBuffer sync_point, @Nullable PointerBuffer mutable_handle)
    cl_int clCommandSVMMemFillKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, void * svm_ptr, void const * pattern, size_t pattern_size, size_t size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static long
    clCreateCommandBufferKHR(PointerBuffer queues, long @Nullable [] properties, int @Nullable [] errcode_ret)
    cl_command_buffer_khr clCreateCommandBufferKHR(cl_uint num_queues, cl_command_queue const * queues, cl_command_buffer_properties_khr const * properties, cl_int * errcode_ret)
    static long
    clCreateCommandBufferKHR(PointerBuffer queues, @Nullable LongBuffer properties, @Nullable IntBuffer errcode_ret)
    cl_command_buffer_khr clCreateCommandBufferKHR(cl_uint num_queues, cl_command_queue const * queues, cl_command_buffer_properties_khr const * properties, cl_int * errcode_ret)
    static int
    clEnqueueCommandBufferKHR(@Nullable PointerBuffer queues, long command_buffer, @Nullable PointerBuffer event_wait_list, @Nullable PointerBuffer event)
    cl_int clEnqueueCommandBufferKHR(cl_uint num_queues, cl_command_queue * queues, cl_command_buffer_khr command_buffer, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
    static int
    clFinalizeCommandBufferKHR(long command_buffer)
    cl_int clFinalizeCommandBufferKHR(cl_command_buffer_khr command_buffer)
    static int
    clGetCommandBufferInfoKHR(long command_buffer, int param_name, int @Nullable [] param_value, @Nullable PointerBuffer param_value_size_ret)
    cl_int clGetCommandBufferInfoKHR(cl_command_buffer_khr command_buffer, cl_command_buffer_info_khr param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
    static int
    clGetCommandBufferInfoKHR(long command_buffer, int param_name, @Nullable ByteBuffer param_value, @Nullable PointerBuffer param_value_size_ret)
    cl_int clGetCommandBufferInfoKHR(cl_command_buffer_khr command_buffer, cl_command_buffer_info_khr param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
    static int
    clGetCommandBufferInfoKHR(long command_buffer, int param_name, @Nullable IntBuffer param_value, @Nullable PointerBuffer param_value_size_ret)
    cl_int clGetCommandBufferInfoKHR(cl_command_buffer_khr command_buffer, cl_command_buffer_info_khr param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
    static int
    clGetCommandBufferInfoKHR(long command_buffer, int param_name, @Nullable PointerBuffer param_value, @Nullable PointerBuffer param_value_size_ret)
    cl_int clGetCommandBufferInfoKHR(cl_command_buffer_khr command_buffer, cl_command_buffer_info_khr param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
    static int
    clReleaseCommandBufferKHR(long command_buffer)
    cl_int clReleaseCommandBufferKHR(cl_command_buffer_khr command_buffer)
    static int
    clRetainCommandBufferKHR(long command_buffer)
    cl_int clRetainCommandBufferKHR(cl_command_buffer_khr command_buffer)
    static int
    nclCommandBarrierWithWaitListKHR(long command_buffer, long command_queue, long properties, int num_sync_points_in_wait_list, long sync_point_wait_list, long sync_point, long mutable_handle)
    cl_int clCommandBarrierWithWaitListKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    nclCommandCopyBufferKHR(long command_buffer, long command_queue, long properties, long src_buffer, long dst_buffer, long src_offset, long dst_offset, long size, int num_sync_points_in_wait_list, long sync_point_wait_list, long sync_point, long mutable_handle)
    cl_int clCommandCopyBufferKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_buffer, cl_mem dst_buffer, size_t src_offset, size_t dst_offset, size_t size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    nclCommandCopyBufferRectKHR(long command_buffer, long command_queue, long properties, long src_buffer, long dst_buffer, long src_origin, long dst_origin, long region, long src_row_pitch, long src_slice_pitch, long dst_row_pitch, long dst_slice_pitch, int num_sync_points_in_wait_list, long sync_point_wait_list, long sync_point, long mutable_handle)
    cl_int clCommandCopyBufferRectKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_buffer, cl_mem dst_buffer, size_t const * src_origin, size_t const * dst_origin, size_t const * region, size_t src_row_pitch, size_t src_slice_pitch, size_t dst_row_pitch, size_t dst_slice_pitch, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    nclCommandCopyBufferToImageKHR(long command_buffer, long command_queue, long properties, long src_buffer, long dst_image, long src_offset, long dst_origin, long region, int num_sync_points_in_wait_list, long sync_point_wait_list, long sync_point, long mutable_handle)
    cl_int clCommandCopyBufferToImageKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_buffer, cl_mem dst_image, size_t src_offset, size_t const * dst_origin, size_t const * region, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    nclCommandCopyImageKHR(long command_buffer, long command_queue, long properties, long src_image, long dst_image, long src_origin, long dst_origin, long region, int num_sync_points_in_wait_list, long sync_point_wait_list, long sync_point, long mutable_handle)
    cl_int clCommandCopyImageKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_image, cl_mem dst_image, size_t const * src_origin, size_t const * dst_origin, size_t const * region, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    nclCommandCopyImageToBufferKHR(long command_buffer, long command_queue, long properties, long src_image, long dst_buffer, long src_origin, long region, long dst_offset, int num_sync_points_in_wait_list, long sync_point_wait_list, long sync_point, long mutable_handle)
    cl_int clCommandCopyImageToBufferKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_image, cl_mem dst_buffer, size_t const * src_origin, size_t const * region, size_t dst_offset, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    nclCommandFillBufferKHR(long command_buffer, long command_queue, long properties, long buffer, long pattern, long pattern_size, long offset, long size, int num_sync_points_in_wait_list, long sync_point_wait_list, long sync_point, long mutable_handle)
    cl_int clCommandFillBufferKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem buffer, void const * pattern, size_t pattern_size, size_t offset, size_t size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    nclCommandFillImageKHR(long command_buffer, long command_queue, long properties, long image, long fill_color, long origin, long region, int num_sync_points_in_wait_list, long sync_point_wait_list, long sync_point, long mutable_handle)
    cl_int clCommandFillImageKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem image, void const * fill_color, size_t const * origin, size_t const * region, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    nclCommandNDRangeKernelKHR(long command_buffer, long command_queue, long properties, long kernel, int work_dim, long global_work_offset, long global_work_size, long local_work_size, int num_sync_points_in_wait_list, long sync_point_wait_list, long sync_point, long mutable_handle)
    cl_int clCommandNDRangeKernelKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_ndrange_kernel_command_properties_khr const * properties, cl_kernel kernel, cl_uint work_dim, size_t const * global_work_offset, size_t const * global_work_size, size_t const * local_work_size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    nclCommandSVMMemcpyKHR(long command_buffer, long command_queue, long properties, long dst_ptr, long src_ptr, long size, int num_sync_points_in_wait_list, long sync_point_wait_list, long sync_point, long mutable_handle)
    cl_int clCommandSVMMemcpyKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, void * dst_ptr, void const * src_ptr, size_t size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static int
    nclCommandSVMMemFillKHR(long command_buffer, long command_queue, long properties, long svm_ptr, long pattern, long pattern_size, long size, int num_sync_points_in_wait_list, long sync_point_wait_list, long sync_point, long mutable_handle)
    cl_int clCommandSVMMemFillKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, void * svm_ptr, void const * pattern, size_t pattern_size, size_t size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    static long
    nclCreateCommandBufferKHR(int num_queues, long queues, long properties, long errcode_ret)
    cl_command_buffer_khr clCreateCommandBufferKHR(cl_uint num_queues, cl_command_queue const * queues, cl_command_buffer_properties_khr const * properties, cl_int * errcode_ret)
    static int
    nclEnqueueCommandBufferKHR(int num_queues, long queues, long command_buffer, int num_events_in_wait_list, long event_wait_list, long event)
    cl_int clEnqueueCommandBufferKHR(cl_uint num_queues, cl_command_queue * queues, cl_command_buffer_khr command_buffer, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
    static int
    nclGetCommandBufferInfoKHR(long command_buffer, int param_name, long param_value_size, long param_value, long param_value_size_ret)
    cl_int clGetCommandBufferInfoKHR(cl_command_buffer_khr command_buffer, cl_command_buffer_info_khr param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CL_DEVICE_COMMAND_BUFFER_CAPABILITIES_KHR

      public static final int CL_DEVICE_COMMAND_BUFFER_CAPABILITIES_KHR
      See Also:
    • CL_DEVICE_COMMAND_BUFFER_SUPPORTED_QUEUE_PROPERTIES_KHR

      public static final int CL_DEVICE_COMMAND_BUFFER_SUPPORTED_QUEUE_PROPERTIES_KHR
      See Also:
    • CL_DEVICE_COMMAND_BUFFER_REQUIRED_QUEUE_PROPERTIES_KHR

      public static final int CL_DEVICE_COMMAND_BUFFER_REQUIRED_QUEUE_PROPERTIES_KHR
      See Also:
    • CL_COMMAND_BUFFER_CAPABILITY_KERNEL_PRINTF_KHR

      public static final int CL_COMMAND_BUFFER_CAPABILITY_KERNEL_PRINTF_KHR
      See Also:
    • CL_COMMAND_BUFFER_CAPABILITY_DEVICE_SIDE_ENQUEUE_KHR

      public static final int CL_COMMAND_BUFFER_CAPABILITY_DEVICE_SIDE_ENQUEUE_KHR
      See Also:
    • CL_COMMAND_BUFFER_CAPABILITY_SIMULTANEOUS_USE_KHR

      public static final int CL_COMMAND_BUFFER_CAPABILITY_SIMULTANEOUS_USE_KHR
      See Also:
    • CL_COMMAND_BUFFER_STATE_RECORDING_KHR

      public static final int CL_COMMAND_BUFFER_STATE_RECORDING_KHR
      See Also:
    • CL_COMMAND_BUFFER_STATE_EXECUTABLE_KHR

      public static final int CL_COMMAND_BUFFER_STATE_EXECUTABLE_KHR
      See Also:
    • CL_COMMAND_BUFFER_STATE_PENDING_KHR

      public static final int CL_COMMAND_BUFFER_STATE_PENDING_KHR
      See Also:
    • CL_INVALID_COMMAND_BUFFER_KHR

      public static final int CL_INVALID_COMMAND_BUFFER_KHR
      See Also:
    • CL_INVALID_SYNC_POINT_WAIT_LIST_KHR

      public static final int CL_INVALID_SYNC_POINT_WAIT_LIST_KHR
      See Also:
    • CL_INCOMPATIBLE_COMMAND_QUEUE_KHR

      public static final int CL_INCOMPATIBLE_COMMAND_QUEUE_KHR
      See Also:
    • CL_COMMAND_BUFFER_FLAGS_KHR

      public static final int CL_COMMAND_BUFFER_FLAGS_KHR
      See Also:
    • CL_COMMAND_BUFFER_SIMULTANEOUS_USE_KHR

      public static final int CL_COMMAND_BUFFER_SIMULTANEOUS_USE_KHR
      See Also:
    • CL_COMMAND_BUFFER_QUEUES_KHR

      public static final int CL_COMMAND_BUFFER_QUEUES_KHR
      See Also:
    • CL_COMMAND_BUFFER_NUM_QUEUES_KHR

      public static final int CL_COMMAND_BUFFER_NUM_QUEUES_KHR
      See Also:
    • CL_COMMAND_BUFFER_REFERENCE_COUNT_KHR

      public static final int CL_COMMAND_BUFFER_REFERENCE_COUNT_KHR
      See Also:
    • CL_COMMAND_BUFFER_STATE_KHR

      public static final int CL_COMMAND_BUFFER_STATE_KHR
      See Also:
    • CL_COMMAND_BUFFER_PROPERTIES_ARRAY_KHR

      public static final int CL_COMMAND_BUFFER_PROPERTIES_ARRAY_KHR
      See Also:
    • CL_COMMAND_BUFFER_CONTEXT_KHR

      public static final int CL_COMMAND_BUFFER_CONTEXT_KHR
      See Also:
    • CL_COMMAND_COMMAND_BUFFER_KHR

      public static final int CL_COMMAND_COMMAND_BUFFER_KHR
      See Also:
  • Method Details

    • nclCreateCommandBufferKHR

      public static long nclCreateCommandBufferKHR(int num_queues, long queues, long properties, long errcode_ret)
      cl_command_buffer_khr clCreateCommandBufferKHR(cl_uint num_queues, cl_command_queue const * queues, cl_command_buffer_properties_khr const * properties, cl_int * errcode_ret)
    • clCreateCommandBufferKHR

      public static long clCreateCommandBufferKHR(PointerBuffer queues, @Nullable LongBuffer properties, @Nullable IntBuffer errcode_ret)
      cl_command_buffer_khr clCreateCommandBufferKHR(cl_uint num_queues, cl_command_queue const * queues, cl_command_buffer_properties_khr const * properties, cl_int * errcode_ret)
    • clRetainCommandBufferKHR

      public static int clRetainCommandBufferKHR(long command_buffer)
      cl_int clRetainCommandBufferKHR(cl_command_buffer_khr command_buffer)
    • clReleaseCommandBufferKHR

      public static int clReleaseCommandBufferKHR(long command_buffer)
      cl_int clReleaseCommandBufferKHR(cl_command_buffer_khr command_buffer)
    • clFinalizeCommandBufferKHR

      public static int clFinalizeCommandBufferKHR(long command_buffer)
      cl_int clFinalizeCommandBufferKHR(cl_command_buffer_khr command_buffer)
    • nclEnqueueCommandBufferKHR

      public static int nclEnqueueCommandBufferKHR(int num_queues, long queues, long command_buffer, int num_events_in_wait_list, long event_wait_list, long event)
      cl_int clEnqueueCommandBufferKHR(cl_uint num_queues, cl_command_queue * queues, cl_command_buffer_khr command_buffer, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
    • clEnqueueCommandBufferKHR

      public static int clEnqueueCommandBufferKHR(@Nullable PointerBuffer queues, long command_buffer, @Nullable PointerBuffer event_wait_list, @Nullable PointerBuffer event)
      cl_int clEnqueueCommandBufferKHR(cl_uint num_queues, cl_command_queue * queues, cl_command_buffer_khr command_buffer, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
    • nclCommandBarrierWithWaitListKHR

      public static int nclCommandBarrierWithWaitListKHR(long command_buffer, long command_queue, long properties, int num_sync_points_in_wait_list, long sync_point_wait_list, long sync_point, long mutable_handle)
      cl_int clCommandBarrierWithWaitListKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • clCommandBarrierWithWaitListKHR

      public static int clCommandBarrierWithWaitListKHR(long command_buffer, long command_queue, @Nullable LongBuffer properties, @Nullable IntBuffer sync_point_wait_list, @Nullable IntBuffer sync_point, @Nullable PointerBuffer mutable_handle)
      cl_int clCommandBarrierWithWaitListKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • nclCommandCopyBufferKHR

      public static int nclCommandCopyBufferKHR(long command_buffer, long command_queue, long properties, long src_buffer, long dst_buffer, long src_offset, long dst_offset, long size, int num_sync_points_in_wait_list, long sync_point_wait_list, long sync_point, long mutable_handle)
      cl_int clCommandCopyBufferKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_buffer, cl_mem dst_buffer, size_t src_offset, size_t dst_offset, size_t size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • clCommandCopyBufferKHR

      public static int clCommandCopyBufferKHR(long command_buffer, long command_queue, @Nullable LongBuffer properties, long src_buffer, long dst_buffer, long src_offset, long dst_offset, long size, @Nullable IntBuffer sync_point_wait_list, @Nullable IntBuffer sync_point, @Nullable PointerBuffer mutable_handle)
      cl_int clCommandCopyBufferKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_buffer, cl_mem dst_buffer, size_t src_offset, size_t dst_offset, size_t size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • nclCommandCopyBufferRectKHR

      public static int nclCommandCopyBufferRectKHR(long command_buffer, long command_queue, long properties, long src_buffer, long dst_buffer, long src_origin, long dst_origin, long region, long src_row_pitch, long src_slice_pitch, long dst_row_pitch, long dst_slice_pitch, int num_sync_points_in_wait_list, long sync_point_wait_list, long sync_point, long mutable_handle)
      cl_int clCommandCopyBufferRectKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_buffer, cl_mem dst_buffer, size_t const * src_origin, size_t const * dst_origin, size_t const * region, size_t src_row_pitch, size_t src_slice_pitch, size_t dst_row_pitch, size_t dst_slice_pitch, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • clCommandCopyBufferRectKHR

      public static int clCommandCopyBufferRectKHR(long command_buffer, long command_queue, @Nullable LongBuffer properties, long src_buffer, long dst_buffer, PointerBuffer src_origin, PointerBuffer dst_origin, PointerBuffer region, long src_row_pitch, long src_slice_pitch, long dst_row_pitch, long dst_slice_pitch, @Nullable IntBuffer sync_point_wait_list, @Nullable IntBuffer sync_point, @Nullable PointerBuffer mutable_handle)
      cl_int clCommandCopyBufferRectKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_buffer, cl_mem dst_buffer, size_t const * src_origin, size_t const * dst_origin, size_t const * region, size_t src_row_pitch, size_t src_slice_pitch, size_t dst_row_pitch, size_t dst_slice_pitch, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • nclCommandCopyBufferToImageKHR

      public static int nclCommandCopyBufferToImageKHR(long command_buffer, long command_queue, long properties, long src_buffer, long dst_image, long src_offset, long dst_origin, long region, int num_sync_points_in_wait_list, long sync_point_wait_list, long sync_point, long mutable_handle)
      cl_int clCommandCopyBufferToImageKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_buffer, cl_mem dst_image, size_t src_offset, size_t const * dst_origin, size_t const * region, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • clCommandCopyBufferToImageKHR

      public static int clCommandCopyBufferToImageKHR(long command_buffer, long command_queue, @Nullable LongBuffer properties, long src_buffer, long dst_image, long src_offset, PointerBuffer dst_origin, PointerBuffer region, @Nullable IntBuffer sync_point_wait_list, @Nullable IntBuffer sync_point, @Nullable PointerBuffer mutable_handle)
      cl_int clCommandCopyBufferToImageKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_buffer, cl_mem dst_image, size_t src_offset, size_t const * dst_origin, size_t const * region, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • nclCommandCopyImageKHR

      public static int nclCommandCopyImageKHR(long command_buffer, long command_queue, long properties, long src_image, long dst_image, long src_origin, long dst_origin, long region, int num_sync_points_in_wait_list, long sync_point_wait_list, long sync_point, long mutable_handle)
      cl_int clCommandCopyImageKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_image, cl_mem dst_image, size_t const * src_origin, size_t const * dst_origin, size_t const * region, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • clCommandCopyImageKHR

      public static int clCommandCopyImageKHR(long command_buffer, long command_queue, @Nullable LongBuffer properties, long src_image, long dst_image, PointerBuffer src_origin, PointerBuffer dst_origin, PointerBuffer region, @Nullable IntBuffer sync_point_wait_list, @Nullable IntBuffer sync_point, @Nullable PointerBuffer mutable_handle)
      cl_int clCommandCopyImageKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_image, cl_mem dst_image, size_t const * src_origin, size_t const * dst_origin, size_t const * region, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • nclCommandCopyImageToBufferKHR

      public static int nclCommandCopyImageToBufferKHR(long command_buffer, long command_queue, long properties, long src_image, long dst_buffer, long src_origin, long region, long dst_offset, int num_sync_points_in_wait_list, long sync_point_wait_list, long sync_point, long mutable_handle)
      cl_int clCommandCopyImageToBufferKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_image, cl_mem dst_buffer, size_t const * src_origin, size_t const * region, size_t dst_offset, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • clCommandCopyImageToBufferKHR

      public static int clCommandCopyImageToBufferKHR(long command_buffer, long command_queue, @Nullable LongBuffer properties, long src_image, long dst_buffer, PointerBuffer src_origin, PointerBuffer region, long dst_offset, @Nullable IntBuffer sync_point_wait_list, @Nullable IntBuffer sync_point, @Nullable PointerBuffer mutable_handle)
      cl_int clCommandCopyImageToBufferKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_image, cl_mem dst_buffer, size_t const * src_origin, size_t const * region, size_t dst_offset, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • nclCommandFillBufferKHR

      public static int nclCommandFillBufferKHR(long command_buffer, long command_queue, long properties, long buffer, long pattern, long pattern_size, long offset, long size, int num_sync_points_in_wait_list, long sync_point_wait_list, long sync_point, long mutable_handle)
      cl_int clCommandFillBufferKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem buffer, void const * pattern, size_t pattern_size, size_t offset, size_t size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • clCommandFillBufferKHR

      public static int clCommandFillBufferKHR(long command_buffer, long command_queue, @Nullable LongBuffer properties, long buffer, ByteBuffer pattern, long offset, long size, @Nullable IntBuffer sync_point_wait_list, @Nullable IntBuffer sync_point, @Nullable PointerBuffer mutable_handle)
      cl_int clCommandFillBufferKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem buffer, void const * pattern, size_t pattern_size, size_t offset, size_t size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • nclCommandFillImageKHR

      public static int nclCommandFillImageKHR(long command_buffer, long command_queue, long properties, long image, long fill_color, long origin, long region, int num_sync_points_in_wait_list, long sync_point_wait_list, long sync_point, long mutable_handle)
      cl_int clCommandFillImageKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem image, void const * fill_color, size_t const * origin, size_t const * region, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • clCommandFillImageKHR

      public static int clCommandFillImageKHR(long command_buffer, long command_queue, @Nullable LongBuffer properties, long image, ByteBuffer fill_color, PointerBuffer origin, PointerBuffer region, @Nullable IntBuffer sync_point_wait_list, @Nullable IntBuffer sync_point, @Nullable PointerBuffer mutable_handle)
      cl_int clCommandFillImageKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem image, void const * fill_color, size_t const * origin, size_t const * region, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • clCommandFillImageKHR

      public static int clCommandFillImageKHR(long command_buffer, long command_queue, @Nullable LongBuffer properties, long image, IntBuffer fill_color, PointerBuffer origin, PointerBuffer region, @Nullable IntBuffer sync_point_wait_list, @Nullable IntBuffer sync_point, @Nullable PointerBuffer mutable_handle)
      cl_int clCommandFillImageKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem image, void const * fill_color, size_t const * origin, size_t const * region, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • clCommandFillImageKHR

      public static int clCommandFillImageKHR(long command_buffer, long command_queue, @Nullable LongBuffer properties, long image, FloatBuffer fill_color, PointerBuffer origin, PointerBuffer region, @Nullable IntBuffer sync_point_wait_list, @Nullable IntBuffer sync_point, @Nullable PointerBuffer mutable_handle)
      cl_int clCommandFillImageKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem image, void const * fill_color, size_t const * origin, size_t const * region, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • nclCommandNDRangeKernelKHR

      public static int nclCommandNDRangeKernelKHR(long command_buffer, long command_queue, long properties, long kernel, int work_dim, long global_work_offset, long global_work_size, long local_work_size, int num_sync_points_in_wait_list, long sync_point_wait_list, long sync_point, long mutable_handle)
      cl_int clCommandNDRangeKernelKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_ndrange_kernel_command_properties_khr const * properties, cl_kernel kernel, cl_uint work_dim, size_t const * global_work_offset, size_t const * global_work_size, size_t const * local_work_size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • clCommandNDRangeKernelKHR

      public static int clCommandNDRangeKernelKHR(long command_buffer, long command_queue, @Nullable LongBuffer properties, long kernel, int work_dim, @Nullable PointerBuffer global_work_offset, @Nullable PointerBuffer global_work_size, @Nullable PointerBuffer local_work_size, @Nullable IntBuffer sync_point_wait_list, @Nullable IntBuffer sync_point, @Nullable PointerBuffer mutable_handle)
      cl_int clCommandNDRangeKernelKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_ndrange_kernel_command_properties_khr const * properties, cl_kernel kernel, cl_uint work_dim, size_t const * global_work_offset, size_t const * global_work_size, size_t const * local_work_size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • nclGetCommandBufferInfoKHR

      public static int nclGetCommandBufferInfoKHR(long command_buffer, int param_name, long param_value_size, long param_value, long param_value_size_ret)
      cl_int clGetCommandBufferInfoKHR(cl_command_buffer_khr command_buffer, cl_command_buffer_info_khr param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
    • clGetCommandBufferInfoKHR

      public static int clGetCommandBufferInfoKHR(long command_buffer, int param_name, @Nullable ByteBuffer param_value, @Nullable PointerBuffer param_value_size_ret)
      cl_int clGetCommandBufferInfoKHR(cl_command_buffer_khr command_buffer, cl_command_buffer_info_khr param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
    • clGetCommandBufferInfoKHR

      public static int clGetCommandBufferInfoKHR(long command_buffer, int param_name, @Nullable IntBuffer param_value, @Nullable PointerBuffer param_value_size_ret)
      cl_int clGetCommandBufferInfoKHR(cl_command_buffer_khr command_buffer, cl_command_buffer_info_khr param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
    • clGetCommandBufferInfoKHR

      public static int clGetCommandBufferInfoKHR(long command_buffer, int param_name, @Nullable PointerBuffer param_value, @Nullable PointerBuffer param_value_size_ret)
      cl_int clGetCommandBufferInfoKHR(cl_command_buffer_khr command_buffer, cl_command_buffer_info_khr param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
    • nclCommandSVMMemcpyKHR

      public static int nclCommandSVMMemcpyKHR(long command_buffer, long command_queue, long properties, long dst_ptr, long src_ptr, long size, int num_sync_points_in_wait_list, long sync_point_wait_list, long sync_point, long mutable_handle)
      cl_int clCommandSVMMemcpyKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, void * dst_ptr, void const * src_ptr, size_t size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • clCommandSVMMemcpyKHR

      public static int clCommandSVMMemcpyKHR(long command_buffer, long command_queue, @Nullable LongBuffer properties, ByteBuffer dst_ptr, ByteBuffer src_ptr, @Nullable IntBuffer sync_point_wait_list, @Nullable IntBuffer sync_point, @Nullable PointerBuffer mutable_handle)
      cl_int clCommandSVMMemcpyKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, void * dst_ptr, void const * src_ptr, size_t size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • nclCommandSVMMemFillKHR

      public static int nclCommandSVMMemFillKHR(long command_buffer, long command_queue, long properties, long svm_ptr, long pattern, long pattern_size, long size, int num_sync_points_in_wait_list, long sync_point_wait_list, long sync_point, long mutable_handle)
      cl_int clCommandSVMMemFillKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, void * svm_ptr, void const * pattern, size_t pattern_size, size_t size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • clCommandSVMMemFillKHR

      public static int clCommandSVMMemFillKHR(long command_buffer, long command_queue, @Nullable LongBuffer properties, ByteBuffer svm_ptr, ByteBuffer pattern, @Nullable IntBuffer sync_point_wait_list, @Nullable IntBuffer sync_point, @Nullable PointerBuffer mutable_handle)
      cl_int clCommandSVMMemFillKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, void * svm_ptr, void const * pattern, size_t pattern_size, size_t size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • clCreateCommandBufferKHR

      public static long clCreateCommandBufferKHR(PointerBuffer queues, long @Nullable [] properties, int @Nullable [] errcode_ret)
      cl_command_buffer_khr clCreateCommandBufferKHR(cl_uint num_queues, cl_command_queue const * queues, cl_command_buffer_properties_khr const * properties, cl_int * errcode_ret)
    • clCommandBarrierWithWaitListKHR

      public static int clCommandBarrierWithWaitListKHR(long command_buffer, long command_queue, long @Nullable [] properties, int @Nullable [] sync_point_wait_list, int @Nullable [] sync_point, @Nullable PointerBuffer mutable_handle)
      cl_int clCommandBarrierWithWaitListKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • clCommandCopyBufferKHR

      public static int clCommandCopyBufferKHR(long command_buffer, long command_queue, long @Nullable [] properties, long src_buffer, long dst_buffer, long src_offset, long dst_offset, long size, int @Nullable [] sync_point_wait_list, int @Nullable [] sync_point, @Nullable PointerBuffer mutable_handle)
      cl_int clCommandCopyBufferKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_buffer, cl_mem dst_buffer, size_t src_offset, size_t dst_offset, size_t size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • clCommandCopyBufferRectKHR

      public static int clCommandCopyBufferRectKHR(long command_buffer, long command_queue, long @Nullable [] properties, long src_buffer, long dst_buffer, PointerBuffer src_origin, PointerBuffer dst_origin, PointerBuffer region, long src_row_pitch, long src_slice_pitch, long dst_row_pitch, long dst_slice_pitch, int @Nullable [] sync_point_wait_list, int @Nullable [] sync_point, @Nullable PointerBuffer mutable_handle)
      cl_int clCommandCopyBufferRectKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_buffer, cl_mem dst_buffer, size_t const * src_origin, size_t const * dst_origin, size_t const * region, size_t src_row_pitch, size_t src_slice_pitch, size_t dst_row_pitch, size_t dst_slice_pitch, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • clCommandCopyBufferToImageKHR

      public static int clCommandCopyBufferToImageKHR(long command_buffer, long command_queue, long @Nullable [] properties, long src_buffer, long dst_image, long src_offset, PointerBuffer dst_origin, PointerBuffer region, int @Nullable [] sync_point_wait_list, int @Nullable [] sync_point, @Nullable PointerBuffer mutable_handle)
      cl_int clCommandCopyBufferToImageKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_buffer, cl_mem dst_image, size_t src_offset, size_t const * dst_origin, size_t const * region, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • clCommandCopyImageKHR

      public static int clCommandCopyImageKHR(long command_buffer, long command_queue, long @Nullable [] properties, long src_image, long dst_image, PointerBuffer src_origin, PointerBuffer dst_origin, PointerBuffer region, int @Nullable [] sync_point_wait_list, int @Nullable [] sync_point, @Nullable PointerBuffer mutable_handle)
      cl_int clCommandCopyImageKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_image, cl_mem dst_image, size_t const * src_origin, size_t const * dst_origin, size_t const * region, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • clCommandCopyImageToBufferKHR

      public static int clCommandCopyImageToBufferKHR(long command_buffer, long command_queue, long @Nullable [] properties, long src_image, long dst_buffer, PointerBuffer src_origin, PointerBuffer region, long dst_offset, int @Nullable [] sync_point_wait_list, int @Nullable [] sync_point, @Nullable PointerBuffer mutable_handle)
      cl_int clCommandCopyImageToBufferKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem src_image, cl_mem dst_buffer, size_t const * src_origin, size_t const * region, size_t dst_offset, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • clCommandFillBufferKHR

      public static int clCommandFillBufferKHR(long command_buffer, long command_queue, long @Nullable [] properties, long buffer, ByteBuffer pattern, long offset, long size, int @Nullable [] sync_point_wait_list, int @Nullable [] sync_point, @Nullable PointerBuffer mutable_handle)
      cl_int clCommandFillBufferKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem buffer, void const * pattern, size_t pattern_size, size_t offset, size_t size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • clCommandFillImageKHR

      public static int clCommandFillImageKHR(long command_buffer, long command_queue, long @Nullable [] properties, long image, ByteBuffer fill_color, PointerBuffer origin, PointerBuffer region, int @Nullable [] sync_point_wait_list, int @Nullable [] sync_point, @Nullable PointerBuffer mutable_handle)
      cl_int clCommandFillImageKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem image, void const * fill_color, size_t const * origin, size_t const * region, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • clCommandFillImageKHR

      public static int clCommandFillImageKHR(long command_buffer, long command_queue, long @Nullable [] properties, long image, int[] fill_color, PointerBuffer origin, PointerBuffer region, int @Nullable [] sync_point_wait_list, int @Nullable [] sync_point, @Nullable PointerBuffer mutable_handle)
      cl_int clCommandFillImageKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem image, void const * fill_color, size_t const * origin, size_t const * region, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • clCommandFillImageKHR

      public static int clCommandFillImageKHR(long command_buffer, long command_queue, long @Nullable [] properties, long image, float[] fill_color, PointerBuffer origin, PointerBuffer region, int @Nullable [] sync_point_wait_list, int @Nullable [] sync_point, @Nullable PointerBuffer mutable_handle)
      cl_int clCommandFillImageKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, cl_mem image, void const * fill_color, size_t const * origin, size_t const * region, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • clCommandNDRangeKernelKHR

      public static int clCommandNDRangeKernelKHR(long command_buffer, long command_queue, long @Nullable [] properties, long kernel, int work_dim, @Nullable PointerBuffer global_work_offset, @Nullable PointerBuffer global_work_size, @Nullable PointerBuffer local_work_size, int @Nullable [] sync_point_wait_list, int @Nullable [] sync_point, @Nullable PointerBuffer mutable_handle)
      cl_int clCommandNDRangeKernelKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_ndrange_kernel_command_properties_khr const * properties, cl_kernel kernel, cl_uint work_dim, size_t const * global_work_offset, size_t const * global_work_size, size_t const * local_work_size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • clGetCommandBufferInfoKHR

      public static int clGetCommandBufferInfoKHR(long command_buffer, int param_name, int @Nullable [] param_value, @Nullable PointerBuffer param_value_size_ret)
      cl_int clGetCommandBufferInfoKHR(cl_command_buffer_khr command_buffer, cl_command_buffer_info_khr param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
    • clCommandSVMMemcpyKHR

      public static int clCommandSVMMemcpyKHR(long command_buffer, long command_queue, long @Nullable [] properties, ByteBuffer dst_ptr, ByteBuffer src_ptr, int @Nullable [] sync_point_wait_list, int @Nullable [] sync_point, @Nullable PointerBuffer mutable_handle)
      cl_int clCommandSVMMemcpyKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, void * dst_ptr, void const * src_ptr, size_t size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)
    • clCommandSVMMemFillKHR

      public static int clCommandSVMMemFillKHR(long command_buffer, long command_queue, long @Nullable [] properties, ByteBuffer svm_ptr, ByteBuffer pattern, int @Nullable [] sync_point_wait_list, int @Nullable [] sync_point, @Nullable PointerBuffer mutable_handle)
      cl_int clCommandSVMMemFillKHR(cl_command_buffer_khr command_buffer, cl_command_queue command_queue, cl_command_properties_khr const * properties, void * svm_ptr, void const * pattern, size_t pattern_size, size_t size, cl_uint num_sync_points_in_wait_list, cl_sync_point_khr const * sync_point_wait_list, cl_sync_point_khr * sync_point, cl_mutable_command_khr * mutable_handle)