Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsRasterizationTestUtil.cpp700 tcu::Vec4 colorStackMin; in verifyTriangleGroupInterpolationWithInterpolator() local
729 colorStackMin = fragmentColorMin; in verifyTriangleGroupInterpolationWithInterpolator()
735 colorStackMin = tcu::min(colorStackMin, fragmentColorMin); in verifyTriangleGroupInterpolationWithInterpolator()
752 colorStackMin = tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f); in verifyTriangleGroupInterpolationWithInterpolator()
791 const tcu::Vec3 valueRangeMin = tcu::Vec3(colorStackMin.xyz()); in verifyTriangleGroupInterpolationWithInterpolator()