Searched refs:getMaxValueWithinError (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsRasterizationTestUtil.cpp | 225 float getMaxValueWithinError (float value, deUint32 ulp) in getMaxValueWithinError() function 358 const float kaMax = getMaxFlushToZero(getMaxValueWithinError(ka, barycentricError)); in calcTriangleInterpolationWeights() 359 const float kbMax = getMaxFlushToZero(getMaxValueWithinError(kb, barycentricError)); in calcTriangleInterpolationWeights() 360 const float kcMax = getMaxFlushToZero(getMaxValueWithinError(kc, barycentricError)); in calcTriangleInterpolationWeights() 371 getMaxFlushToZero(getMaxValueWithinError(getMaxFlushToZero(kaMax / p0.w()), divError)), in calcTriangleInterpolationWeights() 372 getMaxFlushToZero(getMaxValueWithinError(getMaxFlushToZero(kbMax / p1.w()), divError)), in calcTriangleInterpolationWeights() 373 getMaxFlushToZero(getMaxValueWithinError(getMaxFlushToZero(kcMax / p2.w()), divError)), in calcTriangleInterpolationWeights() 385 …const float maxDivisor = getMaxFlushToZero(getMaxValueWithinError(maxPreDivisionValues[0] + maxPre… in calcTriangleInterpolationWeights() 391 …returnValue.max.x() = getMaxFlushToZero(getMaxValueWithinError(getMaxFlushToZero(maximalRangeDivis… in calcTriangleInterpolationWeights() 392 …returnValue.max.y() = getMaxFlushToZero(getMaxValueWithinError(getMaxFlushToZero(maximalRangeDivis… in calcTriangleInterpolationWeights() [all …]
|