Home
last modified time | relevance | path

Searched defs:_cl_icd_dispatch (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/include/CL/
H A Dcl_icd.h38 typedef struct _cl_icd_dispatch { struct
40 clGetPlatformIDs_t *clGetPlatformIDs;
41 clGetPlatformInfo_t *clGetPlatformInfo;
42 clGetDeviceIDs_t *clGetDeviceIDs;
43 clGetDeviceInfo_t *clGetDeviceInfo;
44 clCreateContext_t *clCreateContext;
45 clCreateContextFromType_t *clCreateContextFromType;
46 clRetainContext_t *clRetainContext;
47 clReleaseContext_t *clReleaseContext;
48 clGetContextInfo_t *clGetContextInfo;
[all …]
/aosp_15_r20/external/OpenCL-Headers/CL/
H A Dcl_icd.h38 typedef struct _cl_icd_dispatch { struct
40 clGetPlatformIDs_t *clGetPlatformIDs;
41 clGetPlatformInfo_t *clGetPlatformInfo;
42 clGetDeviceIDs_t *clGetDeviceIDs;
43 clGetDeviceInfo_t *clGetDeviceInfo;
44 clCreateContext_t *clCreateContext;
45 clCreateContextFromType_t *clCreateContextFromType;
46 clRetainContext_t *clRetainContext;
47 clReleaseContext_t *clReleaseContext;
48 clGetContextInfo_t *clGetContextInfo;
[all …]
/aosp_15_r20/external/ComputeLibrary/include/CL/
H A Dcl_icd.h1104 typedef struct _cl_icd_dispatch { struct
1106 cl_api_clGetPlatformIDs clGetPlatformIDs;
1107 cl_api_clGetPlatformInfo clGetPlatformInfo;
1108 cl_api_clGetDeviceIDs clGetDeviceIDs;
1109 cl_api_clGetDeviceInfo clGetDeviceInfo;
1110 cl_api_clCreateContext clCreateContext;
1111 cl_api_clCreateContextFromType clCreateContextFromType;
1112 cl_api_clRetainContext clRetainContext;
1113 cl_api_clReleaseContext clReleaseContext;
1114 cl_api_clGetContextInfo clGetContextInfo;
[all …]
/aosp_15_r20/external/mesa3d/include/CL/
H A Dcl_icd.h1104 typedef struct _cl_icd_dispatch { struct
1106 cl_api_clGetPlatformIDs clGetPlatformIDs;
1107 cl_api_clGetPlatformInfo clGetPlatformInfo;
1108 cl_api_clGetDeviceIDs clGetDeviceIDs;
1109 cl_api_clGetDeviceInfo clGetDeviceInfo;
1110 cl_api_clCreateContext clCreateContext;
1111 cl_api_clCreateContextFromType clCreateContextFromType;
1112 cl_api_clRetainContext clRetainContext;
1113 cl_api_clReleaseContext clReleaseContext;
1114 cl_api_clGetContextInfo clGetContextInfo;
[all …]