Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/vkscserver/
H A DvksCacheBuilder.cpp450 const std::string &pipelineCompilerFilePrefix) in buildOfflinePipelineCache() argument
460 …if (!pipelineCompilerFilePrefix.empty() && filePath.getBaseName().find(pipelineCompilerFilePrefix)… in buildOfflinePipelineCache()
466 exportFilesForExternalCompiler(input, pipelineCompilerDataDir, pipelineCompilerFilePrefix); in buildOfflinePipelineCache()
477 if (!pipelineCompilerFilePrefix.empty()) in buildOfflinePipelineCache()
478 compilerCommand << " --prefix " << pipelineCompilerFilePrefix; in buildOfflinePipelineCache()
H A DvksCacheBuilder.hpp39 const std::string &pipelineCompilerFilePrefix);