Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/performance/
H A Des3pShaderCompilationCases.cpp222 static vector<T> vectorLowestPercentage (const vector<T>& v, float factor) in vectorLowestPercentage() function
239 return vectorFloatMedian(vectorLowestPercentage(v, 0.5f)); in vectorFloatFirstQuartile()
1867 …return vectorFloatRelativeMedianAbsoluteDeviation(vectorLowestPercentage(totalTimesWithoutDraw, 0.… in goodEnoughMeasurements()
2063 …4> rangeTotalTimes = isEntireRange ? totalTimesWithoutDraw : vectorLowestPercentage(totalTimes… in iterate()
2064 …rangeSpecializationTimes = isEntireRange ? specializationTimes : vectorLowestPercentage(specializa… in iterate()
2118 …ingular, singular + " of " + (DESC), "ms", QP_KEY_TAG_TIME, func(vectorLowestPercentage((DATA), ra… in iterate()
2469 …return vectorFloatRelativeMedianAbsoluteDeviation(vectorLowestPercentage(totalTimes, 0.5f)) < RELA… in goodEnoughMeasurements()
2597 …vector<deInt64> rangeTimes = isEntireRange ? totalTimes : vectorLowestPercentage(totalTimes, 0.5… in iterate()
2644 …ingular, singular + " of " + (DESC), "ms", QP_KEY_TAG_TIME, func(vectorLowestPercentage((DATA), ra… in iterate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/performance/
H A Des2pShaderCompilationCases.cpp222 static vector<T> vectorLowestPercentage (const vector<T>& v, float factor) in vectorLowestPercentage() function
239 return vectorFloatMedian(vectorLowestPercentage(v, 0.5f)); in vectorFloatFirstQuartile()
1847 …return vectorFloatRelativeMedianAbsoluteDeviation(vectorLowestPercentage(totalTimesWithoutDraw, 0.… in goodEnoughMeasurements()
2043 …4> rangeTotalTimes = isEntireRange ? totalTimesWithoutDraw : vectorLowestPercentage(totalTimes… in iterate()
2044 …rangeSpecializationTimes = isEntireRange ? specializationTimes : vectorLowestPercentage(specializa… in iterate()
2098 …ingular, singular + " of " + (DESC), "ms", QP_KEY_TAG_TIME, func(vectorLowestPercentage((DATA), ra… in iterate()
2449 …return vectorFloatRelativeMedianAbsoluteDeviation(vectorLowestPercentage(totalTimes, 0.5f)) < RELA… in goodEnoughMeasurements()
2577 …vector<deInt64> rangeTimes = isEntireRange ? totalTimes : vectorLowestPercentage(totalTimes, 0.5… in iterate()
2624 …ingular, singular + " of " + (DESC), "ms", QP_KEY_TAG_TIME, func(vectorLowestPercentage((DATA), ra… in iterate()