Lines Matching refs:getCommandLine

216 	return MovePtr<vk::Library>(testCtx.getPlatform().getVulkanPlatform().createLibrary(vk::Platform::LIBRARY_TYPE_VULKAN, testCtx.getCommandLine().getVkLibraryPath()));
218 return MovePtr<vk::Library>(testCtx.getPlatform().getVulkanPlatform().createLibrary(testCtx.getCommandLine().getVkLibraryPath()));
245 , m_renderDoc (testCtx.getCommandLine().isRenderDocEnabled()
259 std::vector<int> caseFraction = testCtx.getCommandLine().getCaseFraction();
273 if (testCtx.getCommandLine().isSubProcess())
285 if (!testCtx.getCommandLine().isSubProcess() && !std::string(testCtx.getCommandLine().getSubprocessConfigFile()).empty())
287 std::ifstream iFile(testCtx.getCommandLine().getSubprocessConfigFile(), std::ios::in);
289 TCU_THROW(InternalError, (std::string("Missing config file defining number of tests: ") + testCtx.getCommandLine().getSubprocessConfigFile()).c_str());
319 if (!std::string(testCtx.getCommandLine().getServerAddress()).empty())
322 vksc_server::OpenRemoteStandardOutput(testCtx.getCommandLine().getServerAddress());
333 testCtx.getCommandLine().getInitialCmdLine());
334 m_waiverMechanism.setup(testCtx.getCommandLine().getWaiverFileName(),
341 if (!std::string(testCtx.getCommandLine().getServerAddress()).empty())
344 request.fileName = testCtx.getCommandLine().getLogFileName();
370 if (!testCtx.getCommandLine().isSubProcess())
396 const tcu::CommandLine& commandLine = m_context->getTestContext().getCommandLine();
404 int currentSubprocessCount = getCurrentSubprocessCount(casePath, m_context->getTestContext().getCommandLine().getSubprocessTestCount());
518 if (!m_context->getTestContext().getCommandLine().isSubProcess())
520 int currentSubprocessCount = getCurrentSubprocessCount(m_context->getResourceInterface()->getCasePath(), m_context->getTestContext().getCommandLine().getSubprocessTestCount());
650 if (!testCtx.getCommandLine().isSubProcess())
679 return !m_context->getTestContext().getCommandLine().isSubProcess();
701 request.fileName = testCtx.getCommandLine().getLogFileName();
747 if (testCtx.getCommandLine().isSubProcess())
753 std::vector<int> caseFraction = testCtx.getCommandLine().getCaseFraction();
759 if (!std::string(testCtx.getCommandLine().getPipelineCompilerPath()).empty())
770 if (!std::string(testCtx.getCommandLine().getPipelineCompilerPath()).empty())
789 std::string appName = testCtx.getCommandLine().getApplicationName();
796 if (!std::string(testCtx.getCommandLine().getPipelineCompilerPath()).empty())
798 newCmdLine += " --deqp-pipeline-compiler=" + std::string(testCtx.getCommandLine().getPipelineCompilerPath());
800 if (!std::string(testCtx.getCommandLine().getPipelineCompilerDataDir()).empty())
801 newCmdLine += " --deqp-pipeline-dir=" + std::string(testCtx.getCommandLine().getPipelineCompilerDataDir());
805 if (!std::string(testCtx.getCommandLine().getPipelineCompilerArgs()).empty())
806 newCmdLine += " --deqp-pipeline-args=\"" + std::string( testCtx.getCommandLine().getPipelineCompilerArgs() ) + "\"";
812 std::string originalCmdLine = testCtx.getCommandLine().getInitialCmdLine();
950 if (!std::string(testCtx.getCommandLine().getServerAddress()).empty())
954 request.fileName = testCtx.getCommandLine().getLogFileName();