Searched refs:SampleInfo (Results 1 – 12 of 12) sorted by relevance
/external/deqp/executor/ |
D | xeTestCaseResult.hpp | 78 class SampleInfo; 466 class SampleInfo : public Item class 469 SampleInfo (void) : Item(TYPE_SAMPLEINFO) {} in SampleInfo() function in xe::ri::SampleInfo 470 ~SampleInfo (void) {} in ~SampleInfo() 501 SampleInfo sampleInfo;
|
D | xeTestResultParser.cpp | 652 ri::SampleInfo* info = &list->sampleInfo; in handleElementStart() 663 ri::SampleInfo* sampleInfo = static_cast<ri::SampleInfo*>(parentItem); in handleElementStart()
|
D | xeTestLogWriter.cpp | 444 const ri::SampleInfo& info = static_cast<const ri::SampleInfo&>(item); in writeResultItem()
|
/external/deqp/modules/internal/ |
D | ditTestLogTests.cpp | 52 << TestLog::SampleInfo in iterate()
|
/external/deqp/framework/common/ |
D | tcuTestLog.hpp | 85 static const class SampleInfoToken {} SampleInfo; member in tcu::TestLog
|
D | tcuTestLog.cpp | 442 const TestLog::SampleInfoToken TestLog::SampleInfo = TestLog::SampleInfoToken(); member in tcu::TestLog
|
/external/deqp/modules/gles3/performance/ |
D | es3pBufferDataUploadTests.cpp | 1367 << tcu::TestLog::SampleInfo in logSampleList() 1391 << tcu::TestLog::SampleInfo in logSampleList() 1423 << tcu::TestLog::SampleInfo in logSampleList() 1453 << tcu::TestLog::SampleInfo in logSampleList() 1487 << tcu::TestLog::SampleInfo in logSampleList() 1519 << tcu::TestLog::SampleInfo in logSampleList() 1547 << tcu::TestLog::SampleInfo in logSampleList() 1577 << tcu::TestLog::SampleInfo in logSampleList() 1611 << tcu::TestLog::SampleInfo in logSampleList() 1647 << tcu::TestLog::SampleInfo in logSampleList() [all …]
|
D | es3pDepthTests.cpp | 644 log << TestLog::SampleInfo in logSamples() 659 log << TestLog::SampleInfo in logSamples()
|
D | es3pShaderOperatorTests.cpp | 963 …<< TestLog::SampleInfo << TestLog::ValueInfo("Workload", "Workload", "", QP_SAMPLE_VALUE_TAG_PRE… in iterate() 976 …<< TestLog::SampleInfo << TestLog::ValueInfo("Workload", "Workload", "", QP_SAMPLE_VALUE_TAG_… in iterate()
|
/external/deqp/modules/egl/ |
D | teglMakeCurrentPerfTests.cpp | 433 << TestLog::SampleInfo << TestLog::ValueInfo("Time", "Time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE) in logResults()
|
D | teglGLES2SharedRenderingPerfTests.cpp | 951 << TestLog::SampleInfo << TestLog::ValueInfo("Time", "Time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE) in logAndSetResults()
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 963 …<< TestLog::SampleInfo << TestLog::ValueInfo("Workload", "Workload", "", QP_SAMPLE_VALUE_TAG_PRE… in iterate() 976 …<< TestLog::SampleInfo << TestLog::ValueInfo("Workload", "Workload", "", QP_SAMPLE_VALUE_TAG_… in iterate()
|