Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles2/functional/
Des2fFlushFinishTests.cpp363 …const float normReadCoef = readLine.coefficient * float(calibrationParams.maxDrawCalls) / float… in analyzeResults() local
379 …oat("NormalizedReadCoefficient", "Normalized read coefficient", "", QP_KEY_TAG_NONE, normReadCoef); in analyzeResults()
383 const bool readCorrelated = normReadCoef > CORRELATED_COEF_THRESHOLD; in analyzeResults()
385 const bool readNotCorr = normReadCoef < NO_CORR_COEF_THRESHOLD; in analyzeResults()
400 const float coef = ndx == 0 ? normWaitCoef : normReadCoef; in analyzeResults()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFlushFinishTests.cpp490 …const float normReadCoef = readLine.coefficient * float(calibrationParams.maxDrawCalls) / float… in analyzeResults() local
506 …oat("NormalizedReadCoefficient", "Normalized read coefficient", "", QP_KEY_TAG_NONE, normReadCoef); in analyzeResults()
510 const bool readCorrelated = normReadCoef > CORRELATED_COEF_THRESHOLD; in analyzeResults()
512 const bool readNotCorr = normReadCoef < NO_CORR_COEF_THRESHOLD; in analyzeResults()
527 const float coef = ndx == 0 ? normWaitCoef : normReadCoef; in analyzeResults()