Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/opencl/
H A Dopenclwrapper.h120 static int CachedOfKernerPrg(const GPUEnv *gpuEnvCached, const char *clFileName);
H A Dopenclwrapper.cpp826 int OpenclDevice::CachedOfKernerPrg(const GPUEnv *gpuEnvCached, const char *clFileName) { in CachedOfKernerPrg() function in tesseract::OpenclDevice
929 if (CachedOfKernerPrg(gpuInfo, filename) == 1) { in CompileKernelFile()