Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp1009 const float aabbMaxX = (float)(samples.back().*predictor); in calculateSampleFitLinearity() local
1010 …offset + startApproximation.coefficient*aabbMaxX, endApproximation.offset + endApproximation.coeff… in calculateSampleFitLinearity()
1012 const float aabbArea = (aabbMaxX - aabbMinX) * (aabbMaxY - aabbMinY); in calculateSampleFitLinearity()
1013 …const float areaBetweenLines = getAreaBetweenLines(aabbMinX, aabbMaxX, startApproximation.offse… in calculateSampleFitLinearity()
1045 const float aabbMaxX = (float)(samples.back().*predictor); in calculateSampleTemporalStability() local
1046 ….offset + evenApproximation.coefficient*aabbMaxX, oddApproximation.offset + oddApproximation.coeff… in calculateSampleTemporalStability()
1048 const float aabbArea = (aabbMaxX - aabbMinX) * (aabbMaxY - aabbMinY); in calculateSampleTemporalStability()
1049 …const float areaBetweenLines = getAreaBetweenLines(aabbMinX, aabbMaxX, evenApproximation.offset… in calculateSampleTemporalStability()