/external/deqp/modules/internal/ |
D | ditTestLogTests.cpp | 53 … << TestLog::ValueInfo("NumDrawCalls", "Number of draw calls", "", QP_SAMPLE_VALUE_TAG_PREDICTOR) in iterate() 54 << TestLog::ValueInfo("NumOps", "Number of ops in shader", "op", QP_SAMPLE_VALUE_TAG_PREDICTOR) in iterate() 55 << TestLog::ValueInfo("RenderTime", "Rendering time", "ms", QP_SAMPLE_VALUE_TAG_RESPONSE) in iterate()
|
/external/deqp/modules/gles3/performance/ |
D | es3pBufferDataUploadTests.cpp | 1368 …<< tcu::TestLog::ValueInfo("WrittenSize", "Written size", "bytes", QP_SAMPLE_VALUE_TAG_PREDICTO… in logSampleList() 1369 << tcu::TestLog::ValueInfo("BufferSize", "Buffer size", "bytes", QP_SAMPLE_VALUE_TAG_PREDICTOR) in logSampleList() 1370 << tcu::TestLog::ValueInfo("UploadTime", "Upload time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE) in logSampleList() 1371 << tcu::TestLog::ValueInfo("FitResidual", "Fit residual", "us", QP_SAMPLE_VALUE_TAG_RESPONSE) in logSampleList() 1392 …<< tcu::TestLog::ValueInfo("WrittenSize", "Written size", "bytes", QP_SAMPLE_VALUE_TAG_PREDICTO… in logSampleList() 1393 << tcu::TestLog::ValueInfo("BufferSize", "Buffer size", "bytes", QP_SAMPLE_VALUE_TAG_PREDICTOR) in logSampleList() 1394 << tcu::TestLog::ValueInfo("TotalTime", "Total time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE) in logSampleList() 1395 << tcu::TestLog::ValueInfo("AllocTime", "Alloc time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE) in logSampleList() 1396 << tcu::TestLog::ValueInfo("MapTime", "Map time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE) in logSampleList() 1397 << tcu::TestLog::ValueInfo("UnmapTime", "Unmap time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE) in logSampleList() [all …]
|
D | es3pDepthTests.cpp | 645 << TestLog::ValueInfo("Workload", "Workload", "", QP_SAMPLE_VALUE_TAG_PREDICTOR) in logSamples() 646 << TestLog::ValueInfo("Order", "Order of sample", "", QP_SAMPLE_VALUE_TAG_PREDICTOR) in logSamples() 647 << TestLog::ValueInfo("TestTime", "Test render time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE) in logSamples() 660 << TestLog::ValueInfo("Workload", "Workload", "", QP_SAMPLE_VALUE_TAG_PREDICTOR) in logSamples() 661 << TestLog::ValueInfo("Order", "Order of sample", "", QP_SAMPLE_VALUE_TAG_PREDICTOR) in logSamples() 662 << TestLog::ValueInfo("TestTime", "Test render time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE) in logSamples() 663 << TestLog::ValueInfo("NullTime", "Read pixels time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE) in logSamples() 664 << TestLog::ValueInfo("BaseTime", "Base render time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE) in logSamples()
|
D | es3pShaderOperatorTests.cpp | 963 …<< TestLog::SampleInfo << TestLog::ValueInfo("Workload", "Workload", "", QP_SAMPLE_VALUE_TAG_PRE… in iterate() 964 << TestLog::ValueInfo("FrameTime", "Frame time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE) in iterate() 976 …<< TestLog::SampleInfo << TestLog::ValueInfo("Workload", "Workload", "", QP_SAMPLE_VALUE_TAG_… in iterate() 977 … << TestLog::ValueInfo("MedianFrameTime", "Median frame time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE) in iterate()
|
/external/deqp/executor/ |
D | xeTestCaseResult.hpp | 79 class ValueInfo; 446 class ValueInfo : public Item class 457 ValueInfo (void) : Item(TYPE_VALUEINFO), tag(VALUETAG_LAST) {} in ValueInfo() function in xe::ri::ValueInfo 458 ~ValueInfo (void) {} in ~ValueInfo()
|
D | xeTestLogWriter.cpp | 159 static const char* getSampleValueTagName (ri::ValueInfo::ValueTag tag) in getSampleValueTagName() 163 case ri::ValueInfo::VALUETAG_PREDICTOR: return "Predictor"; in getSampleValueTagName() 164 case ri::ValueInfo::VALUETAG_RESPONSE: return "Response"; in getSampleValueTagName() 454 const ri::ValueInfo& info = static_cast<const ri::ValueInfo&>(item); in writeResultItem()
|
D | xeTestResultParser.cpp | 172 { 0xddf2d0d1, "Predictor", ri::ValueInfo::VALUETAG_PREDICTOR }, 173 { 0x9bee2c34, "Response", ri::ValueInfo::VALUETAG_RESPONSE }, 250 static ri::ValueInfo::ValueTag getSampleValueTag (const char* tag) in getSampleValueTag() 252 …return (ri::ValueInfo::ValueTag)getEnumValue("sample value tag", s_sampleValueTagMap, DE_LENGTH_OF… in getSampleValueTag() 664 ri::ValueInfo* valueInfo = sampleInfo->valueInfos.allocItem<ri::ValueInfo>(); in handleElementStart()
|
/external/deqp/framework/common/ |
D | tcuTestLog.hpp | 99 typedef LogValueInfo ValueInfo; typedef in tcu::TestLog 127 TestLog& operator<< (const ValueInfo& valueInfo); 434 inline TestLog& TestLog::operator<< (const ValueInfo& valueInfo) { valueInfo.write(*this); return … in operator <<()
|
/external/deqp/executor/tools/ |
D | xeExtractSampleLists.cpp | 56 out << static_cast<const xe::ri::ValueInfo&>(sampleList.sampleInfo.valueInfos.getItem(ndx)).name; in writeSampleList()
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 963 …<< TestLog::SampleInfo << TestLog::ValueInfo("Workload", "Workload", "", QP_SAMPLE_VALUE_TAG_PRE… in iterate() 964 << TestLog::ValueInfo("FrameTime", "Frame time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE) in iterate() 976 …<< TestLog::SampleInfo << TestLog::ValueInfo("Workload", "Workload", "", QP_SAMPLE_VALUE_TAG_… in iterate() 977 … << TestLog::ValueInfo("MedianFrameTime", "Median frame time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE) 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()
|