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