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

  /external/deqp/modules/gles2/functional/
es2fFlushFinishTests.cpp 362 const float normWaitCoef = waitLine.coefficient * float(calibrationParams.maxDrawCalls) / float(MAX_SAMPLE_DURATION_US);
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;
  /external/deqp/modules/gles3/functional/
es3fFlushFinishTests.cpp 471 const float normWaitCoef = waitLine.coefficient * float(calibrationParams.maxDrawCalls) / float(MAX_SAMPLE_DURATION_US);
487 << TestLog::Float("NormalizedWaitCoefficient", "Normalized wait coefficient", "", QP_KEY_TAG_NONE, normWaitCoef)
491 const bool waitCorrelated = normWaitCoef > CORRELATED_COEF_THRESHOLD;
493 const bool waitNotCorr = normWaitCoef < NO_CORR_COEF_THRESHOLD;
509 const float coef = ndx == 0 ? normWaitCoef : normReadCoef;

Completed in 370 milliseconds