Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsRasterizationTestUtil.cpp347 const int barycentricError = 3; in calcTriangleInterpolationWeights() local
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()
361 const float kaMin = getMinFlushToZero(getMinValueWithinError(ka, barycentricError)); in calcTriangleInterpolationWeights()
362 const float kbMin = getMinFlushToZero(getMinValueWithinError(kb, barycentricError)); in calcTriangleInterpolationWeights()
363 const float kcMin = getMinFlushToZero(getMinValueWithinError(kc, barycentricError)); in calcTriangleInterpolationWeights()