Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp717 …const tcu::Vec4 fragmentColorMin = de::clamp(weights.min.x(), 0.0f, 1.0f) * scene.triangles[triNdx… in verifyTriangleGroupInterpolationWithInterpolator() local
724 colorStackMin = fragmentColorMin; in verifyTriangleGroupInterpolationWithInterpolator()
730 colorStackMin = tcu::min(colorStackMin, fragmentColorMin); in verifyTriangleGroupInterpolationWithInterpolator()