cl

Undocumented in source.

Members

Aliases

cl_addressing_mode
alias cl_addressing_mode = cl_uint
Undocumented in source.
cl_bitfield
alias cl_bitfield = cl_ulong
Undocumented in source.
cl_bool
alias cl_bool = cl_uint
Undocumented in source.
cl_buffer_create_type
alias cl_buffer_create_type = cl_uint
Undocumented in source.
cl_buffer_region
alias cl_buffer_region = _cl_buffer_region
Undocumented in source.
cl_build_status
alias cl_build_status = cl_int
Undocumented in source.
cl_channel_order
alias cl_channel_order = cl_uint
Undocumented in source.
cl_channel_type
alias cl_channel_type = cl_uint
Undocumented in source.
cl_char
alias cl_char = byte
Undocumented in source.
cl_command_queue
alias cl_command_queue = void*
Undocumented in source.
cl_command_queue_info
alias cl_command_queue_info = cl_uint
Undocumented in source.
cl_command_queue_properties
alias cl_command_queue_properties = cl_bitfield
Undocumented in source.
cl_command_type
alias cl_command_type = cl_uint
Undocumented in source.
cl_context
alias cl_context = void*
Undocumented in source.
cl_context_info
alias cl_context_info = cl_uint
Undocumented in source.
cl_context_properties
alias cl_context_properties = intptr_t
Undocumented in source.
cl_device_exec_capabilities
alias cl_device_exec_capabilities = cl_bitfield
Undocumented in source.
cl_device_fp_config
alias cl_device_fp_config = cl_bitfield
Undocumented in source.
cl_device_id
alias cl_device_id = void*
Undocumented in source.
cl_device_info
alias cl_device_info = cl_uint
Undocumented in source.
cl_device_local_mem_type
alias cl_device_local_mem_type = cl_uint
Undocumented in source.
cl_device_mem_cache_type
alias cl_device_mem_cache_type = cl_uint
Undocumented in source.
cl_device_type
alias cl_device_type = cl_bitfield
Undocumented in source.
cl_double
alias cl_double = double
Undocumented in source.
cl_event
alias cl_event = void*
Undocumented in source.
cl_event_info
alias cl_event_info = cl_uint
Undocumented in source.
cl_filter_mode
alias cl_filter_mode = cl_uint
Undocumented in source.
cl_float
alias cl_float = float
Undocumented in source.
cl_half
alias cl_half = ushort
Undocumented in source.
cl_image_format
alias cl_image_format = _cl_image_format
Undocumented in source.
cl_image_info
alias cl_image_info = cl_uint
Undocumented in source.
cl_int
alias cl_int = int
Undocumented in source.
cl_kernel
alias cl_kernel = void*
Undocumented in source.
cl_kernel_info
alias cl_kernel_info = cl_uint
Undocumented in source.
cl_kernel_work_group_info
alias cl_kernel_work_group_info = cl_uint
Undocumented in source.
cl_long
alias cl_long = long
Undocumented in source.
cl_map_flags
alias cl_map_flags = cl_bitfield
Undocumented in source.
cl_mem
alias cl_mem = void*
Undocumented in source.
cl_mem_flags
alias cl_mem_flags = cl_bitfield
Undocumented in source.
cl_mem_info
alias cl_mem_info = cl_uint
Undocumented in source.
cl_mem_object_type
alias cl_mem_object_type = cl_uint
Undocumented in source.
cl_platform_id
alias cl_platform_id = void*
Undocumented in source.
cl_platform_info
alias cl_platform_info = cl_uint
Undocumented in source.
cl_profiling_info
alias cl_profiling_info = cl_uint
Undocumented in source.
cl_program
alias cl_program = void*
Undocumented in source.
cl_program_build_info
alias cl_program_build_info = cl_uint
Undocumented in source.
cl_program_info
alias cl_program_info = cl_uint
Undocumented in source.
cl_sampler
alias cl_sampler = void*
Undocumented in source.
cl_sampler_info
alias cl_sampler_info = cl_uint
Undocumented in source.
cl_short
alias cl_short = short
Undocumented in source.
cl_uchar
alias cl_uchar = ubyte
Undocumented in source.
cl_uint
alias cl_uint = uint
Undocumented in source.
cl_ulong
alias cl_ulong = ulong
Undocumented in source.
cl_ushort
alias cl_ushort = ushort
Undocumented in source.

Enums

CL_SUCCESS
anonymousenum CL_SUCCESS
Undocumented in source.

Functions

