Home
last modified time | relevance | path

Searched refs:pipelineCompilerOutputFile (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/vkscserver/
DvksCacheBuilder.hpp39 const std::string& pipelineCompilerOutputFile,
DvksCacheBuilder.cpp388 const std::string& pipelineCompilerOutputFile, in buildOfflinePipelineCache() argument
413 …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()