Searched refs:pipelineCompilerOutputFile (Results 1 – 2 of 2) sorted by relevance
448 const std::string &pipelineCompilerOutputFile, in buildOfflinePipelineCache() argument474 << pipelineCompilerOutputFile; in buildOfflinePipelineCache()494 std::ifstream iFile(pipelineCompilerOutputFile.c_str(), std::ios::in | std::ios::binary); in buildOfflinePipelineCache()496 … TCU_THROW(InternalError, (std::string("Cannot open file ") + pipelineCompilerOutputFile).c_str()); in buildOfflinePipelineCache()508 … TCU_THROW(InternalError, (std::string("Cannot load file ") + pipelineCompilerOutputFile).c_str()); in buildOfflinePipelineCache()
37 const std::string &pipelineCompilerOutputFile,