Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/vkscserver/
H A DvksCacheBuilder.hpp35 const std::string &pipelineCompilerDataDir,
H A DvksCacheBuilder.cpp446 const std::string &pipelineCompilerDataDir, in buildOfflinePipelineCache() argument
455 for (de::DirectoryIterator iter(pipelineCompilerDataDir); iter.hasItem(); iter.next()) in buildOfflinePipelineCache()
466 exportFilesForExternalCompiler(input, pipelineCompilerDataDir, pipelineCompilerFilePrefix); in buildOfflinePipelineCache()
473 … compilerCommand << pipelineCompilerPath << " --path " << pipelineCompilerDataDir << " --out " in buildOfflinePipelineCache()