Searched refs:normReadCoef (Results 1 – 2 of 2) sorted by relevance
363 …const float normReadCoef = readLine.coefficient * float(calibrationParams.maxDrawCalls) / float… in analyzeResults() local379 …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()
490 …const float normReadCoef = readLine.coefficient * float(calibrationParams.maxDrawCalls) / float… in analyzeResults() local506 …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()