Class CL11

Direct Known Subclasses:
CL12

public class CL11 extends CL10
  • Field Details

    • CL_MISALIGNED_SUB_BUFFER_OFFSET

      public static final int CL_MISALIGNED_SUB_BUFFER_OFFSET
      See Also:
    • CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST

      public static final int CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST
      See Also:
    • CL_INVALID_PROPERTY

      public static final int CL_INVALID_PROPERTY
      See Also:
    • CL_VERSION_1_1

      public static final int CL_VERSION_1_1
      See Also:
    • CL_DEVICE_PREFERRED_VECTOR_WIDTH_HALF

      public static final int CL_DEVICE_PREFERRED_VECTOR_WIDTH_HALF
      See Also:
    • CL_DEVICE_HOST_UNIFIED_MEMORY

      public static final int CL_DEVICE_HOST_UNIFIED_MEMORY
      See Also:
    • CL_DEVICE_NATIVE_VECTOR_WIDTH_CHAR

      public static final int CL_DEVICE_NATIVE_VECTOR_WIDTH_CHAR
      See Also:
    • CL_DEVICE_NATIVE_VECTOR_WIDTH_SHORT

      public static final int CL_DEVICE_NATIVE_VECTOR_WIDTH_SHORT
      See Also:
    • CL_DEVICE_NATIVE_VECTOR_WIDTH_INT

      public static final int CL_DEVICE_NATIVE_VECTOR_WIDTH_INT
      See Also:
    • CL_DEVICE_NATIVE_VECTOR_WIDTH_LONG

      public static final int CL_DEVICE_NATIVE_VECTOR_WIDTH_LONG
      See Also:
    • CL_DEVICE_NATIVE_VECTOR_WIDTH_FLOAT

      public static final int CL_DEVICE_NATIVE_VECTOR_WIDTH_FLOAT
      See Also:
    • CL_DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE

      public static final int CL_DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE
      See Also:
    • CL_DEVICE_NATIVE_VECTOR_WIDTH_HALF

      public static final int CL_DEVICE_NATIVE_VECTOR_WIDTH_HALF
      See Also:
    • CL_DEVICE_OPENCL_C_VERSION

      public static final int CL_DEVICE_OPENCL_C_VERSION
      See Also:
    • CL_FP_SOFT_FLOAT

      public static final int CL_FP_SOFT_FLOAT
      See Also:
    • CL_CONTEXT_NUM_DEVICES

      public static final int CL_CONTEXT_NUM_DEVICES
      See Also:
    • CL_Rx

      public static final int CL_Rx
      See Also:
    • CL_RGx

      public static final int CL_RGx
      See Also:
    • CL_RGBx

      public static final int CL_RGBx
      See Also:
    • CL_MEM_ASSOCIATED_MEMOBJECT

      public static final int CL_MEM_ASSOCIATED_MEMOBJECT
      See Also:
    • CL_MEM_OFFSET

      public static final int CL_MEM_OFFSET
      See Also:
    • CL_ADDRESS_MIRRORED_REPEAT

      public static final int CL_ADDRESS_MIRRORED_REPEAT
      See Also:
    • CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE

      public static final int CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE
      See Also:
    • CL_KERNEL_PRIVATE_MEM_SIZE

      public static final int CL_KERNEL_PRIVATE_MEM_SIZE
      See Also:
    • CL_EVENT_CONTEXT

      public static final int CL_EVENT_CONTEXT
      See Also:
    • CL_COMMAND_READ_BUFFER_RECT

      public static final int CL_COMMAND_READ_BUFFER_RECT
      See Also:
    • CL_COMMAND_WRITE_BUFFER_RECT

      public static final int CL_COMMAND_WRITE_BUFFER_RECT
      See Also:
    • CL_COMMAND_COPY_BUFFER_RECT

      public static final int CL_COMMAND_COPY_BUFFER_RECT
      See Also:
    • CL_COMMAND_USER

      public static final int CL_COMMAND_USER
      See Also:
    • CL_BUFFER_CREATE_TYPE_REGION

      public static final int CL_BUFFER_CREATE_TYPE_REGION
      See Also:
  • Method Details

    • nclCreateSubBuffer

      public static long nclCreateSubBuffer(long buffer, long flags, int buffer_create_type, long buffer_create_info, long errcode_ret)
      cl_mem clCreateSubBuffer(cl_mem buffer, cl_mem_flags flags, cl_buffer_create_type buffer_create_type, void const * buffer_create_info, cl_int * errcode_ret)
    • clCreateSubBuffer

      public static long clCreateSubBuffer(long buffer, long flags, int buffer_create_type, ByteBuffer buffer_create_info, @Nullable IntBuffer errcode_ret)
      cl_mem clCreateSubBuffer(cl_mem buffer, cl_mem_flags flags, cl_buffer_create_type buffer_create_type, void const * buffer_create_info, cl_int * errcode_ret)
    • nclSetMemObjectDestructorCallback

      public static int nclSetMemObjectDestructorCallback(long memobj, long pfn_notify, long user_data)
      cl_int clSetMemObjectDestructorCallback(cl_mem memobj, void (*) (cl_mem, void *) pfn_notify, void * user_data)
    • clSetMemObjectDestructorCallback

      public static int clSetMemObjectDestructorCallback(long memobj, CLMemObjectDestructorCallbackI pfn_notify, long user_data)
      cl_int clSetMemObjectDestructorCallback(cl_mem memobj, void (*) (cl_mem, void *) pfn_notify, void * user_data)
    • nclEnqueueReadBufferRect

      public static int nclEnqueueReadBufferRect(long command_queue, long buffer, int blocking_read, long buffer_origin, long host_origin, long region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, long ptr, int num_events_in_wait_list, long event_wait_list, long event)
      cl_int clEnqueueReadBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, size_t const * buffer_origin, size_t const * host_origin, size_t const * region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void * ptr, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
    • clEnqueueReadBufferRect

      public static int clEnqueueReadBufferRect(long command_queue, long buffer, boolean blocking_read, PointerBuffer buffer_origin, PointerBuffer host_origin, PointerBuffer region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, ByteBuffer ptr, @Nullable PointerBuffer event_wait_list, @Nullable PointerBuffer event)
      cl_int clEnqueueReadBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, size_t const * buffer_origin, size_t const * host_origin, size_t const * region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void * ptr, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
    • clEnqueueReadBufferRect

      public static int clEnqueueReadBufferRect(long command_queue, long buffer, boolean blocking_read, PointerBuffer buffer_origin, PointerBuffer host_origin, PointerBuffer region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, ShortBuffer ptr, @Nullable PointerBuffer event_wait_list, @Nullable PointerBuffer event)
      cl_int clEnqueueReadBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, size_t const * buffer_origin, size_t const * host_origin, size_t const * region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void * ptr, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
    • clEnqueueReadBufferRect

      public static int clEnqueueReadBufferRect(long command_queue, long buffer, boolean blocking_read, PointerBuffer buffer_origin, PointerBuffer host_origin, PointerBuffer region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, IntBuffer ptr, @Nullable PointerBuffer event_wait_list, @Nullable PointerBuffer event)
      cl_int clEnqueueReadBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, size_t const * buffer_origin, size_t const * host_origin, size_t const * region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void * ptr, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
    • clEnqueueReadBufferRect

      public static int clEnqueueReadBufferRect(long command_queue, long buffer, boolean blocking_read, PointerBuffer buffer_origin, PointerBuffer host_origin, PointerBuffer region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, FloatBuffer ptr, @Nullable PointerBuffer event_wait_list, @Nullable PointerBuffer event)
      cl_int clEnqueueReadBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, size_t const * buffer_origin, size_t const * host_origin, size_t const * region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void * ptr, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
    • clEnqueueReadBufferRect

      public static int clEnqueueReadBufferRect(long command_queue, long buffer, boolean blocking_read, PointerBuffer buffer_origin, PointerBuffer host_origin, PointerBuffer region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, DoubleBuffer ptr, @Nullable PointerBuffer event_wait_list, @Nullable PointerBuffer event)
      cl_int clEnqueueReadBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, size_t const * buffer_origin, size_t const * host_origin, size_t const * region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void * ptr, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
    • nclEnqueueWriteBufferRect

      public static int nclEnqueueWriteBufferRect(long command_queue, long buffer, int blocking_write, long buffer_origin, long host_origin, long region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, long ptr, int num_events_in_wait_list, long event_wait_list, long event)
      cl_int clEnqueueWriteBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, size_t const * buffer_origin, size_t const * host_origin, size_t const * region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void const * ptr, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
    • clEnqueueWriteBufferRect

      public static int clEnqueueWriteBufferRect(long command_queue, long buffer, boolean blocking_write, PointerBuffer buffer_origin, PointerBuffer host_origin, PointerBuffer region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, ByteBuffer ptr, @Nullable PointerBuffer event_wait_list, @Nullable PointerBuffer event)
      cl_int clEnqueueWriteBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, size_t const * buffer_origin, size_t const * host_origin, size_t const * region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void const * ptr, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
    • clEnqueueWriteBufferRect

      public static int clEnqueueWriteBufferRect(long command_queue, long buffer, boolean blocking_write, PointerBuffer buffer_origin, PointerBuffer host_origin, PointerBuffer region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, ShortBuffer ptr, @Nullable PointerBuffer event_wait_list, @Nullable PointerBuffer event)
      cl_int clEnqueueWriteBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, size_t const * buffer_origin, size_t const * host_origin, size_t const * region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void const * ptr, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
    • clEnqueueWriteBufferRect

      public static int clEnqueueWriteBufferRect(long command_queue, long buffer, boolean blocking_write, PointerBuffer buffer_origin, PointerBuffer host_origin, PointerBuffer region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, IntBuffer ptr, @Nullable PointerBuffer event_wait_list, @Nullable PointerBuffer event)
      cl_int clEnqueueWriteBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, size_t const * buffer_origin, size_t const * host_origin, size_t const * region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void const * ptr, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
    • clEnqueueWriteBufferRect

      public static int clEnqueueWriteBufferRect(long command_queue, long buffer, boolean blocking_write, PointerBuffer buffer_origin, PointerBuffer host_origin, PointerBuffer region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, FloatBuffer ptr, @Nullable PointerBuffer event_wait_list, @Nullable PointerBuffer event)
      cl_int clEnqueueWriteBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, size_t const * buffer_origin, size_t const * host_origin, size_t const * region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void const * ptr, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
    • clEnqueueWriteBufferRect

      public static int clEnqueueWriteBufferRect(long command_queue, long buffer, boolean blocking_write, PointerBuffer buffer_origin, PointerBuffer host_origin, PointerBuffer region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, DoubleBuffer ptr, @Nullable PointerBuffer event_wait_list, @Nullable PointerBuffer event)
      cl_int clEnqueueWriteBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, size_t const * buffer_origin, size_t const * host_origin, size_t const * region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void const * ptr, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
    • nclEnqueueCopyBufferRect

      public static int nclEnqueueCopyBufferRect(long command_queue, 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_events_in_wait_list, long event_wait_list, long event)
      cl_int clEnqueueCopyBufferRect(cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_buffer, size_t * src_origin, size_t * dst_origin, size_t * region, size_t src_row_pitch, size_t src_slice_pitch, size_t dst_row_pitch, size_t dst_slice_pitch, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
    • clEnqueueCopyBufferRect

      public static int clEnqueueCopyBufferRect(long command_queue, 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 PointerBuffer event_wait_list, @Nullable PointerBuffer event)
      cl_int clEnqueueCopyBufferRect(cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_buffer, size_t * src_origin, size_t * dst_origin, size_t * region, size_t src_row_pitch, size_t src_slice_pitch, size_t dst_row_pitch, size_t dst_slice_pitch, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
    • nclCreateUserEvent

      public static long nclCreateUserEvent(long context, long errcode_ret)
      cl_event clCreateUserEvent(cl_context context, cl_int * errcode_ret)
    • clCreateUserEvent

      public static long clCreateUserEvent(long context, @Nullable IntBuffer errcode_ret)
      cl_event clCreateUserEvent(cl_context context, cl_int * errcode_ret)
    • clSetUserEventStatus

      public static int clSetUserEventStatus(long event, int execution_status)
      cl_int clSetUserEventStatus(cl_event event, cl_int execution_status)
    • nclSetEventCallback

      public static int nclSetEventCallback(long event, int command_exec_callback_type, long pfn_notify, long user_data)
      cl_int clSetEventCallback(cl_event event, cl_int command_exec_callback_type, void (*) (cl_event, cl_int, void *) pfn_notify, void * user_data)
    • clSetEventCallback

      public static int clSetEventCallback(long event, int command_exec_callback_type, CLEventCallbackI pfn_notify, long user_data)
      cl_int clSetEventCallback(cl_event event, cl_int command_exec_callback_type, void (*) (cl_event, cl_int, void *) pfn_notify, void * user_data)
    • clCreateSubBuffer

      public static long clCreateSubBuffer(long buffer, long flags, int buffer_create_type, ByteBuffer buffer_create_info, int @Nullable [] errcode_ret)
      cl_mem clCreateSubBuffer(cl_mem buffer, cl_mem_flags flags, cl_buffer_create_type buffer_create_type, void const * buffer_create_info, cl_int * errcode_ret)
    • clEnqueueReadBufferRect

      public static int clEnqueueReadBufferRect(long command_queue, long buffer, boolean blocking_read, PointerBuffer buffer_origin, PointerBuffer host_origin, PointerBuffer region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, short[] ptr, @Nullable PointerBuffer event_wait_list, @Nullable PointerBuffer event)
      cl_int clEnqueueReadBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, size_t const * buffer_origin, size_t const * host_origin, size_t const * region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void * ptr, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
    • clEnqueueReadBufferRect

      public static int clEnqueueReadBufferRect(long command_queue, long buffer, boolean blocking_read, PointerBuffer buffer_origin, PointerBuffer host_origin, PointerBuffer region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, int[] ptr, @Nullable PointerBuffer event_wait_list, @Nullable PointerBuffer event)
      cl_int clEnqueueReadBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, size_t const * buffer_origin, size_t const * host_origin, size_t const * region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void * ptr, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
    • clEnqueueReadBufferRect

      public static int clEnqueueReadBufferRect(long command_queue, long buffer, boolean blocking_read, PointerBuffer buffer_origin, PointerBuffer host_origin, PointerBuffer region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, float[] ptr, @Nullable PointerBuffer event_wait_list, @Nullable PointerBuffer event)
      cl_int clEnqueueReadBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, size_t const * buffer_origin, size_t const * host_origin, size_t const * region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void * ptr, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
    • clEnqueueReadBufferRect

      public static int clEnqueueReadBufferRect(long command_queue, long buffer, boolean blocking_read, PointerBuffer buffer_origin, PointerBuffer host_origin, PointerBuffer region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, double[] ptr, @Nullable PointerBuffer event_wait_list, @Nullable PointerBuffer event)
      cl_int clEnqueueReadBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, size_t const * buffer_origin, size_t const * host_origin, size_t const * region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void * ptr, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
    • clEnqueueWriteBufferRect

      public static int clEnqueueWriteBufferRect(long command_queue, long buffer, boolean blocking_write, PointerBuffer buffer_origin, PointerBuffer host_origin, PointerBuffer region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, short[] ptr, @Nullable PointerBuffer event_wait_list, @Nullable PointerBuffer event)
      cl_int clEnqueueWriteBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, size_t const * buffer_origin, size_t const * host_origin, size_t const * region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void const * ptr, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
    • clEnqueueWriteBufferRect

      public static int clEnqueueWriteBufferRect(long command_queue, long buffer, boolean blocking_write, PointerBuffer buffer_origin, PointerBuffer host_origin, PointerBuffer region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, int[] ptr, @Nullable PointerBuffer event_wait_list, @Nullable PointerBuffer event)
      cl_int clEnqueueWriteBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, size_t const * buffer_origin, size_t const * host_origin, size_t const * region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void const * ptr, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
    • clEnqueueWriteBufferRect

      public static int clEnqueueWriteBufferRect(long command_queue, long buffer, boolean blocking_write, PointerBuffer buffer_origin, PointerBuffer host_origin, PointerBuffer region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, float[] ptr, @Nullable PointerBuffer event_wait_list, @Nullable PointerBuffer event)
      cl_int clEnqueueWriteBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, size_t const * buffer_origin, size_t const * host_origin, size_t const * region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void const * ptr, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
    • clEnqueueWriteBufferRect

      public static int clEnqueueWriteBufferRect(long command_queue, long buffer, boolean blocking_write, PointerBuffer buffer_origin, PointerBuffer host_origin, PointerBuffer region, long buffer_row_pitch, long buffer_slice_pitch, long host_row_pitch, long host_slice_pitch, double[] ptr, @Nullable PointerBuffer event_wait_list, @Nullable PointerBuffer event)
      cl_int clEnqueueWriteBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, size_t const * buffer_origin, size_t const * host_origin, size_t const * region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void const * ptr, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
    • clCreateUserEvent

      public static long clCreateUserEvent(long context, int @Nullable [] errcode_ret)
      cl_event clCreateUserEvent(cl_context context, cl_int * errcode_ret)