Home
last modified time | relevance | path

Searched refs:normWaitCoef (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fFlushFinishTests.cpp362 …const float normWaitCoef = waitLine.coefficient * float(calibrationParams.maxDrawCalls) / float… in analyzeResults() local
378 …loat("NormalizedWaitCoefficient", "Normalized wait coefficient", "", QP_KEY_TAG_NONE, normWaitCoef) in analyzeResults()
382 const bool waitCorrelated = normWaitCoef > CORRELATED_COEF_THRESHOLD; in analyzeResults()
384 const bool waitNotCorr = normWaitCoef < NO_CORR_COEF_THRESHOLD; in analyzeResults()
400 const float coef = ndx == 0 ? normWaitCoef : normReadCoef; in analyzeResults()
/external/deqp/modules/gles3/functional/
Des3fFlushFinishTests.cpp471 …const float normWaitCoef = waitLine.coefficient * float(calibrationParams.maxDrawCalls) / float… in analyzeResults() local
487 …loat("NormalizedWaitCoefficient", "Normalized wait coefficient", "", QP_KEY_TAG_NONE, normWaitCoef) in analyzeResults()
491 const bool waitCorrelated = normWaitCoef > CORRELATED_COEF_THRESHOLD; in analyzeResults()
493 const bool waitNotCorr = normWaitCoef < NO_CORR_COEF_THRESHOLD; in analyzeResults()
509 const float coef = ndx == 0 ? normWaitCoef : normReadCoef; in analyzeResults()