Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp714 …const tcu::Vec4 fragmentColorMax = de::clamp(weights.max.x(), 0.0f, 1.0f) * scene.triangles[triNdx… in verifyTriangleGroupInterpolationWithInterpolator() local
725 colorStackMax = fragmentColorMax; in verifyTriangleGroupInterpolationWithInterpolator()
731 colorStackMax = tcu::max(colorStackMax, fragmentColorMax); in verifyTriangleGroupInterpolationWithInterpolator()