Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/opencl/
H A Dopenclwrapper.h55 # define MAX_CLFILE_NUM 50 macro
93 cl_kernel mpArryKernels[MAX_CLFILE_NUM];
94 cl_program mpArryPrograms[MAX_CLFILE_NUM]; // one program object maps one
96 char mArryKnelSrcFile[MAX_CLFILE_NUM][256], // the max len of kernel file name is 256
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/opencl/
H A Dopenclwrapper.hxx20 #define MAX_CLFILE_NUM 50 macro
45 cl_program mpArryPrograms[MAX_CLFILE_NUM]; //one program object maps one kernel source file
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/opencl/
H A Dopenclwrapper.hxx20 #define MAX_CLFILE_NUM 50 macro
45 cl_program mpArryPrograms[MAX_CLFILE_NUM]; //one program object maps one kernel source file
/dports/editors/libreoffice/libreoffice-7.2.6.2/opencl/source/
H A Dopenclwrapper.cxx531 if ( ( argc > MAX_CLFILE_NUM ) || ( argc < 0 ) ) in initOpenCLRunEnv()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/opencl/source/
H A Dopenclwrapper.cxx531 if ( ( argc > MAX_CLFILE_NUM ) || ( argc < 0 ) ) in initOpenCLRunEnv()