Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp246 float getMaxFlushToZero (float value) in getMaxFlushToZero() 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 …]