Home
last modified time | relevance | path

Searched refs:sessionInfo (Results 1 - 20 of 20) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuWaiverUtil.cpp44 << "#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 DtcuTestContext.cpp51 const std::string sessionInfo = "#sessionInfo commandLineParameters \""; in writeSessionInfo() local
52 m_log.writeSessionInfo(sessionInfo + m_cmdLine.getInitialCmdLine() + "\"\n"); in writeSessionInfo()
H A DtcuWaiverUtil.hpp76 SessionInfo& sessionInfo);
81 SessionInfo& sessionInfo);
/third_party/vk-gl-cts/modules/gles3/
H A Dtgl45es3TestPackage.cpp71 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 Dtes3TestPackage.cpp150 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 Dtgl45es31TestPackage.cpp71 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 Dtes31TestPackage.cpp80 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 DglcTestPackage.cpp77 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 Dtes2TestPackage.cpp152 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 DtcuAndroidTestActivity.cpp50 const std::string sessionInfo = "#sessionInfo commandLineParameters \""; in TestThread() local
51 m_log.writeSessionInfo(sessionInfo + cmdLineString + "\"\n"); in TestThread()
H A DtcuTestLogParserJNI.cpp51 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 DxeTestLogParser.hpp44 virtual void setSessionInfo (const SessionInfo& sessionInfo) = DE_NULL;
H A DxeBatchExecutor.hpp57 void setSessionInfo (const SessionInfo& sessionInfo);
H A 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/
H A Dlog_parser.py128 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 DDeqpInstrumentation.java248 public void sessionInfo (String name, String value) in sessionInfo() method in DeqpInstrumentation
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestPackage.cpp330 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 DvktTestPackage.cpp322 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 DxeCommandLineExecutor.cpp361 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 DglcTestRunner.cpp54 const std::string sessionInfo = "#sessionInfo commandLineParameters \""; in RunSession() local
55 m_log.writeSessionInfo(sessionInfo + m_cmdLine.getInitialCmdLine() + "\"\n"); in RunSession()

Completed in 12 milliseconds