Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestPackage.cpp814 pipelineCompilerPrefix; in runTestsInSubprocess() local
823 pipelineCompilerPrefix << ""; in runTestsInSubprocess()
834 pipelineCompilerPrefix << "sub_" << caseFraction[0] << "_"; in runTestsInSubprocess()
865 if (!pipelineCompilerPrefix.str().empty()) in runTestsInSubprocess()
866 newCmdLine += " --deqp-pipeline-prefix=" + pipelineCompilerPrefix.str(); in runTestsInSubprocess()