Class KHRCommandBufferMutableDispatch

java.lang.Object
org.lwjgl.opencl.KHRCommandBufferMutableDispatch

public class KHRCommandBufferMutableDispatch extends Object
  • Field Details

    • CL_COMMAND_BUFFER_MUTABLE_KHR

      public static final int CL_COMMAND_BUFFER_MUTABLE_KHR
      See Also:
    • CL_INVALID_MUTABLE_COMMAND_KHR

      public static final int CL_INVALID_MUTABLE_COMMAND_KHR
      See Also:
    • CL_DEVICE_MUTABLE_DISPATCH_CAPABILITIES_KHR

      public static final int CL_DEVICE_MUTABLE_DISPATCH_CAPABILITIES_KHR
      See Also:
    • CL_MUTABLE_DISPATCH_UPDATABLE_FIELDS_KHR

      public static final int CL_MUTABLE_DISPATCH_UPDATABLE_FIELDS_KHR
      See Also:
    • CL_MUTABLE_DISPATCH_GLOBAL_OFFSET_KHR

      public static final int CL_MUTABLE_DISPATCH_GLOBAL_OFFSET_KHR
      See Also:
    • CL_MUTABLE_DISPATCH_GLOBAL_SIZE_KHR

      public static final int CL_MUTABLE_DISPATCH_GLOBAL_SIZE_KHR
      See Also:
    • CL_MUTABLE_DISPATCH_LOCAL_SIZE_KHR

      public static final int CL_MUTABLE_DISPATCH_LOCAL_SIZE_KHR
      See Also:
    • CL_MUTABLE_DISPATCH_ARGUMENTS_KHR

      public static final int CL_MUTABLE_DISPATCH_ARGUMENTS_KHR
      See Also:
    • CL_MUTABLE_DISPATCH_EXEC_INFO_KHR

      public static final int CL_MUTABLE_DISPATCH_EXEC_INFO_KHR
      See Also:
    • CL_MUTABLE_COMMAND_COMMAND_QUEUE_KHR

      public static final int CL_MUTABLE_COMMAND_COMMAND_QUEUE_KHR
      See Also:
    • CL_MUTABLE_COMMAND_COMMAND_BUFFER_KHR

      public static final int CL_MUTABLE_COMMAND_COMMAND_BUFFER_KHR
      See Also:
    • CL_MUTABLE_COMMAND_COMMAND_TYPE_KHR

      public static final int CL_MUTABLE_COMMAND_COMMAND_TYPE_KHR
      See Also:
    • CL_MUTABLE_COMMAND_PROPERTIES_ARRAY_KHR

      public static final int CL_MUTABLE_COMMAND_PROPERTIES_ARRAY_KHR
      See Also:
    • CL_MUTABLE_DISPATCH_KERNEL_KHR

      public static final int CL_MUTABLE_DISPATCH_KERNEL_KHR
      See Also:
    • CL_MUTABLE_DISPATCH_DIMENSIONS_KHR

      public static final int CL_MUTABLE_DISPATCH_DIMENSIONS_KHR
      See Also:
    • CL_MUTABLE_DISPATCH_GLOBAL_WORK_OFFSET_KHR

      public static final int CL_MUTABLE_DISPATCH_GLOBAL_WORK_OFFSET_KHR
      See Also:
    • CL_MUTABLE_DISPATCH_GLOBAL_WORK_SIZE_KHR

      public static final int CL_MUTABLE_DISPATCH_GLOBAL_WORK_SIZE_KHR
      See Also:
    • CL_MUTABLE_DISPATCH_LOCAL_WORK_SIZE_KHR

      public static final int CL_MUTABLE_DISPATCH_LOCAL_WORK_SIZE_KHR
      See Also:
    • CL_STRUCTURE_TYPE_MUTABLE_DISPATCH_CONFIG_KHR

      public static final int CL_STRUCTURE_TYPE_MUTABLE_DISPATCH_CONFIG_KHR
      See Also:
    • CL_COMMAND_BUFFER_MUTABLE_DISPATCH_ASSERTS_KHR

      public static final int CL_COMMAND_BUFFER_MUTABLE_DISPATCH_ASSERTS_KHR
      See Also:
    • CL_MUTABLE_DISPATCH_ASSERTS_KHR

      public static final int CL_MUTABLE_DISPATCH_ASSERTS_KHR
      See Also:
    • CL_MUTABLE_DISPATCH_ASSERT_NO_ADDITIONAL_WORK_GROUPS_KHR

      public static final int CL_MUTABLE_DISPATCH_ASSERT_NO_ADDITIONAL_WORK_GROUPS_KHR
      See Also:
  • Method Details

    • nclUpdateMutableCommandsKHR

      public static int nclUpdateMutableCommandsKHR(long command_buffer, int num_configs, long config_types, long configs)
      cl_int clUpdateMutableCommandsKHR(cl_command_buffer_khr command_buffer, cl_uint num_configs, cl_command_buffer_update_type_khr const * config_types, void const ** configs)
    • clUpdateMutableCommandsKHR

      public static int clUpdateMutableCommandsKHR(long command_buffer, @Nullable IntBuffer config_types, @Nullable PointerBuffer configs)
      cl_int clUpdateMutableCommandsKHR(cl_command_buffer_khr command_buffer, cl_uint num_configs, cl_command_buffer_update_type_khr const * config_types, void const ** configs)
    • nclGetMutableCommandInfoKHR

      public static int nclGetMutableCommandInfoKHR(long command, int param_name, long param_value_size, long param_value, long param_value_size_ret)
      cl_int clGetMutableCommandInfoKHR(cl_mutable_command_khr command, cl_mutable_command_info_khr param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
    • clGetMutableCommandInfoKHR

      public static int clGetMutableCommandInfoKHR(long command, int param_name, @Nullable ByteBuffer param_value, @Nullable PointerBuffer param_value_size_ret)
      cl_int clGetMutableCommandInfoKHR(cl_mutable_command_khr command, cl_mutable_command_info_khr param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
    • clGetMutableCommandInfoKHR

      public static int clGetMutableCommandInfoKHR(long command, int param_name, @Nullable IntBuffer param_value, @Nullable PointerBuffer param_value_size_ret)
      cl_int clGetMutableCommandInfoKHR(cl_mutable_command_khr command, cl_mutable_command_info_khr param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
    • clGetMutableCommandInfoKHR

      public static int clGetMutableCommandInfoKHR(long command, int param_name, @Nullable PointerBuffer param_value, @Nullable PointerBuffer param_value_size_ret)
      cl_int clGetMutableCommandInfoKHR(cl_mutable_command_khr command, cl_mutable_command_info_khr param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
    • clUpdateMutableCommandsKHR

      public static int clUpdateMutableCommandsKHR(long command_buffer, int @Nullable [] config_types, @Nullable PointerBuffer configs)
      cl_int clUpdateMutableCommandsKHR(cl_command_buffer_khr command_buffer, cl_uint num_configs, cl_command_buffer_update_type_khr const * config_types, void const ** configs)
    • clGetMutableCommandInfoKHR

      public static int clGetMutableCommandInfoKHR(long command, int param_name, int @Nullable [] param_value, @Nullable PointerBuffer param_value_size_ret)
      cl_int clGetMutableCommandInfoKHR(cl_mutable_command_khr command, cl_mutable_command_info_khr param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)