Home
last modified time | relevance | path

Searched refs:getPipelineCompilerDataDir (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp/framework/common/
H A DtcuCommandLine.hpp317 const char *getPipelineCompilerDataDir(void) const;
H A DtcuCommandLine.cpp1385 const char *CommandLine::getPipelineCompilerDataDir(void) const in getPipelineCompilerDataDir() function in tcu::CommandLine
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestPackage.cpp861 if (!std::string(testCtx.getCommandLine().getPipelineCompilerDataDir()).empty()) in runTestsInSubprocess()
863 … " --deqp-pipeline-dir=" + std::string(testCtx.getCommandLine().getPipelineCompilerDataDir()); in runTestsInSubprocess()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkResourceInterface.cpp957 std::string(m_testCtx.getCommandLine().getPipelineCompilerDataDir()), in importPipelineCacheData()