/third_party/vk-gl-cts/framework/common/ |
D | tcuWaiverUtil.cpp | 83 SessionInfo& sessionInfo, 151 SessionInfo& sessionInfo, in WaiverTreeBuilder() argument 157 , m_sessionInfo (sessionInfo) in WaiverTreeBuilder() 415 SessionInfo& sessionInfo, 431 SessionInfo& sessionInfo, in GLWaiverTreeBuilder() argument 433 : WaiverTreeBuilder (waiverFile, packageName, "vendor", "r", sessionInfo, waiverTree) in GLWaiverTreeBuilder() 470 SessionInfo& sessionInfo, 486 SessionInfo& sessionInfo, in VKWaiverTreeBuilder() argument 488 : WaiverTreeBuilder(waiverFile, packageName, "vendorId", "d", sessionInfo, waiverTree) in VKWaiverTreeBuilder() 504 …aiverFile, std::string packageName, deUint32 vendorId, deUint32 deviceId, SessionInfo& sessionInfo) in setup() argument [all …]
|
D | tcuTestContext.cpp | 51 const std::string sessionInfo = "#sessionInfo commandLineParameters \""; in writeSessionInfo() local 52 m_log.writeSessionInfo(sessionInfo + m_cmdLine.getInitialCmdLine() + "\"\n"); in writeSessionInfo()
|
D | tcuWaiverUtil.hpp | 75 SessionInfo& sessionInfo); 80 SessionInfo& sessionInfo);
|
/third_party/vk-gl-cts/modules/gles31/ |
D | tgl45TestPackage.cpp | 71 tcu::SessionInfo sessionInfo (vendor, renderer, commandLine.getInitialCmdLine()); in init() local 72 m_waiverMechanism->setup(commandLine.getWaiverFileName(), m_name, vendor, renderer, sessionInfo); in init() 73 m_context->getTestContext().getLog().writeSessionInfo(sessionInfo.get()); in init()
|
D | tes31TestPackage.cpp | 80 tcu::SessionInfo sessionInfo (vendor, renderer, commandLine.getInitialCmdLine()); in init() local 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/ |
D | glcTestPackage.cpp | 77 tcu::SessionInfo sessionInfo (vendor, renderer, commandLine.getInitialCmdLine()); in init() local 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/ |
D | tes2TestPackage.cpp | 152 tcu::SessionInfo sessionInfo (vendor, renderer, commandLine.getInitialCmdLine()); in init() local 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/modules/gles3/ |
D | tes3TestPackage.cpp | 150 tcu::SessionInfo sessionInfo (vendor, renderer, commandLine.getInitialCmdLine()); in init() local 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/framework/platform/android/ |
D | tcuAndroidTestActivity.cpp | 50 const std::string sessionInfo = "#sessionInfo commandLineParameters \""; in TestThread() local 51 m_log.writeSessionInfo(sessionInfo + cmdLineString + "\"\n"); in TestThread()
|
D | tcuTestLogParserJNI.cpp | 51 void sessionInfo (const char* name, const char* value); 118 void TestLogListener::sessionInfo (const char* name, const char* value) in sessionInfo() function in __anon9cb6adb90111::TestLogListener 220 …listener.sessionInfo(m_containerParser.getSessionInfoAttribute(), m_containerParser.getSessionInfo… in parse()
|
/third_party/vk-gl-cts/executor/ |
D | xeTestLogParser.hpp | 44 virtual void setSessionInfo (const SessionInfo& sessionInfo) = DE_NULL;
|
D | xeBatchExecutor.hpp | 57 void setSessionInfo (const SessionInfo& sessionInfo);
|
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/ |
D | log_parser.py | 128 self.sessionInfo = [] 158 self.sessionInfo.append((args[1], ' '.join(args[2:])))
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktTestPackage.cpp | 240 tcu::SessionInfo sessionInfo(m_deviceProperties.vendorID, in TestCaseExecutor() local 247 sessionInfo); in TestCaseExecutor() 248 testCtx.getLog().writeSessionInfo(sessionInfo.get()); in TestCaseExecutor()
|
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/ |
D | DeqpInstrumentation.java | 248 public void sessionInfo (String name, String value) in sessionInfo() method in DeqpInstrumentation
|
/third_party/vk-gl-cts/executor/tools/ |
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/doc/ |
D | qpa_file_format.txt | 23 #sessionInfo [key] [value]
|
/third_party/vk-gl-cts/external/openglcts/modules/runner/ |
D | glcTestRunner.cpp | 54 const std::string sessionInfo = "#sessionInfo commandLineParameters \""; in RunSession() local 55 m_log.writeSessionInfo(sessionInfo + m_cmdLine.getInitialCmdLine() + "\"\n"); in RunSession()
|