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

  /external/deqp/modules/gles2/functional/
es2fFlushFinishTests.cpp 363 const float normReadCoef = readLine.coefficient * float(calibrationParams.maxDrawCalls) / float(MAX_SAMPLE_DURATION_US);
379 << TestLog::Float("NormalizedReadCoefficient", "Normalized read coefficient", "", QP_KEY_TAG_NONE, normReadCoef);
383 const bool readCorrelated = normReadCoef > CORRELATED_COEF_THRESHOLD;
385 const bool readNotCorr = normReadCoef < NO_CORR_COEF_THRESHOLD;
400 const float coef = ndx == 0 ? normWaitCoef : normReadCoef;
  /external/deqp/modules/gles3/functional/
es3fFlushFinishTests.cpp 472 const float normReadCoef = readLine.coefficient * float(calibrationParams.maxDrawCalls) / float(MAX_SAMPLE_DURATION_US);
488 << TestLog::Float("NormalizedReadCoefficient", "Normalized read coefficient", "", QP_KEY_TAG_NONE, normReadCoef);
492 const bool readCorrelated = normReadCoef > CORRELATED_COEF_THRESHOLD;
494 const bool readNotCorr = normReadCoef < NO_CORR_COEF_THRESHOLD;
509 const float coef = ndx == 0 ? normWaitCoef : normReadCoef;

Completed in 209 milliseconds