Searched defs:normWaitCoef (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fFlushFinishTests.cpp362 const float normWaitCoef = waitLine.coefficient * float(calibrationParams.maxDrawCalls) / float(MAX_SAMPLE_DURATION_US); local
378 << TestLog::Float("NormalizedWaitCoefficient", "Normalized wait coefficient", "", QP_KEY_TAG_NONE, normWaitCoef)
382 const bool waitCorrelated = normWaitCoef > CORRELATED_COEF_THRESHOLD;
384 const bool waitNotCorr = normWaitCoef < NO_CORR_COEF_THRESHOLD;
400 const float coef = ndx == 0 ? normWaitCoef : normReadCoef;

Completed in 39 milliseconds