Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp342 const int roundError = 1; in calcTriangleInterpolationWeights() local
381 …nError(maxPreDivisionValues[0] + maxPreDivisionValues[1] + maxPreDivisionValues[2], 2*roundError)); in calcTriangleInterpolationWeights()
382 …nError(minPreDivisionValues[0] + minPreDivisionValues[1] + minPreDivisionValues[2], 2*roundError)); in calcTriangleInterpolationWeights()
403 const int roundError = 1; in calcLineInterpolationWeights() local
436 … perspectiveDivisorMax = getMaxValueWithinError(perspectiveTMax + perspectiveInvTMax, roundError); in calcLineInterpolationWeights()
437 … perspectiveDivisorMin = getMinValueWithinError(perspectiveTMin + perspectiveInvTMin, roundError); in calcLineInterpolationWeights()
454 const int roundError = 1; in calcLineInterpolationWeightsAxisProjected() local
494 … perspectiveDivisorMax = getMaxValueWithinError(perspectiveTMax + perspectiveInvTMax, roundError); in calcLineInterpolationWeightsAxisProjected()
495 … perspectiveDivisorMin = getMinValueWithinError(perspectiveTMin + perspectiveInvTMin, roundError); in calcLineInterpolationWeightsAxisProjected()