Home
last modified time | relevance | path

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

/external/llvm-project/polly/tools/GPURuntime/
DGPUJIT.c114 static clGetDeviceInfoFcnTy *clGetDeviceInfoFcnPtr; variable
265 clGetDeviceInfoFcnPtr = in initialDeviceAPIsCL()
392 clGetDeviceInfoFcnPtr(DeviceID, CL_DEVICE_VERSION, sizeof(DeviceRevision), in initContextCL()
397 Ret = clGetDeviceInfoFcnPtr(DeviceID, CL_DEVICE_NAME, sizeof(DeviceName), in initContextCL()