Searched refs:MAX_SAMPLE_DURATION_US (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fFlushFinishTests.cpp68 MAX_SAMPLE_DURATION_US = 150*1000, enumerator in enum:deqp::gles3::Functional::__anon3307::__anon3308
78 DE_STATIC_ASSERT(MAX_SAMPLE_DURATION_US < 1000*WAIT_TIME_MS);
83 const float CALIBRATION_VERIFICATION_THRESHOLD = 0.10f; // Rendering time needs to be within 10% of MAX_SAMPLE_DURATION_US
296 const deUint64 targetDurationUs = MAX_SAMPLE_DURATION_US/100;
354 m_testCtx.getLog() << TestLog::Message << "Calibrating maximum draw call count, target duration = " << int(MAX_SAMPLE_DURATION_US) << " us" << TestLog::EndMessage;
372 if (curDuration > MAX_SAMPLE_DURATION_US)
379 const float est = (float(MAX_SAMPLE_DURATION_US) - b) / a;
424 const float relativeDelta = float(double(renderDuration) / double(MAX_SAMPLE_DURATION_US)) - 1.0f;
430 << de::floatToString(relativeDelta*100.0f, 1) << "% diff to estimated " << (int)MAX_SAMPLE_DURATION_US << " us";
471 const float normWaitCoef = waitLine.coefficient * float(calibrationParams.maxDrawCalls) / float(MAX_SAMPLE_DURATION_US);
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fFlushFinishTests.cpp68 MAX_SAMPLE_DURATION_US = 1000*1000, enumerator in enum:deqp::gles2::Functional::__anon3173::__anon3174
276 m_testCtx.getLog() << TestLog::Message << "Calibrating maximum draw call count, target duration = " << int(MAX_SAMPLE_DURATION_US) << " us" << TestLog::EndMessage;
291 if (curDuration > MAX_SAMPLE_DURATION_US)
298 const float est = (float(MAX_SAMPLE_DURATION_US) - b) / a;
362 const float normWaitCoef = waitLine.coefficient * float(calibrationParams.maxDrawCalls) / float(MAX_SAMPLE_DURATION_US);
363 const float normReadCoef = readLine.coefficient * float(calibrationParams.maxDrawCalls) / float(MAX_SAMPLE_DURATION_US);

Completed in 312 milliseconds