Searched refs:vectorLowestPercentage (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/performance/ |
D | es2pShaderCompilationCases.cpp | 222 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()
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderCompilationCases.cpp | 222 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()
|