Searched refs:getMaxValueWithinError (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuRasterizationVerifier.cpp | 221 float getMaxValueWithinError (float value, deUint32 ulp) in getMaxValueWithinError() function 354 const float kaMax = getMaxFlushToZero(getMaxValueWithinError(ka, barycentricError)); in calcTriangleInterpolationWeights() 355 const float kbMax = getMaxFlushToZero(getMaxValueWithinError(kb, barycentricError)); in calcTriangleInterpolationWeights() 356 const float kcMax = getMaxFlushToZero(getMaxValueWithinError(kc, barycentricError)); in calcTriangleInterpolationWeights() 367 getMaxFlushToZero(getMaxValueWithinError(getMaxFlushToZero(kaMax / p0.w()), divError)), in calcTriangleInterpolationWeights() 368 getMaxFlushToZero(getMaxValueWithinError(getMaxFlushToZero(kbMax / p1.w()), divError)), in calcTriangleInterpolationWeights() 369 getMaxFlushToZero(getMaxValueWithinError(getMaxFlushToZero(kcMax / p2.w()), divError)), in calcTriangleInterpolationWeights() 381 …const float maxDivisor = getMaxFlushToZero(getMaxValueWithinError(maxPreDivisionValues[0] + maxPre… in calcTriangleInterpolationWeights() 387 …returnValue.max.x() = getMaxFlushToZero(getMaxValueWithinError(getMaxFlushToZero(maximalRangeDivis… in calcTriangleInterpolationWeights() 388 …returnValue.max.y() = getMaxFlushToZero(getMaxValueWithinError(getMaxFlushToZero(maximalRangeDivis… in calcTriangleInterpolationWeights() [all …]
|