Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestPackage.cpp754 std::ostringstream jsonFileName, qpaFileName, pipelineCompilerOutFileName, pipelineCompilerLogFileName, pipelineCompilerPrefix; in runTestsInSubprocess() local
763 pipelineCompilerPrefix << ""; in runTestsInSubprocess()
774 pipelineCompilerPrefix << "sub_" << caseFraction[0] << "_"; in runTestsInSubprocess()
803 if(!pipelineCompilerPrefix.str().empty()) in runTestsInSubprocess()
804 newCmdLine += " --deqp-pipeline-prefix=" + pipelineCompilerPrefix.str(); in runTestsInSubprocess()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestPackage.cpp696 std::ostringstream jsonFileName, qpaFileName, pipelineCompilerOutFileName, pipelineCompilerLogFileName, pipelineCompilerPrefix; in runTestsInSubprocess() local
705 pipelineCompilerPrefix << ""; in runTestsInSubprocess()
716 pipelineCompilerPrefix << "sub_" << caseFraction[0] << "_"; in runTestsInSubprocess()
745 if(!pipelineCompilerPrefix.str().empty()) in runTestsInSubprocess()
746 newCmdLine += " --deqp-pipeline-prefix=" + pipelineCompilerPrefix.str(); in runTestsInSubprocess()

Completed in 4 milliseconds