Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsRasterizationTestUtil.cpp791 const tcu::Vec3 valueRangeMin = tcu::Vec3(colorStackMin.xyz()); in verifyTriangleGroupInterpolationWithInterpolator() local
795 …const tcu::Vec3 colorMinF (de::clamp(valueRangeMin.x() * formatLimit.x(), 0.0f, (float)formatLim… in verifyTriangleGroupInterpolationWithInterpolator()
796 de::clamp(valueRangeMin.y() * formatLimit.y(), 0.0f, (float)formatLimit.y()), in verifyTriangleGroupInterpolationWithInterpolator()
797 de::clamp(valueRangeMin.z() * formatLimit.z(), 0.0f, (float)formatLimit.z())); in verifyTriangleGroupInterpolationWithInterpolator()
833 …<< "\tFmin:\t" << tcu::clamp(valueRangeMin, tcu::Vec3(0.0f, 0.0f, 0.0f), tcu::Vec3(1.0f, 1.0f, 1.0… in verifyTriangleGroupInterpolationWithInterpolator()
1427 tcu::Vec3 valueRangeMin; member
1596 candidate.valueRangeMin = valueMin.swizzle(0, 1, 2); in verifyLineGroupPixelIndependentInterpolation()
1637 …<< "\t\tFmin:\t" << tcu::clamp(candidate.valueRangeMin, tcu::Vec3(0.0f, 0.0f, 0.0f), tcu::Vec3(1.0… in verifyLineGroupPixelIndependentInterpolation()
1690 tcu::Vec3 valueRangeMin; member
1951 interpolationCandidate.valueRangeMin = valueMin.swizzle(0, 1, 2); in verifySinglesampleWideLineGroupInterpolation()
[all …]