Clover Git
OpenCL 1.1 software implementation
|
Command queues. More...
#include <core/commandqueue.h>
#include <core/deviceinterface.h>
#include <core/context.h>
#include <CL/cl.h>
Go to the source code of this file.
Functions | |
cl_command_queue | clCreateCommandQueue (cl_context context, cl_device_id device, cl_command_queue_properties properties, cl_int *errcode_ret) |
cl_int | clRetainCommandQueue (cl_command_queue command_queue) |
cl_int | clReleaseCommandQueue (cl_command_queue command_queue) |
cl_int | clGetCommandQueueInfo (cl_command_queue command_queue, cl_command_queue_info param_name, size_t param_value_size, void *param_value, size_t *param_value_size_ret) |
cl_int | clSetCommandQueueProperty (cl_command_queue command_queue, cl_command_queue_properties properties, cl_bool enable, cl_command_queue_properties *old_properties) |
Command queues.
Definition in file api_command.cpp.
cl_command_queue clCreateCommandQueue | ( | cl_context | context, |
cl_device_id | device, | ||
cl_command_queue_properties | properties, | ||
cl_int * | errcode_ret | ||
) |
Definition at line 41 of file api_command.cpp.
References Coal::Object::T_Context, and Coal::Object::T_Device.
cl_int clGetCommandQueueInfo | ( | cl_command_queue | command_queue, |
cl_command_queue_info | param_name, | ||
size_t | param_value_size, | ||
void * | param_value, | ||
size_t * | param_value_size_ret | ||
) |
Definition at line 107 of file api_command.cpp.
References Coal::Object::T_CommandQueue.
cl_int clReleaseCommandQueue | ( | cl_command_queue | command_queue | ) |
Definition at line 93 of file api_command.cpp.
References Coal::Object::T_CommandQueue.
cl_int clRetainCommandQueue | ( | cl_command_queue | command_queue | ) |
Definition at line 82 of file api_command.cpp.
References Coal::Object::T_CommandQueue.
cl_int clSetCommandQueueProperty | ( | cl_command_queue | command_queue, |
cl_command_queue_properties | properties, | ||
cl_bool | enable, | ||
cl_command_queue_properties * | old_properties | ||
) |
Definition at line 121 of file api_command.cpp.
References Coal::Object::T_CommandQueue.