Searched defs:_cl_icd_dispatch (Results 1 – 2 of 2) sorted by relevance
1104 typedef struct _cl_icd_dispatch { struct1106 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 …]