Go to the source code of this file.
|
enum | {
opencl_intf::cl_success = 0
, opencl_intf::cl_device_not_found = -1
, opencl_intf::cl_device_not_available = -2
, opencl_intf::cl_compiler_not_available = -3
,
opencl_intf::cl_mem_object_allocation_failure = -4
, opencl_intf::cl_out_of_resources = -5
, opencl_intf::cl_out_of_host_memory = -6
, opencl_intf::cl_profiling_info_not_available = -7
,
opencl_intf::cl_mem_copy_overlap = -8
, opencl_intf::cl_image_format_mismatch = -9
, opencl_intf::cl_image_format_not_supported = -10
, opencl_intf::cl_build_program_failure = -11
,
opencl_intf::cl_map_failure = -12
} |
| Enum Error Codes. More...
|
|
enum | {
opencl_intf::cl_mem_read_write = 1
, opencl_intf::cl_mem_write_only = 2
, opencl_intf::cl_mem_read_only = 4
, opencl_intf::cl_mem_use_host_ptr = 8
,
opencl_intf::cl_mem_alloc_host_ptr = 16
, opencl_intf::cl_mem_host_write_only = 128
, opencl_intf::cl_mem_host_read_only = 256
, opencl_intf::cl_mem_host_no_access = 512
} |
| Enum mem flags. More...
|
|
enum | { opencl_intf::cl_complete = 0
, opencl_intf::cl_running = 1
, opencl_intf::cl_submitted = 2
, opencl_intf::cl_queued = 3
} |
| Enum event flags. More...
|
|
enum | { opencl_intf::cl_false = 0
, opencl_intf::cl_true = 1
} |
| Enum boolean. More...
|
|
enum | { opencl_intf::cl_context_platform = int(Z'1084')
} |
|
enum | { opencl_intf::cl_device_name = 4139
} |
| Enum device info. More...
|
|