Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestPackage.cpp787 std::string newCmdLine; in runTestsInSubprocess() local
793 newCmdLine = appName + " --deqp-subprocess=enable --deqp-log-filename=" + qpaFileName.str(); in runTestsInSubprocess()
798 newCmdLine += " --deqp-pipeline-compiler=" + std::string(testCtx.getCommandLine().getPipelineCompilerPath()); in runTestsInSubprocess()
799 newCmdLine += " --deqp-pipeline-file=" + pipelineCompilerOutFileName.str(); in runTestsInSubprocess()
801 newCmdLine += " --deqp-pipeline-dir=" + std::string(testCtx.getCommandLine().getPipelineCompilerDataDir()); in runTestsInSubprocess()
802 newCmdLine += " --deqp-pipeline-logfile=" + pipelineCompilerLogFileName.str(); in runTestsInSubprocess()
804 newCmdLine += " --deqp-pipeline-prefix=" + pipelineCompilerPrefix.str(); in runTestsInSubprocess()
806 newCmdLine += " --deqp-pipeline-args=\"" + std::string( testCtx.getCommandLine().getPipelineCompilerArgs() ) + "\""; in runTestsInSubprocess()
859 newCmdLine = newCmdLine in runTestsInSubprocess()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestPackage.cpp729 std::string newCmdLine; in runTestsInSubprocess() local
735 newCmdLine = appName + " --deqp-subprocess=enable --deqp-log-filename=" + qpaFileName.str(); in runTestsInSubprocess()
740 newCmdLine += " --deqp-pipeline-compiler=" + std::string(testCtx.getCommandLine().getPipelineCompilerPath()); in runTestsInSubprocess()
741 newCmdLine += " --deqp-pipeline-file=" + pipelineCompilerOutFileName.str(); in runTestsInSubprocess()
743 newCmdLine += " --deqp-pipeline-dir=" + std::string(testCtx.getCommandLine().getPipelineCompilerDataDir()); in runTestsInSubprocess()
744 newCmdLine += " --deqp-pipeline-logfile=" + pipelineCompilerLogFileName.str(); in runTestsInSubprocess()
746 newCmdLine += " --deqp-pipeline-prefix=" + pipelineCompilerPrefix.str(); in runTestsInSubprocess()
748 newCmdLine += " --deqp-pipeline-args=\"" + std::string( testCtx.getCommandLine().getPipelineCompilerArgs() ) + "\""; in runTestsInSubprocess()
801 newCmdLine = newCmdLine in runTestsInSubprocess()
[all...]

Completed in 5 milliseconds