Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp540 …const tcu::Vec2 minWeights = tcu::min(tcu::min(weights[0].min, weights[1].min), tcu::min(weights[2… in calcSingleSampleLineInterpolationRangeWithWeightEquation() local
544 result.min = minWeights; in calcSingleSampleLineInterpolationRangeWithWeightEquation()
642 …const tcu::Vec2 minWeights = tcu::min(tcu::min(weights[0].min, weights[1].min), tcu::min(weights[2… in interpolate() local
647 result.min = tcu::Vec3(minWeights.x(), 0.0f, minWeights.y()); in interpolate()