Home
last modified time | relevance | path

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

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