Home
last modified time | relevance | path

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

/external/llvm-project/polly/tools/GPURuntime/
DGPUJIT.c190 typedef cl_int clFlushFcnTy(cl_command_queue CommandQueue); typedef
191 static clFlushFcnTy *clFlushFcnPtr;
307 clFlushFcnPtr = (clFlushFcnTy *)getAPIHandleCL(Handle, "clFlush"); in initialDeviceAPIsCL()