Package org.lwjgl.opencl
Class KHRCommandBufferMultiDevice
java.lang.Object
org.lwjgl.opencl.KHRCommandBufferMultiDevice
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
clRemapCommandBufferKHR
(long command_buffer, boolean automatic, PointerBuffer queues, @Nullable PointerBuffer handles, @Nullable PointerBuffer handles_ret, int @Nullable [] errcode_ret) cl_command_buffer_khr clRemapCommandBufferKHR(cl_command_buffer_khr command_buffer, cl_bool automatic, cl_uint num_queues, cl_command_queue const * queues, cl_uint num_handles, cl_mutable_command_khr const * handles, cl_mutable_command_khr * handles_ret, cl_int * errcode_ret)
static long
clRemapCommandBufferKHR
(long command_buffer, boolean automatic, PointerBuffer queues, @Nullable PointerBuffer handles, @Nullable PointerBuffer handles_ret, @Nullable IntBuffer errcode_ret) cl_command_buffer_khr clRemapCommandBufferKHR(cl_command_buffer_khr command_buffer, cl_bool automatic, cl_uint num_queues, cl_command_queue const * queues, cl_uint num_handles, cl_mutable_command_khr const * handles, cl_mutable_command_khr * handles_ret, cl_int * errcode_ret)
static long
nclRemapCommandBufferKHR
(long command_buffer, int automatic, int num_queues, long queues, int num_handles, long handles, long handles_ret, long errcode_ret) cl_command_buffer_khr clRemapCommandBufferKHR(cl_command_buffer_khr command_buffer, cl_bool automatic, cl_uint num_queues, cl_command_queue const * queues, cl_uint num_handles, cl_mutable_command_khr const * handles, cl_mutable_command_khr * handles_ret, cl_int * errcode_ret)
-
Field Details
-
CL_PLATFORM_COMMAND_BUFFER_CAPABILITIES_KHR
public static final int CL_PLATFORM_COMMAND_BUFFER_CAPABILITIES_KHR- See Also:
-
CL_COMMAND_BUFFER_PLATFORM_UNIVERSAL_SYNC_KHR
public static final int CL_COMMAND_BUFFER_PLATFORM_UNIVERSAL_SYNC_KHR- See Also:
-
CL_COMMAND_BUFFER_PLATFORM_REMAP_QUEUES_KHR
public static final int CL_COMMAND_BUFFER_PLATFORM_REMAP_QUEUES_KHR- See Also:
-
CL_COMMAND_BUFFER_PLATFORM_AUTOMATIC_REMAP_KHR
public static final int CL_COMMAND_BUFFER_PLATFORM_AUTOMATIC_REMAP_KHR- See Also:
-
CL_DEVICE_COMMAND_BUFFER_NUM_SYNC_DEVICES_KHR
public static final int CL_DEVICE_COMMAND_BUFFER_NUM_SYNC_DEVICES_KHR- See Also:
-
CL_DEVICE_COMMAND_BUFFER_SYNC_DEVICES_KHR
public static final int CL_DEVICE_COMMAND_BUFFER_SYNC_DEVICES_KHR- See Also:
-
CL_COMMAND_BUFFER_CAPABILITY_MULTIPLE_QUEUE_KHR
public static final int CL_COMMAND_BUFFER_CAPABILITY_MULTIPLE_QUEUE_KHR- See Also:
-
CL_COMMAND_BUFFER_DEVICE_SIDE_SYNC_KHR
public static final int CL_COMMAND_BUFFER_DEVICE_SIDE_SYNC_KHR- See Also:
-
-
Method Details
-
nclRemapCommandBufferKHR
public static long nclRemapCommandBufferKHR(long command_buffer, int automatic, int num_queues, long queues, int num_handles, long handles, long handles_ret, long errcode_ret) cl_command_buffer_khr clRemapCommandBufferKHR(cl_command_buffer_khr command_buffer, cl_bool automatic, cl_uint num_queues, cl_command_queue const * queues, cl_uint num_handles, cl_mutable_command_khr const * handles, cl_mutable_command_khr * handles_ret, cl_int * errcode_ret)
-
clRemapCommandBufferKHR
public static long clRemapCommandBufferKHR(long command_buffer, boolean automatic, PointerBuffer queues, @Nullable PointerBuffer handles, @Nullable PointerBuffer handles_ret, @Nullable IntBuffer errcode_ret) cl_command_buffer_khr clRemapCommandBufferKHR(cl_command_buffer_khr command_buffer, cl_bool automatic, cl_uint num_queues, cl_command_queue const * queues, cl_uint num_handles, cl_mutable_command_khr const * handles, cl_mutable_command_khr * handles_ret, cl_int * errcode_ret)
-
clRemapCommandBufferKHR
public static long clRemapCommandBufferKHR(long command_buffer, boolean automatic, PointerBuffer queues, @Nullable PointerBuffer handles, @Nullable PointerBuffer handles_ret, int @Nullable [] errcode_ret) cl_command_buffer_khr clRemapCommandBufferKHR(cl_command_buffer_khr command_buffer, cl_bool automatic, cl_uint num_queues, cl_command_queue const * queues, cl_uint num_handles, cl_mutable_command_khr const * handles, cl_mutable_command_khr * handles_ret, cl_int * errcode_ret)
-