Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp545 …const tcu::Vec2 maxWeights = tcu::max(tcu::max(weights[0].max, weights[1].max), tcu::max(weights[2… in calcSingleSampleLineInterpolationRangeWithWeightEquation() local
549 result.max = maxWeights; in calcSingleSampleLineInterpolationRangeWithWeightEquation()
647 …const tcu::Vec2 maxWeights = tcu::max(tcu::max(weights[0].max, weights[1].max), tcu::max(weights[2… in interpolate() local
652 result.max = tcu::Vec3(maxWeights.x(), 0.0f, maxWeights.y()); in interpolate()