Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/vkscserver/
H A DvksCacheBuilder.hpp34 …fflinePipelineCache(const VulkanPipelineCacheInput &input, const std::string &pipelineCompilerPath,
H A DvksCacheBuilder.cpp445 …fflinePipelineCache(const VulkanPipelineCacheInput &input, const std::string &pipelineCompilerPath, in buildOfflinePipelineCache() argument
452 if (!deFileExists(pipelineCompilerPath.c_str())) in buildOfflinePipelineCache()
453 … TCU_THROW(InternalError, std::string("Can't find pipeline compiler") + pipelineCompilerPath); in buildOfflinePipelineCache()
473 … compilerCommand << pipelineCompilerPath << " --path " << pipelineCompilerDataDir << " --out " in buildOfflinePipelineCache()