Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp343 const int barycentricError = 3; in calcTriangleInterpolationWeights() local
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()
357 const float kaMin = getMinFlushToZero(getMinValueWithinError(ka, barycentricError)); in calcTriangleInterpolationWeights()
358 const float kbMin = getMinFlushToZero(getMinValueWithinError(kb, barycentricError)); in calcTriangleInterpolationWeights()
359 const float kcMin = getMinFlushToZero(getMinValueWithinError(kc, barycentricError)); in calcTriangleInterpolationWeights()