Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCommandLine.hpp326 const char *getPipelineCompilerArgs(void) const;
DtcuCommandLine.cpp1422 const char *CommandLine::getPipelineCompilerArgs(void) const in getPipelineCompilerArgs() function in tcu::CommandLine
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp873 if (!std::string(testCtx.getCommandLine().getPipelineCompilerArgs()).empty()) in runTestsInSubprocess()
875 … --deqp-pipeline-args=\"" + std::string(testCtx.getCommandLine().getPipelineCompilerArgs()) + "\""; in runTestsInSubprocess()
/external/deqp/external/vulkancts/framework/vulkan/
DvkResourceInterface.cpp953 std::string(m_testCtx.getCommandLine().getPipelineCompilerArgs()), in importPipelineCacheData()