HomeSort by relevance Sort by last modified time
    Searched refs:QP_KEY_TAG_TIME (Results 1 - 11 of 11) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkSpirVProgram.cpp 40 "ms", QP_KEY_TAG_TIME, (float)shaderInfo.compileTimeUs / 1000.0f);
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp     [all...]
es3pShaderCompilationCases.cpp     [all...]
es3pShaderOperatorTests.cpp     [all...]
  /external/deqp/framework/common/
tcuTestSessionExecutor.cpp 173 m_testCtx.getLog() << TestLog::Integer(testPackage->getName(), "Total tests case duration in microseconds", "us", QP_KEY_TAG_TIME, duration);
177 m_testCtx.getLog() << TestLog::Integer(it->first, "The test group case duration in microseconds", "us", QP_KEY_TAG_TIME, it->second);
256 m_testCtx.getLog() << TestLog::Integer("TestDuration", "Test case duration in microseconds", "us", QP_KEY_TAG_TIME, duration);
  /external/deqp/modules/internal/
ditImageCompareTests.cpp 93 << TestLog::Integer("CompareTime", "Comparison time", "us", QP_KEY_TAG_TIME, compareTime);
139 m_testCtx.getLog() << TestLog::Integer("CompareTime", "Comparison time", "us", QP_KEY_TAG_TIME, compareTime);
  /external/deqp/framework/qphelper/
qpTestLog.h 88 QP_KEY_TAG_TIME,
qpTestLog.c 190 { QP_KEY_TAG_TIME, "Time" },
    [all...]
  /external/deqp/framework/opengl/
gluShaderProgram.cpp 635 "ms", QP_KEY_TAG_TIME, (float)shaderInfo.compileTimeUs / 1000.0f);
641 log << tcu::TestLog::Float("LinkTime", "Link time", "ms", QP_KEY_TAG_TIME, (float)programInfo.linkTimeUs / 1000.0f);
  /external/deqp/modules/gles2/performance/
es2pShaderCompilationCases.cpp     [all...]
es2pShaderOperatorTests.cpp     [all...]

Completed in 251 milliseconds