Searched refs:getAPIHandleCL (Results 1 – 1 of 1) sorted by relevance
211 static void *getAPIHandleCL(void *Handle, const char *FuncName) { in getAPIHandleCL() function263 (clGetDeviceIDsFcnTy *)getAPIHandleCL(Handle, "clGetDeviceIDs"); in initialDeviceAPIsCL()266 (clGetDeviceInfoFcnTy *)getAPIHandleCL(Handle, "clGetDeviceInfo"); in initialDeviceAPIsCL()278 (clCreateBufferFcnTy *)getAPIHandleCL(Handle, "clCreateBuffer"); in initialDeviceAPIsCL()285 (clCreateProgramWithLLVMIntelFcnTy *)getAPIHandleCL( in initialDeviceAPIsCL()289 (clCreateProgramWithBinaryFcnTy *)getAPIHandleCL( in initialDeviceAPIsCL()293 (clBuildProgramFcnTy *)getAPIHandleCL(Handle, "clBuildProgram"); in initialDeviceAPIsCL()296 (clCreateKernelFcnTy *)getAPIHandleCL(Handle, "clCreateKernel"); in initialDeviceAPIsCL()299 (clSetKernelArgFcnTy *)getAPIHandleCL(Handle, "clSetKernelArg"); in initialDeviceAPIsCL()307 clFlushFcnPtr = (clFlushFcnTy *)getAPIHandleCL(Handle, "clFlush"); in initialDeviceAPIsCL()[all …]