|
typedef CL_API_ENTRY cl_int(CL_API_CALL * | clIcdGetPlatformIDsKHR_fn )(cl_uint, cl_platform_id *, cl_uint *) |
|
typedef CL_API_ENTRY
cl_program(CL_API_CALL * | clCreateProgramWithILKHR_fn )(cl_context, const void *, size_t, cl_int *) CL_EXT_SUFFIX__VERSION_1_2 |
|
typedef CL_API_ENTRY cl_int(CL_API_CALL * | clTerminateContextKHR_fn )(cl_context) CL_EXT_SUFFIX__VERSION_1_2 |
|
typedef cl_bitfield | cl_queue_properties_khr |
|
typedef CL_API_ENTRY
cl_command_queue(CL_API_CALL * | clCreateCommandQueueWithPropertiesKHR_fn )(cl_context, cl_device_id, const cl_queue_properties_khr *, cl_int *) CL_EXT_SUFFIX__VERSION_1_2 |
|
typedef CL_API_ENTRY cl_int(CL_API_CALL * | clReleaseDeviceEXT_fn )(cl_device_id) CL_EXT_SUFFIX__VERSION_1_1 |
|
typedef CL_API_ENTRY cl_int(CL_API_CALL * | clRetainDeviceEXT_fn )(cl_device_id) CL_EXT_SUFFIX__VERSION_1_1 |
|
typedef cl_ulong | cl_device_partition_property_ext |
|
typedef CL_API_ENTRY cl_int(CL_API_CALL * | clCreateSubDevicesEXT_fn )(cl_device_id, const cl_device_partition_property_ext *, cl_uint, cl_device_id *, cl_uint *) CL_EXT_SUFFIX__VERSION_1_1 |
|
typedef cl_bitfield | cl_mem_migration_flags_ext |
|
typedef CL_API_ENTRY cl_int(CL_API_CALL * | clEnqueueMigrateMemObjectEXT_fn )(cl_command_queue, cl_uint, const cl_mem *, cl_mem_migration_flags_ext, cl_uint, const cl_event *, cl_event *) |
|
typedef cl_uint | cl_image_pitch_info_qcom |
|
typedef struct _cl_mem_ext_host_ptr | cl_mem_ext_host_ptr |
|
typedef struct _cl_mem_ion_host_ptr | cl_mem_ion_host_ptr |
|
typedef struct
_cl_mem_android_native_buffer_host_ptr | cl_mem_android_native_buffer_host_ptr |
|
typedef cl_uint | cl_kernel_sub_group_info |
|
typedef CL_API_ENTRY cl_int(CL_API_CALL * | clGetKernelSubGroupInfoKHR_fn )(cl_kernel, cl_device_id, cl_kernel_sub_group_info, size_t, const void *, size_t, void *, size_t *) CL_EXT_SUFFIX__VERSION_2_0_DEPRECATED |
|
typedef cl_uint | cl_queue_priority_khr |
|
typedef cl_uint | cl_queue_throttle_khr |
|
typedef intptr_t | cl_import_properties_arm |
|
typedef cl_bitfield | cl_svm_mem_flags_arm |
|
typedef cl_uint | cl_kernel_exec_info_arm |
|
typedef cl_bitfield | cl_device_svm_capabilities_arm |
|
|
cl_int CL_API_ENTRY | clSetMemObjectDestructorAPPLE (cl_mem, void(*)(cl_mem, void *), void *) CL_EXT_SUFFIX__VERSION_1_0 |
|
void CL_API_ENTRY | clLogMessagesToSystemLogAPPLE (const char *, const void *, size_t, void *) CL_EXT_SUFFIX__VERSION_1_0 |
|
void CL_API_ENTRY | clLogMessagesToStdoutAPPLE (const char *, const void *, size_t, void *) CL_EXT_SUFFIX__VERSION_1_0 |
|
void CL_API_ENTRY | clLogMessagesToStderrAPPLE (const char *, const void *, size_t, void *) CL_EXT_SUFFIX__VERSION_1_0 |
|
CL_API_ENTRY cl_int CL_API_CALL | clIcdGetPlatformIDsKHR (cl_uint, cl_platform_id *, cl_uint *) |
|
CL_API_ENTRY cl_program CL_API_CALL | clCreateProgramWithILKHR (cl_context, const void *, size_t, cl_int *) |
|
CL_API_ENTRY cl_int CL_API_CALL | clTerminateContextKHR (cl_context) CL_EXT_SUFFIX__VERSION_1_2 |
|
CL_API_ENTRY cl_command_queue
CL_API_CALL | clCreateCommandQueueWithPropertiesKHR (cl_context, cl_device_id, const cl_queue_properties_khr *, cl_int *) CL_EXT_SUFFIX__VERSION_1_2 |
|
CL_API_ENTRY cl_int CL_API_CALL | clReleaseDeviceEXT (cl_device_id) CL_EXT_SUFFIX__VERSION_1_1 |
|
CL_API_ENTRY cl_int CL_API_CALL | clRetainDeviceEXT (cl_device_id) CL_EXT_SUFFIX__VERSION_1_1 |
|
CL_API_ENTRY cl_int CL_API_CALL | clCreateSubDevicesEXT (cl_device_id, const cl_device_partition_property_ext *, cl_uint, cl_device_id *, cl_uint *) CL_EXT_SUFFIX__VERSION_1_1 |
|
CL_API_ENTRY cl_int CL_API_CALL | clEnqueueMigrateMemObjectEXT (cl_command_queue, cl_uint, const cl_mem *, cl_mem_migration_flags_ext, cl_uint, const cl_event *, cl_event *) |
|
CL_API_ENTRY cl_int CL_API_CALL | clGetDeviceImageInfoQCOM (cl_device_id device, size_t image_width, size_t image_height, const cl_image_format *image_format, cl_image_pitch_info_qcom param_name, size_t param_value_size, void *param_value, size_t *param_value_size_ret) |
|
CL_API_ENTRY cl_int CL_API_CALL | clEnqueueAcquireGrallocObjectsIMG (cl_command_queue, cl_uint, const cl_mem *, cl_uint, const cl_event *, cl_event *) CL_EXT_SUFFIX__VERSION_1_2 |
|
CL_API_ENTRY cl_int CL_API_CALL | clEnqueueReleaseGrallocObjectsIMG (cl_command_queue, cl_uint, const cl_mem *, cl_uint, const cl_event *, cl_event *) CL_EXT_SUFFIX__VERSION_1_2 |
|
CL_API_ENTRY cl_int CL_API_CALL | clGetKernelSubGroupInfoKHR (cl_kernel, cl_device_id, cl_kernel_sub_group_info, size_t, const void *, size_t, void *, size_t *) CL_EXT_SUFFIX__VERSION_2_0_DEPRECATED |
|
CL_API_ENTRY cl_mem CL_API_CALL | clImportMemoryARM (cl_context context, cl_mem_flags flags, const cl_import_properties_arm *properties, void *memory, size_t size, cl_int *errcode_ret) CL_EXT_SUFFIX__VERSION_1_0 |
|
CL_API_ENTRY void *CL_API_CALL | clSVMAllocARM (cl_context, cl_svm_mem_flags_arm, size_t, cl_uint) CL_EXT_SUFFIX__VERSION_1_2 |
|
CL_API_ENTRY void CL_API_CALL | clSVMFreeARM (cl_context, void *) CL_EXT_SUFFIX__VERSION_1_2 |
|
CL_API_ENTRY cl_int CL_API_CALL | clEnqueueSVMFreeARM (cl_command_queue, cl_uint, void *[], void(CL_CALLBACK *)(cl_command_queue, cl_uint, void *[], void *), void *, cl_uint, const cl_event *, cl_event *) CL_EXT_SUFFIX__VERSION_1_2 |
|
CL_API_ENTRY cl_int CL_API_CALL | clEnqueueSVMMemcpyARM (cl_command_queue, cl_bool, void *, const void *, size_t, cl_uint, const cl_event *, cl_event *) CL_EXT_SUFFIX__VERSION_1_2 |
|
CL_API_ENTRY cl_int CL_API_CALL | clEnqueueSVMMemFillARM (cl_command_queue, void *, const void *, size_t, size_t, cl_uint, const cl_event *, cl_event *) CL_EXT_SUFFIX__VERSION_1_2 |
|
CL_API_ENTRY cl_int CL_API_CALL | clEnqueueSVMMapARM (cl_command_queue, cl_bool, cl_map_flags, void *, size_t, cl_uint, const cl_event *, cl_event *) CL_EXT_SUFFIX__VERSION_1_2 |
|
CL_API_ENTRY cl_int CL_API_CALL | clEnqueueSVMUnmapARM (cl_command_queue, void *, cl_uint, const cl_event *, cl_event *) CL_EXT_SUFFIX__VERSION_1_2 |
|
CL_API_ENTRY cl_int CL_API_CALL | clSetKernelArgSVMPointerARM (cl_kernel, cl_uint, const void *) CL_EXT_SUFFIX__VERSION_1_2 |
|
CL_API_ENTRY cl_int CL_API_CALL | clSetKernelExecInfoARM (cl_kernel, cl_kernel_exec_info_arm, size_t, const void *) CL_EXT_SUFFIX__VERSION_1_2 |
|