/third_party/vk-gl-cts/framework/common/ |
H A D | tcuWaiverUtil.cpp | 44 << "#sessionInfo vendorID 0x" << vendorId << "\n" in SessionInfo() 45 << "#sessionInfo deviceID 0x" << deviceId << "\n" in SessionInfo() 46 << "#sessionInfo deviceName " << deviceName << "\n"; in SessionInfo() 54 m_info << "#sessionInfo vendor \"" << vendor << "\"\n" in SessionInfo() 55 << "#sessionInfo renderer \"" << renderer << "\"\n"; in SessionInfo() 62 m_info << "#sessionInfo waiverUrls \"" << m_waiverUrls << "\"\n"; in get() 67 m_info << "#sessionInfo commandLineParameters \"" << m_cmdLine << "\"\n"; in get() 85 SessionInfo& sessionInfo, 153 SessionInfo& sessionInfo, in WaiverTreeBuilder() 159 , m_sessionInfo (sessionInfo) in WaiverTreeBuilder() 149 WaiverTreeBuilder(const std::string& waiverFile, const std::string& packageName, const char* vendorTag, const char* deviceTag, SessionInfo& sessionInfo, std::vector<WaiverComponent>& waiverTree) WaiverTreeBuilder() argument 429 GLWaiverTreeBuilder(const std::string& waiverFile, const std::string& packageName, const std::string& currentVendor, const std::string& currentRenderer, SessionInfo& sessionInfo, std::vector<WaiverComponent>& waiverTree) GLWaiverTreeBuilder() argument 484 VKWaiverTreeBuilder(const std::string& waiverFile, const std::string& packageName, const deUint32 currentVendor, const deUint32 currentRenderer, SessionInfo& sessionInfo, std::vector<WaiverComponent>& waiverTree) VKWaiverTreeBuilder() argument 506 setup(const std::string waiverFile, std::string packageName, deUint32 vendorId, deUint32 deviceId, SessionInfo& sessionInfo) setup() argument 511 setup(const std::string waiverFile, std::string packageName, std::string vendor, std::string renderer, SessionInfo& sessionInfo) setup() argument [all...] |
H A D | tcuTestContext.cpp | 51 const std::string sessionInfo = "#sessionInfo commandLineParameters \""; in writeSessionInfo() local 52 m_log.writeSessionInfo(sessionInfo + m_cmdLine.getInitialCmdLine() + "\"\n"); in writeSessionInfo()
|
H A D | tcuWaiverUtil.hpp | 76 SessionInfo& sessionInfo); 81 SessionInfo& sessionInfo);
|
/third_party/vk-gl-cts/modules/gles3/ |
H A D | tgl45es3TestPackage.cpp | 71 tcu::SessionInfo sessionInfo (vendor, renderer, commandLine.getInitialCmdLine()); in init() 72 m_waiverMechanism->setup(commandLine.getWaiverFileName(), m_name, vendor, renderer, sessionInfo); in init() 73 m_context->getTestContext().getLog().writeSessionInfo(sessionInfo.get()); in init()
|
H A D | tes3TestPackage.cpp | 150 tcu::SessionInfo sessionInfo (vendor, renderer, commandLine.getInitialCmdLine()); in init() 151 m_waiverMechanism->setup(commandLine.getWaiverFileName(), m_name, vendor, renderer, sessionInfo); in init() 152 m_context->getTestContext().getLog().writeSessionInfo(sessionInfo.get()); in init()
|
/third_party/vk-gl-cts/modules/gles31/ |
H A D | tgl45es31TestPackage.cpp | 71 tcu::SessionInfo sessionInfo (vendor, renderer, commandLine.getInitialCmdLine()); in init() 72 m_waiverMechanism->setup(commandLine.getWaiverFileName(), m_name, vendor, renderer, sessionInfo); in init() 73 m_context->getTestContext().getLog().writeSessionInfo(sessionInfo.get()); in init()
|
H A D | tes31TestPackage.cpp | 80 tcu::SessionInfo sessionInfo (vendor, renderer, commandLine.getInitialCmdLine()); in init() 81 m_waiverMechanism->setup(commandLine.getWaiverFileName(), m_name, vendor, renderer, sessionInfo); in init() 82 m_context->getTestContext().getLog().writeSessionInfo(sessionInfo.get()); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcTestPackage.cpp | 77 tcu::SessionInfo sessionInfo (vendor, renderer, commandLine.getInitialCmdLine()); in init() 78 m_waiverMechanism->setup(commandLine.getWaiverFileName(), m_name, vendor, renderer, sessionInfo); in init() 79 context.getTestContext().getLog().writeSessionInfo(sessionInfo.get()); in init()
|
/third_party/vk-gl-cts/modules/gles2/ |
H A D | tes2TestPackage.cpp | 152 tcu::SessionInfo sessionInfo (vendor, renderer, commandLine.getInitialCmdLine()); in init() 153 m_waiverMechanism->setup(commandLine.getWaiverFileName(), m_name, vendor, renderer, sessionInfo); in init() 154 m_context->getTestContext().getLog().writeSessionInfo(sessionInfo.get()); in init()
|
/third_party/vk-gl-cts/framework/platform/android/ |
H A D | tcuAndroidTestActivity.cpp | 50 const std::string sessionInfo = "#sessionInfo commandLineParameters \""; in TestThread() local 51 m_log.writeSessionInfo(sessionInfo + cmdLineString + "\"\n"); in TestThread()
|
H A D | tcuTestLogParserJNI.cpp | 51 void sessionInfo (const char* name, const char* value); 85 m_sessionInfoID = m_env->GetMethodID(m_class, "sessionInfo", "(Ljava/lang/String;Ljava/lang/String;)V"); in TestLogListener() 118 void TestLogListener::sessionInfo (const char* name, const char* value) in sessionInfo() function in __anon30301::TestLogListener 220 listener.sessionInfo(m_containerParser.getSessionInfoAttribute(), m_containerParser.getSessionInfoValue()); in parse()
|
/third_party/vk-gl-cts/executor/ |
H A D | xeTestLogParser.hpp | 44 virtual void setSessionInfo (const SessionInfo& sessionInfo) = DE_NULL;
|
H A D | xeBatchExecutor.hpp | 57 void setSessionInfo (const SessionInfo& sessionInfo);
|
H A D | xeBatchExecutor.cpp | 133 void BatchExecutorLogHandler::setSessionInfo (const SessionInfo& sessionInfo) in setSessionInfo() argument 135 m_batchResult->getSessionInfo() = sessionInfo; in setSessionInfo()
|
/third_party/vk-gl-cts/scripts/log/ |
H A D | log_parser.py | 128 self.sessionInfo = [] 154 if args[0] == "#sessionInfo": 157 self.parseError("Invalid #sessionInfo") 158 self.sessionInfo.append((args[1], ' '.join(args[2:])))
|
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/ |
H A D | DeqpInstrumentation.java | 248 public void sessionInfo (String name, String value) in sessionInfo() method in DeqpInstrumentation
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktTestPackage.cpp | 330 tcu::SessionInfo sessionInfo(m_deviceProperties.vendorID, in TestCaseExecutor() 338 sessionInfo); in TestCaseExecutor() 347 str << "#sessionInfo releaseName " << qpGetReleaseName() << std::endl; in TestCaseExecutor() 348 str << "#sessionInfo releaseId 0x" << std::hex << std::setw(8) << std::setfill('0') << qpGetReleaseId() << std::endl; in TestCaseExecutor() 349 str << "#sessionInfo targetName \"" << qpGetTargetName() << "\"" << std::endl; in TestCaseExecutor() 350 str << sessionInfo.get() << std::endl; in TestCaseExecutor() 361 testCtx.getLog().writeSessionInfo(sessionInfo.get()); in TestCaseExecutor()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktTestPackage.cpp | 322 tcu::SessionInfo sessionInfo(m_deviceProperties.vendorID, in TestCaseExecutor() 329 sessionInfo); in TestCaseExecutor() 338 str << "#sessionInfo releaseName " << qpGetReleaseName() << std::endl; in TestCaseExecutor() 339 str << "#sessionInfo releaseId 0x" << std::hex << std::setw(8) << std::setfill('0') << qpGetReleaseId() << std::endl; in TestCaseExecutor() 340 str << "#sessionInfo targetName \"" << qpGetTargetName() << "\"" << std::endl; in TestCaseExecutor() 341 str << sessionInfo.get() << std::endl; in TestCaseExecutor() 352 testCtx.getLog().writeSessionInfo(sessionInfo.get()); in TestCaseExecutor()
|
/third_party/vk-gl-cts/executor/tools/ |
H A D | xeCommandLineExecutor.cpp | 361 void setSessionInfo (const xe::SessionInfo& sessionInfo) in setSessionInfo() argument 363 m_batchResult->getSessionInfo() = sessionInfo; in setSessionInfo()
|
/third_party/vk-gl-cts/external/openglcts/modules/runner/ |
H A D | glcTestRunner.cpp | 54 const std::string sessionInfo = "#sessionInfo commandLineParameters \""; in RunSession() local 55 m_log.writeSessionInfo(sessionInfo + m_cmdLine.getInitialCmdLine() + "\"\n"); in RunSession()
|