clBuildProgram
cl_int clBuildProgram(cl_program , cl_uint , cl_device_id* , char* , void function(cl_program, void*) , void* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clCreateBuffer
cl_mem clCreateBuffer(cl_context , cl_mem_flags , size_t , void* , cl_int* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clCreateCommandQueue
cl_command_queue clCreateCommandQueue(cl_context , cl_device_id , cl_command_queue_properties , cl_int* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clCreateContext
cl_context clCreateContext(cl_context_properties* , cl_uint , cl_device_id* , void function(const char*, const void*, size_t, void*) , void* , cl_int* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clCreateContextFromType
cl_context clCreateContextFromType(cl_context_properties* , cl_device_type , void function(const char*, const void*, size_t, void*) , void* , cl_int* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clCreateImage2D
cl_mem clCreateImage2D(cl_context , cl_mem_flags , cl_image_format* , size_t , size_t , size_t , void* , cl_int* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clCreateImage3D
cl_mem clCreateImage3D(cl_context , cl_mem_flags , cl_image_format* , size_t , size_t , size_t , size_t , size_t , void* , cl_int* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clCreateKernel
cl_kernel clCreateKernel(cl_program , char* , cl_int* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clCreateKernelsInProgram
cl_int clCreateKernelsInProgram(cl_program , cl_uint , cl_kernel* , cl_uint* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clCreateProgramWithBinary
cl_program clCreateProgramWithBinary(cl_context , cl_uint , cl_device_id* , size_t* , ubyte** , cl_int* , cl_int* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clCreateProgramWithSource
cl_program clCreateProgramWithSource(cl_context , cl_uint , char** , size_t* , cl_int* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clCreateSampler
cl_sampler clCreateSampler(cl_context , cl_bool , cl_addressing_mode , cl_filter_mode , cl_int* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clCreateSubBuffer
cl_mem clCreateSubBuffer(cl_mem , cl_mem_flags , cl_buffer_create_type , void* , cl_int* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clCreateUserEvent
cl_event clCreateUserEvent(cl_context , cl_int* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clEnqueueBarrier
cl_int clEnqueueBarrier(cl_command_queue )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clEnqueueCopyBuffer
cl_int clEnqueueCopyBuffer(cl_command_queue , cl_mem , cl_mem , size_t , size_t , size_t , cl_uint , cl_event* , cl_event* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clEnqueueCopyBufferRect
cl_int clEnqueueCopyBufferRect(cl_command_queue , cl_mem , cl_mem , size_t* , size_t* , size_t* , size_t , size_t , size_t , size_t , cl_uint , cl_event* , cl_event* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clEnqueueCopyBufferToImage
cl_int clEnqueueCopyBufferToImage(cl_command_queue , cl_mem , cl_mem , size_t , size_t* , size_t* , cl_uint , cl_event* , cl_event* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clEnqueueCopyImage
cl_int clEnqueueCopyImage(cl_command_queue , cl_mem , cl_mem , size_t* , size_t* , size_t* , cl_uint , cl_event* , cl_event* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clEnqueueCopyImageToBuffer
cl_int clEnqueueCopyImageToBuffer(cl_command_queue , cl_mem , cl_mem , size_t* , size_t* , size_t , cl_uint , cl_event* , cl_event* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clEnqueueMapBuffer
void* clEnqueueMapBuffer(cl_command_queue , cl_mem , cl_bool , cl_map_flags , size_t , size_t , cl_uint , cl_event* , cl_event* , cl_int* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clEnqueueMapImage
void* clEnqueueMapImage(cl_command_queue , cl_mem , cl_bool , cl_map_flags , size_t* , size_t* , size_t* , size_t* , cl_uint , cl_event* , cl_event* , cl_int* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clEnqueueMarker
cl_int clEnqueueMarker(cl_command_queue , cl_event* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clEnqueueNDRangeKernel
cl_int clEnqueueNDRangeKernel(cl_command_queue , cl_kernel , cl_uint , size_t* , size_t* , size_t* , cl_uint , cl_event* , cl_event* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clEnqueueNativeKernel
cl_int clEnqueueNativeKernel(cl_command_queue , void function(void*) , void* , size_t , cl_uint , cl_mem* , void** , cl_uint , cl_event* , cl_event* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clEnqueueReadBuffer
cl_int clEnqueueReadBuffer(cl_command_queue , cl_mem , cl_bool , size_t , size_t , void* , cl_uint , cl_event* , cl_event* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clEnqueueReadBufferRect
cl_int clEnqueueReadBufferRect(cl_command_queue , cl_mem , cl_bool , size_t* , size_t* , size_t* , size_t , size_t , size_t , size_t , void* , cl_uint , cl_event* , cl_event* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clEnqueueReadImage
cl_int clEnqueueReadImage(cl_command_queue , cl_mem , cl_bool , size_t* , size_t* , size_t , size_t , void* , cl_uint , cl_event* , cl_event* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clEnqueueTask
cl_int clEnqueueTask(cl_command_queue , cl_kernel , cl_uint , cl_event* , cl_event* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clEnqueueUnmapMemObject
cl_int clEnqueueUnmapMemObject(cl_command_queue , cl_mem , void* , cl_uint , cl_event* , cl_event* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clEnqueueWaitForEvents
cl_int clEnqueueWaitForEvents(cl_command_queue , cl_uint , cl_event* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clEnqueueWriteBuffer
cl_int clEnqueueWriteBuffer(cl_command_queue , cl_mem , cl_bool , size_t , size_t , void* , cl_uint , cl_event* , cl_event* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clEnqueueWriteBufferRect
cl_int clEnqueueWriteBufferRect(cl_command_queue , cl_mem , cl_bool , size_t* , size_t* , size_t* , size_t , size_t , size_t , size_t , void* , cl_uint , cl_event* , cl_event* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clEnqueueWriteImage
cl_int clEnqueueWriteImage(cl_command_queue , cl_mem , cl_bool , size_t* , size_t* , size_t , size_t , void* , cl_uint , cl_event* , cl_event* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clFinish
cl_int clFinish(cl_command_queue )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clFlush
cl_int clFlush(cl_command_queue )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clGetCommandQueueInfo
cl_int clGetCommandQueueInfo(cl_command_queue , cl_command_queue_info , size_t , void* , size_t* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clGetContextInfo
cl_int clGetContextInfo(cl_context , cl_context_info , size_t , void* , size_t* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clGetDeviceIDs
cl_int clGetDeviceIDs(cl_platform_id , cl_device_type , cl_uint , cl_device_id* , cl_uint* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clGetDeviceInfo
cl_int clGetDeviceInfo(cl_device_id , cl_device_info , size_t , void* , size_t* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clGetEventInfo
cl_int clGetEventInfo(cl_event , cl_event_info , size_t , void* , size_t* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clGetEventProfilingInfo
cl_int clGetEventProfilingInfo(cl_event , cl_profiling_info , size_t , void* , size_t* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clGetExtensionFunctionAddress
void* clGetExtensionFunctionAddress(char* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clGetImageInfo
cl_int clGetImageInfo(cl_mem , cl_image_info , size_t , void* , size_t* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clGetKernelInfo
cl_int clGetKernelInfo(cl_kernel , cl_kernel_info , size_t , void* , size_t* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clGetKernelWorkGroupInfo
cl_int clGetKernelWorkGroupInfo(cl_kernel , cl_device_id , cl_kernel_work_group_info , size_t , void* , size_t* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clGetMemObjectInfo
cl_int clGetMemObjectInfo(cl_mem , cl_mem_info , size_t , void* , size_t* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clGetPlatformIDs
cl_int clGetPlatformIDs(cl_uint , cl_platform_id* , cl_uint* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clGetPlatformInfo
cl_int clGetPlatformInfo(cl_platform_id , cl_platform_info , size_t , void* , size_t* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clGetProgramBuildInfo
cl_int clGetProgramBuildInfo(cl_program , cl_device_id , cl_program_build_info , size_t , void* , size_t* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clGetProgramInfo
cl_int clGetProgramInfo(cl_program , cl_program_info , size_t , void* , size_t* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clGetSamplerInfo
cl_int clGetSamplerInfo(cl_sampler , cl_sampler_info , size_t , void* , size_t* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clGetSupportedImageFormats
cl_int clGetSupportedImageFormats(cl_context , cl_mem_flags , cl_mem_object_type , cl_uint , cl_image_format* , cl_uint* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clReleaseCommandQueue
cl_int clReleaseCommandQueue(cl_command_queue )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clReleaseContext
cl_int clReleaseContext(cl_context )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clReleaseEvent
cl_int clReleaseEvent(cl_event )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clReleaseKernel
cl_int clReleaseKernel(cl_kernel )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clReleaseMemObject
cl_int clReleaseMemObject(cl_mem )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clReleaseProgram
cl_int clReleaseProgram(cl_program )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clReleaseSampler
cl_int clReleaseSampler(cl_sampler )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clRetainCommandQueue
cl_int clRetainCommandQueue(cl_command_queue )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clRetainContext
cl_int clRetainContext(cl_context )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clRetainEvent
cl_int clRetainEvent(cl_event )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clRetainKernel
cl_int clRetainKernel(cl_kernel )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clRetainMemObject
cl_int clRetainMemObject(cl_mem )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clRetainProgram
cl_int clRetainProgram(cl_program )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clRetainSampler
cl_int clRetainSampler(cl_sampler )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clSetCommandQueueProperty
deprecated cl_int clSetCommandQueueProperty(cl_command_queue , cl_command_queue_properties , cl_bool , cl_command_queue_properties* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clSetEventCallback
cl_int clSetEventCallback(cl_event , cl_int , void function(cl_event, cl_int, void*) , void* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clSetKernelArg
cl_int clSetKernelArg(cl_kernel , cl_uint , size_t , void* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clSetMemObjectDestructorCallback
cl_int clSetMemObjectDestructorCallback(cl_mem , void function(cl_mem, void*) , void* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clSetUserEventStatus
cl_int clSetUserEventStatus(cl_event , cl_int )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clUnloadCompiler
cl_int clUnloadCompiler()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clWaitForEvents
cl_int clWaitForEvents(cl_uint , cl_event* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Structs

_cl_buffer_region
struct _cl_buffer_region
Undocumented in source.
_cl_image_format
struct _cl_image_format
Undocumented in source.

Variables

CL_A
uint CL_A;
Undocumented in source.
CL_ADDRESS_CLAMP
uint CL_ADDRESS_CLAMP;
Undocumented in source.
CL_ADDRESS_CLAMP_TO_EDGE
uint CL_ADDRESS_CLAMP_TO_EDGE;
Undocumented in source.
CL_ADDRESS_MIRRORED_REPEAT
uint CL_ADDRESS_MIRRORED_REPEAT;
Undocumented in source.
CL_ADDRESS_NONE
uint CL_ADDRESS_NONE;
Undocumented in source.
CL_ADDRESS_REPEAT
uint CL_ADDRESS_REPEAT;
Undocumented in source.
CL_ARGB
uint CL_ARGB;
Undocumented in source.
CL_BGRA
uint CL_BGRA;
Undocumented in source.
CL_BUFFER_CREATE_TYPE_REGION
uint CL_BUFFER_CREATE_TYPE_REGION;
Undocumented in source.
CL_BUILD_ERROR
uint CL_BUILD_ERROR;
Undocumented in source.
CL_BUILD_IN_PROGRESS
uint CL_BUILD_IN_PROGRESS;
Undocumented in source.
CL_BUILD_NONE
uint CL_BUILD_NONE;
Undocumented in source.
CL_BUILD_SUCCESS
uint CL_BUILD_SUCCESS;
Undocumented in source.
CL_COMMAND_ACQUIRE_GL_OBJECTS
uint CL_COMMAND_ACQUIRE_GL_OBJECTS;
Undocumented in source.
CL_COMMAND_COPY_BUFFER
uint CL_COMMAND_COPY_BUFFER;
Undocumented in source.
CL_COMMAND_COPY_BUFFER_RECT
uint CL_COMMAND_COPY_BUFFER_RECT;
Undocumented in source.
CL_COMMAND_COPY_BUFFER_TO_IMAGE
uint CL_COMMAND_COPY_BUFFER_TO_IMAGE;
Undocumented in source.
CL_COMMAND_COPY_IMAGE
uint CL_COMMAND_COPY_IMAGE;
Undocumented in source.
CL_COMMAND_COPY_IMAGE_TO_BUFFER
uint CL_COMMAND_COPY_IMAGE_TO_BUFFER;
Undocumented in source.
CL_COMMAND_MAP_BUFFER
uint CL_COMMAND_MAP_BUFFER;
Undocumented in source.
CL_COMMAND_MAP_IMAGE
uint CL_COMMAND_MAP_IMAGE;
Undocumented in source.
CL_COMMAND_MARKER
uint CL_COMMAND_MARKER;
Undocumented in source.
CL_COMMAND_NATIVE_KERNEL
uint CL_COMMAND_NATIVE_KERNEL;
Undocumented in source.
CL_COMMAND_NDRANGE_KERNEL
uint CL_COMMAND_NDRANGE_KERNEL;
Undocumented in source.
CL_COMMAND_READ_BUFFER
uint CL_COMMAND_READ_BUFFER;
Undocumented in source.
CL_COMMAND_READ_BUFFER_RECT
uint CL_COMMAND_READ_BUFFER_RECT;
Undocumented in source.
CL_COMMAND_READ_IMAGE
uint CL_COMMAND_READ_IMAGE;
Undocumented in source.
CL_COMMAND_RELEASE_GL_OBJECTS
uint CL_COMMAND_RELEASE_GL_OBJECTS;
Undocumented in source.
CL_COMMAND_TASK
uint CL_COMMAND_TASK;
Undocumented in source.
CL_COMMAND_UNMAP_MEM_OBJECT
uint CL_COMMAND_UNMAP_MEM_OBJECT;
Undocumented in source.
CL_COMMAND_USER
uint CL_COMMAND_USER;
Undocumented in source.
CL_COMMAND_WRITE_BUFFER
uint CL_COMMAND_WRITE_BUFFER;
Undocumented in source.
CL_COMMAND_WRITE_BUFFER_RECT
uint CL_COMMAND_WRITE_BUFFER_RECT;
Undocumented in source.
CL_COMMAND_WRITE_IMAGE
uint CL_COMMAND_WRITE_IMAGE;
Undocumented in source.
CL_COMPLETE
uint CL_COMPLETE;
Undocumented in source.
CL_CONTEXT_DEVICES
uint CL_CONTEXT_DEVICES;
Undocumented in source.
CL_CONTEXT_NUM_DEVICES
uint CL_CONTEXT_NUM_DEVICES;
Undocumented in source.
CL_CONTEXT_PLATFORM
uint CL_CONTEXT_PLATFORM;
Undocumented in source.
CL_CONTEXT_PROPERTIES
uint CL_CONTEXT_PROPERTIES;
Undocumented in source.
CL_CONTEXT_REFERENCE_COUNT
uint CL_CONTEXT_REFERENCE_COUNT;
Undocumented in source.
CL_DEVICE_ADDRESS_BITS
uint CL_DEVICE_ADDRESS_BITS;
Undocumented in source.
CL_DEVICE_AVAILABLE
uint CL_DEVICE_AVAILABLE;
Undocumented in source.
CL_DEVICE_COMPILER_AVAILABLE
uint CL_DEVICE_COMPILER_AVAILABLE;
Undocumented in source.
CL_DEVICE_ENDIAN_LITTLE
uint CL_DEVICE_ENDIAN_LITTLE;
Undocumented in source.
CL_DEVICE_ERROR_CORRECTION_SUPPORT
uint CL_DEVICE_ERROR_CORRECTION_SUPPORT;
Undocumented in source.
CL_DEVICE_EXECUTION_CAPABILITIES
uint CL_DEVICE_EXECUTION_CAPABILITIES;
Undocumented in source.
CL_DEVICE_EXTENSIONS
uint CL_DEVICE_EXTENSIONS;
Undocumented in source.
CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE
uint CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE;
Undocumented in source.
CL_DEVICE_GLOBAL_MEM_CACHE_SIZE
uint CL_DEVICE_GLOBAL_MEM_CACHE_SIZE;
Undocumented in source.
CL_DEVICE_GLOBAL_MEM_CACHE_TYPE
uint CL_DEVICE_GLOBAL_MEM_CACHE_TYPE;
Undocumented in source.
CL_DEVICE_GLOBAL_MEM_SIZE
uint CL_DEVICE_GLOBAL_MEM_SIZE;
Undocumented in source.
CL_DEVICE_HOST_UNIFIED_MEMORY
uint CL_DEVICE_HOST_UNIFIED_MEMORY;
Undocumented in source.
CL_DEVICE_IMAGE2D_MAX_HEIGHT
uint CL_DEVICE_IMAGE2D_MAX_HEIGHT;
Undocumented in source.
CL_DEVICE_IMAGE2D_MAX_WIDTH
uint CL_DEVICE_IMAGE2D_MAX_WIDTH;
Undocumented in source.
CL_DEVICE_IMAGE3D_MAX_DEPTH
uint CL_DEVICE_IMAGE3D_MAX_DEPTH;
Undocumented in source.
CL_DEVICE_IMAGE3D_MAX_HEIGHT
uint CL_DEVICE_IMAGE3D_MAX_HEIGHT;
Undocumented in source.
CL_DEVICE_IMAGE3D_MAX_WIDTH
uint CL_DEVICE_IMAGE3D_MAX_WIDTH;
Undocumented in source.
CL_DEVICE_IMAGE_SUPPORT
uint CL_DEVICE_IMAGE_SUPPORT;
Undocumented in source.
CL_DEVICE_LOCAL_MEM_SIZE
uint CL_DEVICE_LOCAL_MEM_SIZE;
Undocumented in source.
CL_DEVICE_LOCAL_MEM_TYPE
uint CL_DEVICE_LOCAL_MEM_TYPE;
Undocumented in source.
CL_DEVICE_MAX_CLOCK_FREQUENCY
uint CL_DEVICE_MAX_CLOCK_FREQUENCY;
Undocumented in source.
CL_DEVICE_MAX_COMPUTE_UNITS
uint CL_DEVICE_MAX_COMPUTE_UNITS;
Undocumented in source.
CL_DEVICE_MAX_CONSTANT_ARGS
uint CL_DEVICE_MAX_CONSTANT_ARGS;
Undocumented in source.
CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE
uint CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE;
Undocumented in source.
CL_DEVICE_MAX_MEM_ALLOC_SIZE
uint CL_DEVICE_MAX_MEM_ALLOC_SIZE;
Undocumented in source.
CL_DEVICE_MAX_PARAMETER_SIZE
uint CL_DEVICE_MAX_PARAMETER_SIZE;
Undocumented in source.
CL_DEVICE_MAX_READ_IMAGE_ARGS
uint CL_DEVICE_MAX_READ_IMAGE_ARGS;
Undocumented in source.
CL_DEVICE_MAX_SAMPLERS
uint CL_DEVICE_MAX_SAMPLERS;
Undocumented in source.
CL_DEVICE_MAX_WORK_GROUP_SIZE
uint CL_DEVICE_MAX_WORK_GROUP_SIZE;
Undocumented in source.
CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS
uint CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS;
Undocumented in source.
CL_DEVICE_MAX_WORK_ITEM_SIZES
uint CL_DEVICE_MAX_WORK_ITEM_SIZES;
Undocumented in source.
CL_DEVICE_MAX_WRITE_IMAGE_ARGS
uint CL_DEVICE_MAX_WRITE_IMAGE_ARGS;
Undocumented in source.
CL_DEVICE_MEM_BASE_ADDR_ALIGN
uint CL_DEVICE_MEM_BASE_ADDR_ALIGN;
Undocumented in source.
CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE
uint CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE;
Undocumented in source.
CL_DEVICE_NAME
uint CL_DEVICE_NAME;
Undocumented in source.
CL_DEVICE_NATIVE_VECTOR_WIDTH_CHAR
uint CL_DEVICE_NATIVE_VECTOR_WIDTH_CHAR;
Undocumented in source.
CL_DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE
uint CL_DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE;
Undocumented in source.
CL_DEVICE_NATIVE_VECTOR_WIDTH_FLOAT
uint CL_DEVICE_NATIVE_VECTOR_WIDTH_FLOAT;
Undocumented in source.
CL_DEVICE_NATIVE_VECTOR_WIDTH_HALF
uint CL_DEVICE_NATIVE_VECTOR_WIDTH_HALF;
Undocumented in source.
CL_DEVICE_NATIVE_VECTOR_WIDTH_INT
uint CL_DEVICE_NATIVE_VECTOR_WIDTH_INT;
Undocumented in source.
CL_DEVICE_NATIVE_VECTOR_WIDTH_LONG
uint CL_DEVICE_NATIVE_VECTOR_WIDTH_LONG;
Undocumented in source.
CL_DEVICE_NATIVE_VECTOR_WIDTH_SHORT
uint CL_DEVICE_NATIVE_VECTOR_WIDTH_SHORT;
Undocumented in source.
CL_DEVICE_OPENCL_C_VERSION
uint CL_DEVICE_OPENCL_C_VERSION;
Undocumented in source.
CL_DEVICE_PLATFORM
uint CL_DEVICE_PLATFORM;
Undocumented in source.
CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR
uint CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR;
Undocumented in source.
CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE
uint CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE;
Undocumented in source.
CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT
uint CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT;
Undocumented in source.
CL_DEVICE_PREFERRED_VECTOR_WIDTH_HALF
uint CL_DEVICE_PREFERRED_VECTOR_WIDTH_HALF;
Undocumented in source.
CL_DEVICE_PREFERRED_VECTOR_WIDTH_INT
uint CL_DEVICE_PREFERRED_VECTOR_WIDTH_INT;
Undocumented in source.
CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG
uint CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG;
Undocumented in source.
CL_DEVICE_PREFERRED_VECTOR_WIDTH_SHORT
uint CL_DEVICE_PREFERRED_VECTOR_WIDTH_SHORT;
Undocumented in source.
CL_DEVICE_PROFILE
uint CL_DEVICE_PROFILE;
Undocumented in source.
CL_DEVICE_PROFILING_TIMER_RESOLUTION
uint CL_DEVICE_PROFILING_TIMER_RESOLUTION;
Undocumented in source.
CL_DEVICE_QUEUE_PROPERTIES
uint CL_DEVICE_QUEUE_PROPERTIES;
Undocumented in source.
CL_DEVICE_SINGLE_FP_CONFIG
uint CL_DEVICE_SINGLE_FP_CONFIG;
Undocumented in source.
CL_DEVICE_TYPE
uint CL_DEVICE_TYPE;
Undocumented in source.
CL_DEVICE_TYPE_ACCELERATOR
uint CL_DEVICE_TYPE_ACCELERATOR;
Undocumented in source.
CL_DEVICE_TYPE_ALL
uint CL_DEVICE_TYPE_ALL;
Undocumented in source.
CL_DEVICE_TYPE_CPU
uint CL_DEVICE_TYPE_CPU;
Undocumented in source.
CL_DEVICE_TYPE_DEFAULT
uint CL_DEVICE_TYPE_DEFAULT;
Undocumented in source.
CL_DEVICE_TYPE_GPU
uint CL_DEVICE_TYPE_GPU;
Undocumented in source.
CL_DEVICE_VENDOR
uint CL_DEVICE_VENDOR;
Undocumented in source.
CL_DEVICE_VENDOR_ID
uint CL_DEVICE_VENDOR_ID;
Undocumented in source.
CL_DEVICE_VERSION
uint CL_DEVICE_VERSION;
Undocumented in source.
CL_DRIVER_VERSION
uint CL_DRIVER_VERSION;
Undocumented in source.
CL_EVENT_COMMAND_EXECUTION_STATUS
uint CL_EVENT_COMMAND_EXECUTION_STATUS;
Undocumented in source.
CL_EVENT_COMMAND_QUEUE
uint CL_EVENT_COMMAND_QUEUE;
Undocumented in source.
CL_EVENT_COMMAND_TYPE
uint CL_EVENT_COMMAND_TYPE;
Undocumented in source.
CL_EVENT_CONTEXT
uint CL_EVENT_CONTEXT;
Undocumented in source.
CL_EVENT_REFERENCE_COUNT
uint CL_EVENT_REFERENCE_COUNT;
Undocumented in source.
CL_EXEC_KERNEL
uint CL_EXEC_KERNEL;
Undocumented in source.
CL_EXEC_NATIVE_KERNEL
uint CL_EXEC_NATIVE_KERNEL;
Undocumented in source.
CL_FALSE
int CL_FALSE;
Undocumented in source.
CL_FILTER_LINEAR
uint CL_FILTER_LINEAR;
Undocumented in source.
CL_FILTER_NEAREST
uint CL_FILTER_NEAREST;
Undocumented in source.
CL_FLOAT
uint CL_FLOAT;
Undocumented in source.
CL_FP_DENORM
uint CL_FP_DENORM;
Undocumented in source.
CL_FP_FMA
uint CL_FP_FMA;
Undocumented in source.
CL_FP_INF_NAN
uint CL_FP_INF_NAN;
Undocumented in source.
CL_FP_ROUND_TO_INF
uint CL_FP_ROUND_TO_INF;
Undocumented in source.
CL_FP_ROUND_TO_NEAREST
uint CL_FP_ROUND_TO_NEAREST;
Undocumented in source.
CL_FP_ROUND_TO_ZERO
uint CL_FP_ROUND_TO_ZERO;
Undocumented in source.
CL_FP_SOFT_FLOAT
uint CL_FP_SOFT_FLOAT;
Undocumented in source.
CL_GLOBAL
uint CL_GLOBAL;
Undocumented in source.
CL_HALF_FLOAT
uint CL_HALF_FLOAT;
Undocumented in source.
CL_IMAGE_DEPTH
uint CL_IMAGE_DEPTH;
Undocumented in source.
CL_IMAGE_ELEMENT_SIZE
uint CL_IMAGE_ELEMENT_SIZE;
Undocumented in source.
CL_IMAGE_FORMAT
uint CL_IMAGE_FORMAT;
Undocumented in source.
CL_IMAGE_HEIGHT
uint CL_IMAGE_HEIGHT;
Undocumented in source.
CL_IMAGE_ROW_PITCH
uint CL_IMAGE_ROW_PITCH;
Undocumented in source.
CL_IMAGE_SLICE_PITCH
uint CL_IMAGE_SLICE_PITCH;
Undocumented in source.
CL_IMAGE_WIDTH
uint CL_IMAGE_WIDTH;
Undocumented in source.
CL_INTENSITY
uint CL_INTENSITY;
Undocumented in source.
CL_KERNEL_COMPILE_WORK_GROUP_SIZE
uint CL_KERNEL_COMPILE_WORK_GROUP_SIZE;
Undocumented in source.
CL_KERNEL_CONTEXT
uint CL_KERNEL_CONTEXT;
Undocumented in source.
CL_KERNEL_FUNCTION_NAME
uint CL_KERNEL_FUNCTION_NAME;
Undocumented in source.
CL_KERNEL_LOCAL_MEM_SIZE
uint CL_KERNEL_LOCAL_MEM_SIZE;
Undocumented in source.
CL_KERNEL_NUM_ARGS
uint CL_KERNEL_NUM_ARGS;
Undocumented in source.
CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE
uint CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE;
Undocumented in source.
CL_KERNEL_PRIVATE_MEM_SIZE
uint CL_KERNEL_PRIVATE_MEM_SIZE;
Undocumented in source.
CL_KERNEL_PROGRAM
uint CL_KERNEL_PROGRAM;
Undocumented in source.
CL_KERNEL_REFERENCE_COUNT
uint CL_KERNEL_REFERENCE_COUNT;
Undocumented in source.
CL_KERNEL_WORK_GROUP_SIZE
uint CL_KERNEL_WORK_GROUP_SIZE;
Undocumented in source.
CL_LOCAL
uint CL_LOCAL;
Undocumented in source.
CL_LUMINANCE
uint CL_LUMINANCE;
Undocumented in source.
CL_MAP_READ
uint CL_MAP_READ;
Undocumented in source.
CL_MAP_WRITE
uint CL_MAP_WRITE;
Undocumented in source.
CL_MEM_ALLOC_HOST_PTR
uint CL_MEM_ALLOC_HOST_PTR;
Undocumented in source.
CL_MEM_ASSOCIATED_MEMOBJECT
uint CL_MEM_ASSOCIATED_MEMOBJECT;
Undocumented in source.
CL_MEM_CONTEXT
uint CL_MEM_CONTEXT;
Undocumented in source.
CL_MEM_COPY_HOST_PTR
uint CL_MEM_COPY_HOST_PTR;
Undocumented in source.
CL_MEM_FLAGS
uint CL_MEM_FLAGS;
Undocumented in source.
CL_MEM_HOST_PTR
uint CL_MEM_HOST_PTR;
Undocumented in source.
CL_MEM_MAP_COUNT
uint CL_MEM_MAP_COUNT;
Undocumented in source.
CL_MEM_OBJECT_BUFFER
uint CL_MEM_OBJECT_BUFFER;
Undocumented in source.
CL_MEM_OBJECT_IMAGE2D
uint CL_MEM_OBJECT_IMAGE2D;
Undocumented in source.
CL_MEM_OBJECT_IMAGE3D
uint CL_MEM_OBJECT_IMAGE3D;
Undocumented in source.
CL_MEM_OFFSET
uint CL_MEM_OFFSET;
Undocumented in source.
CL_MEM_READ_ONLY
uint CL_MEM_READ_ONLY;
Undocumented in source.
CL_MEM_READ_WRITE
uint CL_MEM_READ_WRITE;
Undocumented in source.
CL_MEM_REFERENCE_COUNT
uint CL_MEM_REFERENCE_COUNT;
Undocumented in source.
CL_MEM_SIZE
uint CL_MEM_SIZE;
Undocumented in source.
CL_MEM_TYPE
uint CL_MEM_TYPE;
Undocumented in source.
CL_MEM_USE_HOST_PTR
uint CL_MEM_USE_HOST_PTR;
Undocumented in source.
CL_MEM_WRITE_ONLY
uint CL_MEM_WRITE_ONLY;
Undocumented in source.
CL_NONE
uint CL_NONE;
Undocumented in source.
CL_PLATFORM_EXTENSIONS
uint CL_PLATFORM_EXTENSIONS;
Undocumented in source.
CL_PLATFORM_NAME
uint CL_PLATFORM_NAME;
Undocumented in source.
CL_PLATFORM_PROFILE
uint CL_PLATFORM_PROFILE;
Undocumented in source.
CL_PLATFORM_VENDOR
uint CL_PLATFORM_VENDOR;
Undocumented in source.
CL_PLATFORM_VERSION
uint CL_PLATFORM_VERSION;
Undocumented in source.
CL_PROFILING_COMMAND_END
uint CL_PROFILING_COMMAND_END;
Undocumented in source.
CL_PROFILING_COMMAND_QUEUED
uint CL_PROFILING_COMMAND_QUEUED;
Undocumented in source.
CL_PROFILING_COMMAND_START
uint CL_PROFILING_COMMAND_START;
Undocumented in source.
CL_PROFILING_COMMAND_SUBMIT
uint CL_PROFILING_COMMAND_SUBMIT;
Undocumented in source.
CL_PROGRAM_BINARIES
uint CL_PROGRAM_BINARIES;
Undocumented in source.
CL_PROGRAM_BINARY_SIZES
uint CL_PROGRAM_BINARY_SIZES;
Undocumented in source.
CL_PROGRAM_BUILD_LOG
uint CL_PROGRAM_BUILD_LOG;
Undocumented in source.
CL_PROGRAM_BUILD_OPTIONS
uint CL_PROGRAM_BUILD_OPTIONS;
Undocumented in source.
CL_PROGRAM_BUILD_STATUS
uint CL_PROGRAM_BUILD_STATUS;
Undocumented in source.
CL_PROGRAM_CONTEXT
uint CL_PROGRAM_CONTEXT;
Undocumented in source.
CL_PROGRAM_DEVICES
uint CL_PROGRAM_DEVICES;
Undocumented in source.
CL_PROGRAM_NUM_DEVICES
uint CL_PROGRAM_NUM_DEVICES;
Undocumented in source.
CL_PROGRAM_REFERENCE_COUNT
uint CL_PROGRAM_REFERENCE_COUNT;
Undocumented in source.
CL_PROGRAM_SOURCE
uint CL_PROGRAM_SOURCE;
Undocumented in source.
CL_QUEUED
uint CL_QUEUED;
Undocumented in source.
CL_QUEUE_CONTEXT
uint CL_QUEUE_CONTEXT;
Undocumented in source.
CL_QUEUE_DEVICE
uint CL_QUEUE_DEVICE;
Undocumented in source.
CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE
uint CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE;
Undocumented in source.
CL_QUEUE_PROFILING_ENABLE
uint CL_QUEUE_PROFILING_ENABLE;
Undocumented in source.
CL_QUEUE_PROPERTIES
uint CL_QUEUE_PROPERTIES;
Undocumented in source.
CL_QUEUE_REFERENCE_COUNT
uint CL_QUEUE_REFERENCE_COUNT;
Undocumented in source.
CL_R
uint CL_R;
Undocumented in source.
CL_RA
uint CL_RA;
Undocumented in source.
CL_READ_ONLY_CACHE
uint CL_READ_ONLY_CACHE;
Undocumented in source.
CL_READ_WRITE_CACHE
uint CL_READ_WRITE_CACHE;
Undocumented in source.
CL_RG
uint CL_RG;
Undocumented in source.
CL_RGB
uint CL_RGB;
Undocumented in source.
CL_RGBA
uint CL_RGBA;
Undocumented in source.
CL_RGBx
uint CL_RGBx;
Undocumented in source.
CL_RGx
uint CL_RGx;
Undocumented in source.
CL_RUNNING
uint CL_RUNNING;
Undocumented in source.
CL_Rx
uint CL_Rx;
Undocumented in source.
CL_SAMPLER_ADDRESSING_MODE
uint CL_SAMPLER_ADDRESSING_MODE;
Undocumented in source.
CL_SAMPLER_CONTEXT
uint CL_SAMPLER_CONTEXT;
Undocumented in source.
CL_SAMPLER_FILTER_MODE
uint CL_SAMPLER_FILTER_MODE;
Undocumented in source.
CL_SAMPLER_NORMALIZED_COORDS
uint CL_SAMPLER_NORMALIZED_COORDS;
Undocumented in source.
CL_SAMPLER_REFERENCE_COUNT
uint CL_SAMPLER_REFERENCE_COUNT;
Undocumented in source.
CL_SIGNED_INT16
uint CL_SIGNED_INT16;
Undocumented in source.
CL_SIGNED_INT32
uint CL_SIGNED_INT32;
Undocumented in source.
CL_SIGNED_INT8
uint CL_SIGNED_INT8;
Undocumented in source.
CL_SNORM_INT16
uint CL_SNORM_INT16;
Undocumented in source.
CL_SNORM_INT8
uint CL_SNORM_INT8;
Undocumented in source.
CL_SUBMITTED
uint CL_SUBMITTED;
Undocumented in source.
CL_TRUE
int CL_TRUE;
Undocumented in source.
CL_UNORM_INT16
uint CL_UNORM_INT16;
Undocumented in source.
CL_UNORM_INT8
uint CL_UNORM_INT8;
Undocumented in source.
CL_UNORM_INT_101010
uint CL_UNORM_INT_101010;
Undocumented in source.
CL_UNORM_SHORT_555
uint CL_UNORM_SHORT_555;
Undocumented in source.
CL_UNORM_SHORT_565
uint CL_UNORM_SHORT_565;
Undocumented in source.
CL_UNSIGNED_INT16
uint CL_UNSIGNED_INT16;
Undocumented in source.
CL_UNSIGNED_INT32
uint CL_UNSIGNED_INT32;
Undocumented in source.
CL_UNSIGNED_INT8
uint CL_UNSIGNED_INT8;
Undocumented in source.
CL_VERSION_1_0
int CL_VERSION_1_0;
Undocumented in source.
CL_VERSION_1_1
int CL_VERSION_1_1;
Undocumented in source.

Meta