Searched refs:pipelineCompilerOutputFile (Results 1 – 2 of 2) sorted by relevance
39 const std::string& pipelineCompilerOutputFile,
388 const std::string& pipelineCompilerOutputFile, in buildOfflinePipelineCache() argument413 …neCompilerPath << " --path " << pipelineCompilerDataDir << " --out " << pipelineCompilerOutputFile; in buildOfflinePipelineCache()432 std::ifstream iFile (pipelineCompilerOutputFile.c_str(), std::ios::in | std::ios::binary); in buildOfflinePipelineCache()434 … TCU_THROW(InternalError, (std::string("Cannot open file ") + pipelineCompilerOutputFile).c_str()); in buildOfflinePipelineCache()446 … TCU_THROW(InternalError, (std::string("Cannot load file ") + pipelineCompilerOutputFile).c_str()); in buildOfflinePipelineCache()