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 361 const float normWaitCoef = waitLine.coefficient * float(calibrationParams.maxDrawCalls) / float(MAX_SAMPLE_DURATION_US);
377 << TestLog::Float("NormalizedWaitCoefficient", "Normalized wait coefficient", "", QP_KEY_TAG_NONE, normWaitCoef)
381 const bool waitCorrelated = normWaitCoef > CORRELATED_COEF_THRESHOLD;
383 const bool waitNotCorr = normWaitCoef < NO_CORR_COEF_THRESHOLD;
399 const float coef = ndx == 0 ? normWaitCoef : normReadCoef;
  /external/deqp/modules/gles3/functional/
es3fFlushFinishTests.cpp 432 const float normWaitCoef = waitLine.coefficient * float(calibrationParams.maxDrawCalls) / float(MAX_SAMPLE_DURATION_US);
448 << TestLog::Float("NormalizedWaitCoefficient", "Normalized wait coefficient", "", QP_KEY_TAG_NONE, normWaitCoef)
452 const bool waitCorrelated = normWaitCoef > CORRELATED_COEF_THRESHOLD;
454 const bool waitNotCorr = normWaitCoef < NO_CORR_COEF_THRESHOLD;
470 const float coef = ndx == 0 ? normWaitCoef : normReadCoef;

Completed in 685 milliseconds