Searched refs:CHECK_OPENCL (Results 1 – 6 of 6) sorted by relevance
/dports/graphics/tesseract/tesseract-5.0.0/src/opencl/ |
H A D | openclwrapper.cpp | 813 CHECK_OPENCL(clStatus, "clGetDeviceInfo"); in BinaryGenerated() 858 CHECK_OPENCL(clStatus, "clGetProgramInfo"); in GeneratBinFromKernelSource() 865 CHECK_OPENCL(clStatus, "clGetProgramInfo"); in GeneratBinFromKernelSource() 872 CHECK_OPENCL(clStatus, "clGetProgramInfo"); in GeneratBinFromKernelSource() 887 CHECK_OPENCL(clStatus, "clGetProgramInfo"); in GeneratBinFromKernelSource() 943 CHECK_OPENCL(clStatus, "clGetContextInfo"); in CompileKernelFile() 1072 CHECK_OPENCL(clStatus, "clSetKernelArg"); in pixReadFromTiffKernel() 1074 CHECK_OPENCL(clStatus, "clSetKernelArg"); in pixReadFromTiffKernel() 1076 CHECK_OPENCL(clStatus, "clSetKernelArg"); in pixReadFromTiffKernel() 1078 CHECK_OPENCL(clStatus, "clSetKernelArg"); in pixReadFromTiffKernel() [all …]
|
H A D | openclwrapper.h | 80 # define CHECK_OPENCL(status, name) \ macro
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/opencl/source/ |
H A D | openclwrapper.cxx | 52 #define CHECK_OPENCL(status,name) \ macro 259 CHECK_OPENCL( clStatus, "clGetProgramInfo" ); in generatBinFromKernelSource() 267 CHECK_OPENCL( clStatus, "clGetProgramInfo" ); in generatBinFromKernelSource() 274 CHECK_OPENCL( clStatus, "clGetProgramInfo" ); in generatBinFromKernelSource() 282 CHECK_OPENCL(clStatus,"clGetProgramInfo"); in generatBinFromKernelSource() 372 CHECK_OPENCL( clStatus, "clGetContextInfo" ); in buildProgramFromBinary()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/opencl/source/ |
H A D | openclwrapper.cxx | 51 #define CHECK_OPENCL(status,name) \ macro 258 CHECK_OPENCL( clStatus, "clGetProgramInfo" ); in generatBinFromKernelSource() 266 CHECK_OPENCL( clStatus, "clGetProgramInfo" ); in generatBinFromKernelSource() 273 CHECK_OPENCL( clStatus, "clGetProgramInfo" ); in generatBinFromKernelSource() 281 CHECK_OPENCL(clStatus,"clGetProgramInfo"); in generatBinFromKernelSource() 372 CHECK_OPENCL( clStatus, "clGetContextInfo" ); in buildProgramFromBinary()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ |
H A D | ChangeLog | 770280 The horrible CHECK_OPENCL() fortunately is used only in openclwrapper.cxx 999166 cppcheck: some cleaning + use CHECK_OPENCL
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/ |
H A D | ChangeLog | 1032329 The horrible CHECK_OPENCL() fortunately is used only in openclwrapper.cxx 1261215 cppcheck: some cleaning + use CHECK_OPENCL
|