Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/opencl/source/
H A Dopenclwrapper.cxx157 envInfo->mpkProgram = gpuEnv.mpArryPrograms[0]; in setKernelEnv()
326 clStatus = clBuildProgram(gpuInfo->mpArryPrograms[idx], 1, &gpuInfo->mpDevID, in buildProgram()
332 clStatus = clGetProgramBuildInfo( gpuInfo->mpArryPrograms[idx], gpuInfo->mpDevID, in buildProgram()
340 clStatus = clGetProgramBuildInfo( gpuInfo->mpArryPrograms[idx], gpuInfo->mpDevID, in buildProgram()
412 gpuInfo->mpArryPrograms[idx] = clCreateProgramWithBinary( gpuInfo->mpContext,numDevices, in buildProgramFromBinary()
420 SAL_INFO("opencl", "Created program " << gpuInfo->mpArryPrograms[idx] << " from binary"); in buildProgramFromBinary()
427 if ( !gpuInfo->mpArryPrograms[idx] ) in buildProgramFromBinary()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/opencl/source/
H A Dopenclwrapper.cxx156 envInfo->mpkProgram = gpuEnv.mpArryPrograms[0]; in setKernelEnv()
326 clStatus = clBuildProgram(gpuInfo->mpArryPrograms[idx], 1, &gpuInfo->mpDevID, in buildProgram()
332 clStatus = clGetProgramBuildInfo( gpuInfo->mpArryPrograms[idx], gpuInfo->mpDevID, in buildProgram()
340 clStatus = clGetProgramBuildInfo( gpuInfo->mpArryPrograms[idx], gpuInfo->mpDevID, in buildProgram()
412 gpuInfo->mpArryPrograms[idx] = clCreateProgramWithBinary( gpuInfo->mpContext,numDevices, in buildProgramFromBinary()
420 SAL_INFO("opencl", "Created program " << gpuInfo->mpArryPrograms[idx] << " from binary"); in buildProgramFromBinary()
427 if ( !gpuInfo->mpArryPrograms[idx] ) in buildProgramFromBinary()
/dports/graphics/tesseract/tesseract-5.0.0/src/opencl/
H A Dopenclwrapper.cpp623 envInfo->mpkProgram = gpuEnv.mpArryPrograms[0]; in SetKernelEnv()
785 if (gpuEnv.mpArryPrograms[i]) { in ReleaseOpenclEnv()
786 clStatus = clReleaseProgram(gpuEnv.mpArryPrograms[i]); in ReleaseOpenclEnv()
788 gpuEnv.mpArryPrograms[i] = nullptr; in ReleaseOpenclEnv()
830 if (gpuEnvCached->mpArryPrograms[i] != nullptr) { in CachedOfKernerPrg()
969 gpuInfo->mpArryPrograms[idx] = in CompileKernelFile()
976 gpuInfo->mpArryPrograms[idx] = in CompileKernelFile()
981 if (gpuInfo->mpArryPrograms[idx] == (cl_program) nullptr) { in CompileKernelFile()
1002 clStatus = clGetProgramBuildInfo(gpuInfo->mpArryPrograms[idx], gpuInfo->mpDevID, in CompileKernelFile()
1014 clStatus = clGetProgramBuildInfo(gpuInfo->mpArryPrograms[idx], gpuInfo->mpDevID, in CompileKernelFile()
[all …]
H A Dopenclwrapper.h94 cl_program mpArryPrograms[MAX_CLFILE_NUM]; // one program object maps one member
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/opencl/
H A Dopenclwrapper.hxx45 cl_program mpArryPrograms[MAX_CLFILE_NUM]; //one program object maps one kernel source file member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/opencl/
H A Dopenclwrapper.hxx45 cl_program mpArryPrograms[MAX_CLFILE_NUM]; //one program object maps one kernel source file member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/opencl/
H A Dformulagroupcl.cxx3990 mpProgram = openclwrapper::gpuEnv.mpArryPrograms[0]; in CreateKernel()
3991 openclwrapper::gpuEnv.mpArryPrograms[0] = nullptr; in CreateKernel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/opencl/
H A Dformulagroupcl.cxx4000 mpProgram = openclwrapper::gpuEnv.mpArryPrograms[0]; in CreateKernel()
4001 openclwrapper::gpuEnv.mpArryPrograms[0] = nullptr; in CreateKernel()