Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/vkscserver/
DvksCacheBuilder.hpp36 const std::string& pipelineCompilerPath,
DvksCacheBuilder.cpp385 const std::string& pipelineCompilerPath, in buildOfflinePipelineCache() argument
392 if (!deFileExists(pipelineCompilerPath.c_str())) in buildOfflinePipelineCache()
393 TCU_THROW(InternalError, std::string("Can't find pipeline compiler") + pipelineCompilerPath); in buildOfflinePipelineCache()
413 …compilerCommand << pipelineCompilerPath << " --path " << pipelineCompilerDataDir << " --out " << p… in buildOfflinePipelineCache()