Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/vkscserver/
H A DvksCacheBuilder.cpp448 const std::string &pipelineCompilerOutputFile, in buildOfflinePipelineCache() argument
474 << 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()
H A DvksCacheBuilder.hpp37 const std::string &pipelineCompilerOutputFile,