Home
last modified time | relevance | path

Searched refs:sessionInfo (Results 1 – 19 of 19) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuWaiverUtil.cpp83 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 …]
DtcuTestContext.cpp51 const std::string sessionInfo = "#sessionInfo commandLineParameters \""; in writeSessionInfo() local
52 m_log.writeSessionInfo(sessionInfo + m_cmdLine.getInitialCmdLine() + "\"\n"); in writeSessionInfo()
DtcuWaiverUtil.hpp75 SessionInfo& sessionInfo);
80 SessionInfo& sessionInfo);
/third_party/vk-gl-cts/modules/gles31/
Dtgl45TestPackage.cpp71 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()
Dtes31TestPackage.cpp80 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/
DglcTestPackage.cpp77 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/
Dtes2TestPackage.cpp152 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/
Dtes3TestPackage.cpp150 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/
DtcuAndroidTestActivity.cpp50 const std::string sessionInfo = "#sessionInfo commandLineParameters \""; in TestThread() local
51 m_log.writeSessionInfo(sessionInfo + cmdLineString + "\"\n"); in TestThread()
DtcuTestLogParserJNI.cpp51 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/
DxeTestLogParser.hpp44 virtual void setSessionInfo (const SessionInfo& sessionInfo) = DE_NULL;
DxeBatchExecutor.hpp57 void setSessionInfo (const SessionInfo& sessionInfo);
DxeBatchExecutor.cpp133 void BatchExecutorLogHandler::setSessionInfo (const SessionInfo& sessionInfo) in setSessionInfo() argument
135 m_batchResult->getSessionInfo() = sessionInfo; in setSessionInfo()
/third_party/vk-gl-cts/scripts/log/
Dlog_parser.py128 self.sessionInfo = []
158 self.sessionInfo.append((args[1], ' '.join(args[2:])))
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp240 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/
DDeqpInstrumentation.java248 public void sessionInfo (String name, String value) in sessionInfo() method in DeqpInstrumentation
/third_party/vk-gl-cts/executor/tools/
DxeCommandLineExecutor.cpp361 void setSessionInfo (const xe::SessionInfo& sessionInfo) in setSessionInfo() argument
363 m_batchResult->getSessionInfo() = sessionInfo; in setSessionInfo()
/third_party/vk-gl-cts/doc/
Dqpa_file_format.txt23 #sessionInfo [key] [value]
/third_party/vk-gl-cts/external/openglcts/modules/runner/
DglcTestRunner.cpp54 const std::string sessionInfo = "#sessionInfo commandLineParameters \""; in RunSession() local
55 m_log.writeSessionInfo(sessionInfo + m_cmdLine.getInitialCmdLine() + "\"\n"); in RunSession()