Lines Matching refs:getAPIHandleCL
211 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()
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()
301 clEnqueueNDRangeKernelFcnPtr = (clEnqueueNDRangeKernelFcnTy *)getAPIHandleCL( in initialDeviceAPIsCL()
305 (clEnqueueReadBufferFcnTy *)getAPIHandleCL(Handle, "clEnqueueReadBuffer"); in initialDeviceAPIsCL()
307 clFlushFcnPtr = (clFlushFcnTy *)getAPIHandleCL(Handle, "clFlush"); in initialDeviceAPIsCL()
309 clFinishFcnPtr = (clFinishFcnTy *)getAPIHandleCL(Handle, "clFinish"); in initialDeviceAPIsCL()
312 (clReleaseKernelFcnTy *)getAPIHandleCL(Handle, "clReleaseKernel"); in initialDeviceAPIsCL()
315 (clReleaseProgramFcnTy *)getAPIHandleCL(Handle, "clReleaseProgram"); in initialDeviceAPIsCL()
318 (clReleaseMemObjectFcnTy *)getAPIHandleCL(Handle, "clReleaseMemObject"); in initialDeviceAPIsCL()
320 clReleaseCommandQueueFcnPtr = (clReleaseCommandQueueFcnTy *)getAPIHandleCL( in initialDeviceAPIsCL()
324 (clReleaseContextFcnTy *)getAPIHandleCL(Handle, "clReleaseContext"); in initialDeviceAPIsCL()