Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp695 tcu::Vec4 colorStackMin; in verifyTriangleGroupInterpolationWithInterpolator() local
724 colorStackMin = fragmentColorMin; in verifyTriangleGroupInterpolationWithInterpolator()
730 colorStackMin = tcu::min(colorStackMin, fragmentColorMin); in verifyTriangleGroupInterpolationWithInterpolator()
747 colorStackMin = tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f); in verifyTriangleGroupInterpolationWithInterpolator()
786 const tcu::Vec3 valueRangeMin = tcu::Vec3(colorStackMin.xyz()); in verifyTriangleGroupInterpolationWithInterpolator()