Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestPackage.cpp819 if (!std::string(testCtx.getCommandLine().getPipelineCompilerPath()).empty()) in runTestsInSubprocess()
830 if (!std::string(testCtx.getCommandLine().getPipelineCompilerPath()).empty()) in runTestsInSubprocess()
856 if (!std::string(testCtx.getCommandLine().getPipelineCompilerPath()).empty()) in runTestsInSubprocess()
859 … " --deqp-pipeline-compiler=" + std::string(testCtx.getCommandLine().getPipelineCompilerPath()); in runTestsInSubprocess()
/aosp_15_r20/external/deqp/framework/common/
H A DtcuCommandLine.hpp314 const char *getPipelineCompilerPath(void) const;
H A DtcuCommandLine.cpp1377 const char *CommandLine::getPipelineCompilerPath(void) const in getPipelineCompilerPath() function in tcu::CommandLine
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkResourceInterface.cpp953 if (!std::string(m_testCtx.getCommandLine().getPipelineCompilerPath()).empty()) in importPipelineCacheData()
956 m_pipelineInput, std::string(m_testCtx.getCommandLine().getPipelineCompilerPath()), in importPipelineCacheData()