/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | opencl_wrapper.h | 32 typedef cl_int(CL_API_CALL *PFN_clGetPlatformIDs)( 35 typedef cl_int(CL_API_CALL *PFN_clGetPlatformInfo)( 39 typedef cl_int(CL_API_CALL *PFN_clGetDeviceIDs)( 43 typedef cl_int(CL_API_CALL *PFN_clGetDeviceInfo)( 47 typedef cl_int(CL_API_CALL *PFN_clCreateSubDevices)( 52 typedef cl_int(CL_API_CALL *PFN_clRetainDevice)(cl_device_id /* device */) 54 typedef cl_int(CL_API_CALL *PFN_clReleaseDevice)(cl_device_id /* device */) 56 typedef cl_context(CL_API_CALL *PFN_clCreateContext)( 63 typedef cl_context(CL_API_CALL *PFN_clCreateContextFromType)( 70 typedef cl_int(CL_API_CALL *PFN_clRetainContext)(cl_context /* context */) [all …]
|
/external/angle/src/libGLESv2/ |
D | entry_points_cl_autogen.h | 20 cl_int CL_API_CALL clGetPlatformIDs(cl_uint num_entries, 23 cl_int CL_API_CALL clGetPlatformInfo(cl_platform_id platform, 28 cl_int CL_API_CALL clGetDeviceIDs(cl_platform_id platform, 33 cl_int CL_API_CALL clGetDeviceInfo(cl_device_id device, 38 cl_context CL_API_CALL clCreateContext(const cl_context_properties *properties, 47 cl_context CL_API_CALL 56 cl_int CL_API_CALL clRetainContext(cl_context context); 57 cl_int CL_API_CALL clReleaseContext(cl_context context); 58 cl_int CL_API_CALL clGetContextInfo(cl_context context, 63 cl_int CL_API_CALL clRetainCommandQueue(cl_command_queue command_queue); [all …]
|
D | entry_points_cl_autogen.cpp | 21 cl_int CL_API_CALL clGetPlatformIDs(cl_uint num_entries, in clGetPlatformIDs() 36 cl_int CL_API_CALL clGetPlatformInfo(cl_platform_id platform, in clGetPlatformInfo() 60 cl_int CL_API_CALL clGetDeviceIDs(cl_platform_id platform, in clGetDeviceIDs() 83 cl_int CL_API_CALL clGetDeviceInfo(cl_device_id device, in clGetDeviceInfo() 105 cl_context CL_API_CALL clCreateContext(const cl_context_properties *properties, in clCreateContext() 139 cl_context CL_API_CALL 174 cl_int CL_API_CALL clRetainContext(cl_context context) in clRetainContext() 183 cl_int CL_API_CALL clReleaseContext(cl_context context) in clReleaseContext() 192 cl_int CL_API_CALL clGetContextInfo(cl_context context, in clGetContextInfo() 214 cl_int CL_API_CALL clRetainCommandQueue(cl_command_queue command_queue) in clRetainCommandQueue() [all …]
|
/external/angle/include/CL/ |
D | cl_icd.h | 44 typedef cl_int(CL_API_CALL *cl_api_clGetPlatformIDs)( 48 typedef cl_int(CL_API_CALL *cl_api_clGetPlatformInfo)( 54 typedef cl_int(CL_API_CALL *cl_api_clGetDeviceIDs)( 58 typedef cl_int(CL_API_CALL *cl_api_clGetDeviceInfo)( 64 typedef cl_int(CL_API_CALL *cl_api_clCreateSubDevices)( 69 typedef cl_int(CL_API_CALL *cl_api_clRetainDevice)( 72 typedef cl_int(CL_API_CALL *cl_api_clReleaseDevice)( 84 typedef cl_context(CL_API_CALL *cl_api_clCreateContext)( 90 typedef cl_context(CL_API_CALL *cl_api_clCreateContextFromType)( 95 typedef cl_int(CL_API_CALL *cl_api_clRetainContext)( [all …]
|
D | cl.h | 946 extern CL_API_ENTRY cl_int CL_API_CALL 951 extern CL_API_ENTRY cl_int CL_API_CALL 959 extern CL_API_ENTRY cl_int CL_API_CALL 966 extern CL_API_ENTRY cl_int CL_API_CALL 975 extern CL_API_ENTRY cl_int CL_API_CALL 982 extern CL_API_ENTRY cl_int CL_API_CALL 985 extern CL_API_ENTRY cl_int CL_API_CALL 992 extern CL_API_ENTRY cl_int CL_API_CALL 997 extern CL_API_ENTRY cl_int CL_API_CALL 1002 extern CL_API_ENTRY cl_int CL_API_CALL [all …]
|
D | cl_ext.h | 57 extern CL_API_ENTRY cl_int CL_API_CALL clSetMemObjectDestructorAPPLE( cl_mem memobj, 71 extern CL_API_ENTRY void CL_API_CALL clLogMessagesToSystemLogAPPLE( const char * errstr, 77 extern CL_API_ENTRY void CL_API_CALL clLogMessagesToStdoutAPPLE( const char * errstr, 83 extern CL_API_ENTRY void CL_API_CALL clLogMessagesToStderrAPPLE( const char * errstr, 100 extern CL_API_ENTRY cl_int CL_API_CALL 106 (CL_API_CALL *clIcdGetPlatformIDsKHR_fn)(cl_uint num_entries, 126 extern CL_API_ENTRY cl_program CL_API_CALL 133 (CL_API_CALL *clCreateProgramWithILKHR_fn)(cl_context context, 178 extern CL_API_ENTRY cl_int CL_API_CALL 182 (CL_API_CALL *clTerminateContextKHR_fn)(cl_context context) CL_API_SUFFIX__VERSION_1_2; [all …]
|
D | cl_gl.h | 51 extern CL_API_ENTRY cl_mem CL_API_CALL 59 extern CL_API_ENTRY cl_mem CL_API_CALL 69 extern CL_API_ENTRY cl_mem CL_API_CALL 75 extern CL_API_ENTRY cl_int CL_API_CALL 80 extern CL_API_ENTRY cl_int CL_API_CALL 87 extern CL_API_ENTRY cl_int CL_API_CALL 95 extern CL_API_ENTRY cl_int CL_API_CALL 105 extern CL_API_ENTRY CL_API_PREFIX__VERSION_1_1_DEPRECATED cl_mem CL_API_CALL 113 extern CL_API_ENTRY CL_API_PREFIX__VERSION_1_1_DEPRECATED cl_mem CL_API_CALL 141 extern CL_API_ENTRY cl_int CL_API_CALL [all …]
|
D | cl_dx9_media_sharing.h | 79 typedef cl_int (CL_API_CALL *clGetDeviceIDsFromDX9MediaAdapterKHR_fn)( 89 typedef cl_mem (CL_API_CALL *clCreateFromDX9MediaSurfaceKHR_fn)( 97 typedef cl_int (CL_API_CALL *clEnqueueAcquireDX9MediaSurfacesKHR_fn)( 105 typedef cl_int (CL_API_CALL *clEnqueueReleaseDX9MediaSurfacesKHR_fn)( 154 extern CL_API_ENTRY cl_int CL_API_CALL 164 typedef cl_int (CL_API_CALL* clGetDeviceIDsFromDX9INTEL_fn)( 173 extern CL_API_ENTRY cl_mem CL_API_CALL 182 typedef cl_mem (CL_API_CALL *clCreateFromDX9MediaSurfaceINTEL_fn)( 190 extern CL_API_ENTRY cl_int CL_API_CALL 199 typedef cl_int (CL_API_CALL *clEnqueueAcquireDX9ObjectsINTEL_fn)( [all …]
|
D | cl_egl.h | 51 extern CL_API_ENTRY cl_mem CL_API_CALL 59 typedef cl_mem (CL_API_CALL *clCreateFromEGLImageKHR_fn)( 68 extern CL_API_ENTRY cl_int CL_API_CALL 76 typedef cl_int (CL_API_CALL *clEnqueueAcquireEGLObjectsKHR_fn)( 85 extern CL_API_ENTRY cl_int CL_API_CALL 93 typedef cl_int (CL_API_CALL *clEnqueueReleaseEGLObjectsKHR_fn)( 104 extern CL_API_ENTRY cl_event CL_API_CALL 110 typedef cl_event (CL_API_CALL *clCreateEventFromEGLSyncKHR_fn)(
|
D | cl_va_api_media_sharing_intel.h | 63 extern CL_API_ENTRY cl_int CL_API_CALL 73 typedef cl_int (CL_API_CALL * clGetDeviceIDsFromVA_APIMediaAdapterINTEL_fn)( 82 extern CL_API_ENTRY cl_mem CL_API_CALL 90 typedef cl_mem (CL_API_CALL * clCreateFromVA_APIMediaSurfaceINTEL_fn)( 97 extern CL_API_ENTRY cl_int CL_API_CALL 106 typedef cl_int (CL_API_CALL *clEnqueueAcquireVA_APIMediaSurfacesINTEL_fn)( 114 extern CL_API_ENTRY cl_int CL_API_CALL 123 typedef cl_int (CL_API_CALL *clEnqueueReleaseVA_APIMediaSurfacesINTEL_fn)(
|
/external/mesa3d/include/CL/ |
D | cl_icd.h | 44 typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetPlatformIDs)( 48 typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetPlatformInfo)( 54 typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetDeviceIDs)( 58 typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clGetDeviceInfo)( 64 typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clCreateSubDevices)( 69 typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clRetainDevice)( 72 typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clReleaseDevice)( 84 typedef CL_API_ENTRY cl_context(CL_API_CALL *cl_api_clCreateContext)( 90 typedef CL_API_ENTRY cl_context(CL_API_CALL *cl_api_clCreateContextFromType)( 95 typedef CL_API_ENTRY cl_int(CL_API_CALL *cl_api_clRetainContext)( [all …]
|
D | cl.h | 944 extern CL_API_ENTRY cl_int CL_API_CALL 949 extern CL_API_ENTRY cl_int CL_API_CALL 957 extern CL_API_ENTRY cl_int CL_API_CALL 964 extern CL_API_ENTRY cl_int CL_API_CALL 973 extern CL_API_ENTRY cl_int CL_API_CALL 980 extern CL_API_ENTRY cl_int CL_API_CALL 983 extern CL_API_ENTRY cl_int CL_API_CALL 990 extern CL_API_ENTRY cl_int CL_API_CALL 995 extern CL_API_ENTRY cl_int CL_API_CALL 1000 extern CL_API_ENTRY cl_int CL_API_CALL [all …]
|
D | cl_ext_intel.h | 169 extern CL_API_ENTRY cl_accelerator_intel CL_API_CALL 177 typedef CL_API_ENTRY cl_accelerator_intel (CL_API_CALL *clCreateAcceleratorINTEL_fn)( 184 extern CL_API_ENTRY cl_int CL_API_CALL 192 typedef CL_API_ENTRY cl_int (CL_API_CALL *clGetAcceleratorInfoINTEL_fn)( 199 extern CL_API_ENTRY cl_int CL_API_CALL 203 typedef CL_API_ENTRY cl_int (CL_API_CALL *clRetainAcceleratorINTEL_fn)( 206 extern CL_API_ENTRY cl_int CL_API_CALL 210 typedef CL_API_ENTRY cl_int (CL_API_CALL *clReleaseAcceleratorINTEL_fn)( 475 extern CL_API_ENTRY void* CL_API_CALL 483 typedef CL_API_ENTRY void* (CL_API_CALL * [all …]
|
D | cl_ext.h | 100 extern CL_API_ENTRY cl_int CL_API_CALL 106 (CL_API_CALL *clIcdGetPlatformIDsKHR_fn)(cl_uint num_entries, 126 extern CL_API_ENTRY cl_program CL_API_CALL 133 (CL_API_CALL *clCreateProgramWithILKHR_fn)(cl_context context, 178 extern CL_API_ENTRY cl_int CL_API_CALL 182 (CL_API_CALL *clTerminateContextKHR_fn)(cl_context context) CL_EXT_SUFFIX__VERSION_1_2; 203 extern CL_API_ENTRY cl_command_queue CL_API_CALL 210 (CL_API_CALL *clCreateCommandQueueWithPropertiesKHR_fn)(cl_context context, 270 extern CL_API_ENTRY cl_int CL_API_CALL 274 (CL_API_CALL *clReleaseDeviceEXT_fn)(cl_device_id device) CL_EXT_SUFFIX__VERSION_1_1; [all …]
|
D | cl_gl.h | 63 extern CL_API_ENTRY cl_mem CL_API_CALL 71 extern CL_API_ENTRY cl_mem CL_API_CALL 81 extern CL_API_ENTRY cl_mem CL_API_CALL 87 extern CL_API_ENTRY cl_int CL_API_CALL 92 extern CL_API_ENTRY cl_int CL_API_CALL 99 extern CL_API_ENTRY cl_int CL_API_CALL 107 extern CL_API_ENTRY cl_int CL_API_CALL 117 extern CL_API_ENTRY CL_EXT_PREFIX__VERSION_1_1_DEPRECATED cl_mem CL_API_CALL 125 extern CL_API_ENTRY CL_EXT_PREFIX__VERSION_1_1_DEPRECATED cl_mem CL_API_CALL 153 extern CL_API_ENTRY cl_int CL_API_CALL [all …]
|
D | cl_egl.h | 63 extern CL_API_ENTRY cl_mem CL_API_CALL 71 typedef CL_API_ENTRY cl_mem (CL_API_CALL *clCreateFromEGLImageKHR_fn)( 80 extern CL_API_ENTRY cl_int CL_API_CALL 88 typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueAcquireEGLObjectsKHR_fn)( 97 extern CL_API_ENTRY cl_int CL_API_CALL 105 typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueReleaseEGLObjectsKHR_fn)( 116 extern CL_API_ENTRY cl_event CL_API_CALL 122 typedef CL_API_ENTRY cl_event (CL_API_CALL *clCreateEventFromEGLSyncKHR_fn)(
|
D | cl_va_api_media_sharing_intel.h | 99 extern CL_API_ENTRY cl_int CL_API_CALL 109 typedef CL_API_ENTRY cl_int (CL_API_CALL * clGetDeviceIDsFromVA_APIMediaAdapterINTEL_fn)( 118 extern CL_API_ENTRY cl_mem CL_API_CALL 126 typedef CL_API_ENTRY cl_mem (CL_API_CALL * clCreateFromVA_APIMediaSurfaceINTEL_fn)( 133 extern CL_API_ENTRY cl_int CL_API_CALL 142 typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueAcquireVA_APIMediaSurfacesINTEL_fn)( 150 extern CL_API_ENTRY cl_int CL_API_CALL 159 typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueReleaseVA_APIMediaSurfacesINTEL_fn)(
|
D | cl_dx9_media_sharing_intel.h | 107 extern CL_API_ENTRY cl_int CL_API_CALL 117 typedef CL_API_ENTRY cl_int (CL_API_CALL* clGetDeviceIDsFromDX9INTEL_fn)( 126 extern CL_API_ENTRY cl_mem CL_API_CALL 135 typedef CL_API_ENTRY cl_mem (CL_API_CALL *clCreateFromDX9MediaSurfaceINTEL_fn)( 143 extern CL_API_ENTRY cl_int CL_API_CALL 152 typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueAcquireDX9ObjectsINTEL_fn)( 160 extern CL_API_ENTRY cl_int CL_API_CALL 169 typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueReleaseDX9ObjectsINTEL_fn)(
|
D | cl_d3d11.h | 81 typedef CL_API_ENTRY cl_int (CL_API_CALL *clGetDeviceIDsFromD3D11KHR_fn)( 90 typedef CL_API_ENTRY cl_mem (CL_API_CALL *clCreateFromD3D11BufferKHR_fn)( 96 typedef CL_API_ENTRY cl_mem (CL_API_CALL *clCreateFromD3D11Texture2DKHR_fn)( 103 typedef CL_API_ENTRY cl_mem (CL_API_CALL *clCreateFromD3D11Texture3DKHR_fn)( 110 typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueAcquireD3D11ObjectsKHR_fn)( 118 typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueReleaseD3D11ObjectsKHR_fn)(
|
/external/angle/src/libOpenCL/ |
D | libOpenCL_autogen.cpp | 15 cl_int CL_API_CALL clGetPlatformIDs(cl_uint num_entries, in clGetPlatformIDs() 22 cl_int CL_API_CALL clGetPlatformInfo(cl_platform_id platform, in clGetPlatformInfo() 32 cl_int CL_API_CALL clGetDeviceIDs(cl_platform_id platform, in clGetDeviceIDs() 42 cl_int CL_API_CALL clGetDeviceInfo(cl_device_id device, in clGetDeviceInfo() 52 cl_context CL_API_CALL clCreateContext(const cl_context_properties *properties, in clCreateContext() 66 cl_context CL_API_CALL 80 cl_int CL_API_CALL clRetainContext(cl_context context) in clRetainContext() 85 cl_int CL_API_CALL clReleaseContext(cl_context context) in clReleaseContext() 90 cl_int CL_API_CALL clGetContextInfo(cl_context context, in clGetContextInfo() 100 cl_int CL_API_CALL clRetainCommandQueue(cl_command_queue command_queue) in clRetainCommandQueue() [all …]
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 946 extern CL_API_ENTRY cl_int CL_API_CALL 951 extern CL_API_ENTRY cl_int CL_API_CALL 959 extern CL_API_ENTRY cl_int CL_API_CALL 966 extern CL_API_ENTRY cl_int CL_API_CALL 975 extern CL_API_ENTRY cl_int CL_API_CALL 982 extern CL_API_ENTRY cl_int CL_API_CALL 985 extern CL_API_ENTRY cl_int CL_API_CALL 992 extern CL_API_ENTRY cl_int CL_API_CALL 997 extern CL_API_ENTRY cl_int CL_API_CALL 1002 extern CL_API_ENTRY cl_int CL_API_CALL [all …]
|
D | cl_ext.h | 57 extern CL_API_ENTRY cl_int CL_API_CALL clSetMemObjectDestructorAPPLE( cl_mem memobj, 71 extern CL_API_ENTRY void CL_API_CALL clLogMessagesToSystemLogAPPLE( const char * errstr, 77 extern CL_API_ENTRY void CL_API_CALL clLogMessagesToStdoutAPPLE( const char * errstr, 83 extern CL_API_ENTRY void CL_API_CALL clLogMessagesToStderrAPPLE( const char * errstr, 100 extern CL_API_ENTRY cl_int CL_API_CALL 106 (CL_API_CALL *clIcdGetPlatformIDsKHR_fn)(cl_uint num_entries, 126 extern CL_API_ENTRY cl_program CL_API_CALL 133 (CL_API_CALL *clCreateProgramWithILKHR_fn)(cl_context context, 178 extern CL_API_ENTRY cl_int CL_API_CALL 182 (CL_API_CALL *clTerminateContextKHR_fn)(cl_context context) CL_API_SUFFIX__VERSION_1_2; [all …]
|
D | cl_gl.h | 51 extern CL_API_ENTRY cl_mem CL_API_CALL 59 extern CL_API_ENTRY cl_mem CL_API_CALL 69 extern CL_API_ENTRY cl_mem CL_API_CALL 75 extern CL_API_ENTRY cl_int CL_API_CALL 80 extern CL_API_ENTRY cl_int CL_API_CALL 87 extern CL_API_ENTRY cl_int CL_API_CALL 95 extern CL_API_ENTRY cl_int CL_API_CALL 105 extern CL_API_ENTRY CL_API_PREFIX__VERSION_1_1_DEPRECATED cl_mem CL_API_CALL 113 extern CL_API_ENTRY CL_API_PREFIX__VERSION_1_1_DEPRECATED cl_mem CL_API_CALL 141 extern CL_API_ENTRY cl_int CL_API_CALL [all …]
|
D | cl_egl.h | 51 extern CL_API_ENTRY cl_mem CL_API_CALL 59 typedef cl_mem (CL_API_CALL *clCreateFromEGLImageKHR_fn)( 68 extern CL_API_ENTRY cl_int CL_API_CALL 76 typedef cl_int (CL_API_CALL *clEnqueueAcquireEGLObjectsKHR_fn)( 85 extern CL_API_ENTRY cl_int CL_API_CALL 93 typedef cl_int (CL_API_CALL *clEnqueueReleaseEGLObjectsKHR_fn)( 104 extern CL_API_ENTRY cl_event CL_API_CALL 110 typedef cl_event (CL_API_CALL *clCreateEventFromEGLSyncKHR_fn)(
|
/external/ImageMagick/MagickCore/ |
D | opencl-private.h | 67 (CL_API_CALL *MAGICKpfn_clGetPlatformIDs)(cl_uint num_entries, 71 (CL_API_CALL *MAGICKpfn_clGetPlatformInfo)(cl_platform_id platform, 78 (CL_API_CALL *MAGICKpfn_clGetDeviceIDs)(cl_platform_id platform, 83 (CL_API_CALL *MAGICKpfn_clGetDeviceInfo)(cl_device_id device, 90 (CL_API_CALL *MAGICKpfn_clCreateContext)( 97 (CL_API_CALL *MAGICKpfn_clReleaseContext)(cl_context context) 103 (CL_API_CALL *MAGICKpfn_clCreateCommandQueue)(cl_context context, 108 (CL_API_CALL *MAGICKpfn_clReleaseCommandQueue)( 112 (CL_API_CALL *MAGICKpfn_clFlush)(cl_command_queue command_queue) 116 (CL_API_CALL *MAGICKpfn_clFinish)(cl_command_queue command_queue) [all …]
|