Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.hpp287 const char* getSubprocessConfigFile (void) const;
DtcuCommandLine.cpp1049 const char* CommandLine::getSubprocessConfigFile (void) const in getSubprocessConfigFile() function in tcu::CommandLine
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp277 …ndLine().isSubProcess() && !std::string(testCtx.getCommandLine().getSubprocessConfigFile()).empty(… in TestCaseExecutor()
279 std::ifstream iFile(testCtx.getCommandLine().getSubprocessConfigFile(), std::ios::in); in TestCaseExecutor()
281 …fig file defining number of tests: ") + testCtx.getCommandLine().getSubprocessConfigFile()).c_str(… in TestCaseExecutor()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
DvktTestPackage.cpp277 …ndLine().isSubProcess() && !std::string(testCtx.getCommandLine().getSubprocessConfigFile()).empty(… in TestCaseExecutor()
279 std::ifstream iFile(testCtx.getCommandLine().getSubprocessConfigFile(), std::ios::in); in TestCaseExecutor()
281 …fig file defining number of tests: ") + testCtx.getCommandLine().getSubprocessConfigFile()).c_str(… in TestCaseExecutor()