Searched refs:qpaFileName (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktTestPackage.cpp | 754 std::ostringstream jsonFileName, qpaFileName, pipelineCompilerOutFileName, pipelineCompilerLogFileName, pipelineCompilerPrefix; in runTestsInSubprocess() local 758 qpaFileName << "sub.qpa"; in runTestsInSubprocess() 769 qpaFileName << "sub_" << caseFraction[0] << ".qpa"; in runTestsInSubprocess() 793 newCmdLine = appName + " --deqp-subprocess=enable --deqp-log-filename=" + qpaFileName.str(); in runTestsInSubprocess() 937 std::ifstream subQpa(qpaFileName.str(), std::ios::binary); in runTestsInSubprocess() 946 TCU_THROW(InternalError, "Couldn't match tags from " + qpaFileName.str() + subProcessExitCodeInfo); in runTestsInSubprocess() 979 TCU_THROW(InternalError, "Couldn't match #SubProcessStatus tag from " + qpaFileName.str() + subProcessExitCodeInfo); in runTestsInSubprocess() 995 deDeleteFile(qpaFileName.str().c_str()); in runTestsInSubprocess()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktTestPackage.cpp | 696 std::ostringstream jsonFileName, qpaFileName, pipelineCompilerOutFileName, pipelineCompilerLogFileName, pipelineCompilerPrefix; in runTestsInSubprocess() local 700 qpaFileName << "sub.qpa"; in runTestsInSubprocess() 711 qpaFileName << "sub_" << caseFraction[0] << ".qpa"; in runTestsInSubprocess() 735 newCmdLine = appName + " --deqp-subprocess=enable --deqp-log-filename=" + qpaFileName.str(); in runTestsInSubprocess() 879 std::ifstream subQpa(qpaFileName.str(), std::ios::binary); in runTestsInSubprocess() 888 TCU_THROW(InternalError, "Couldn't match tags from " + qpaFileName.str() + subProcessExitCodeInfo); in runTestsInSubprocess() 921 TCU_THROW(InternalError, "Couldn't match #SubProcessStatus tag from " + qpaFileName.str() + subProcessExitCodeInfo); in runTestsInSubprocess() 937 deDeleteFile(qpaFileName.str().c_str()); in runTestsInSubprocess()
|
Completed in 4 milliseconds