Lines Matching refs:mpArryPrograms
623 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()
989 clStatus = clBuildProgram(gpuInfo->mpArryPrograms[idx], 1, gpuInfo->mpArryDevsID, buildOption, in CompileKernelFile()
992 clStatus = clBuildProgram(gpuInfo->mpArryPrograms[idx], 1, &(gpuInfo->mpDevID), buildOption, in CompileKernelFile()
999 clStatus = clGetProgramBuildInfo(gpuInfo->mpArryPrograms[idx], gpuInfo->mpArryDevsID[0], in CompileKernelFile()
1002 clStatus = clGetProgramBuildInfo(gpuInfo->mpArryPrograms[idx], gpuInfo->mpDevID, in CompileKernelFile()
1011 clStatus = clGetProgramBuildInfo(gpuInfo->mpArryPrograms[idx], gpuInfo->mpArryDevsID[0], in CompileKernelFile()
1014 clStatus = clGetProgramBuildInfo(gpuInfo->mpArryPrograms[idx], gpuInfo->mpDevID, in CompileKernelFile()
1033 GeneratBinFromKernelSource(gpuInfo->mpArryPrograms[idx], filename); in CompileKernelFile()