Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp704 tcu::Vec4 colorStackMin; in verifyTriangleGroupInterpolationWithInterpolator() local
733 colorStackMin = fragmentColorMin; in verifyTriangleGroupInterpolationWithInterpolator()
739 colorStackMin = tcu::min(colorStackMin, fragmentColorMin); in verifyTriangleGroupInterpolationWithInterpolator()
756 colorStackMin = tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f); in verifyTriangleGroupInterpolationWithInterpolator()
797 const tcu::Vec3 valueRangeMin = tcu::Vec3(colorStackMin.xyz()); in verifyTriangleGroupInterpolationWithInterpolator()