Home
last modified time | relevance | path

Searched refs:getAPIHandleCL (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/polly/tools/GPURuntime/
DGPUJIT.c211 static void *getAPIHandleCL(void *Handle, const char *FuncName) { in getAPIHandleCL() function
260 (clGetPlatformIDsFcnTy *)getAPIHandleCL(Handle, "clGetPlatformIDs"); in initialDeviceAPIsCL()
263 (clGetDeviceIDsFcnTy *)getAPIHandleCL(Handle, "clGetDeviceIDs"); in initialDeviceAPIsCL()
266 (clGetDeviceInfoFcnTy *)getAPIHandleCL(Handle, "clGetDeviceInfo"); in initialDeviceAPIsCL()
269 (clGetKernelInfoFcnTy *)getAPIHandleCL(Handle, "clGetKernelInfo"); in initialDeviceAPIsCL()
272 (clCreateContextFcnTy *)getAPIHandleCL(Handle, "clCreateContext"); in initialDeviceAPIsCL()
274 clCreateCommandQueueFcnPtr = (clCreateCommandQueueFcnTy *)getAPIHandleCL( in initialDeviceAPIsCL()
278 (clCreateBufferFcnTy *)getAPIHandleCL(Handle, "clCreateBuffer"); in initialDeviceAPIsCL()
280 clEnqueueWriteBufferFcnPtr = (clEnqueueWriteBufferFcnTy *)getAPIHandleCL( in initialDeviceAPIsCL()
285 (clCreateProgramWithLLVMIntelFcnTy *)getAPIHandleCL( in initialDeviceAPIsCL()
[all …]