Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp786 const tcu::Vec3 valueRangeMin = tcu::Vec3(colorStackMin.xyz()); in verifyTriangleGroupInterpolationWithInterpolator() local
790 …const tcu::Vec3 colorMinF (de::clamp(valueRangeMin.x() * (float)formatLimit.x(), 0.0f, (float)fo… in verifyTriangleGroupInterpolationWithInterpolator()
791 de::clamp(valueRangeMin.y() * (float)formatLimit.y(), 0.0f, (float)formatLimit.y()), in verifyTriangleGroupInterpolationWithInterpolator()
792 de::clamp(valueRangeMin.z() * (float)formatLimit.z(), 0.0f, (float)formatLimit.z())); in verifyTriangleGroupInterpolationWithInterpolator()
828 …<< "\tFmin:\t" << tcu::clamp(valueRangeMin, tcu::Vec3(0.0f, 0.0f, 0.0f), tcu::Vec3(1.0f, 1.0f, 1.0… in verifyTriangleGroupInterpolationWithInterpolator()
1481 tcu::Vec3 valueRangeMin; member
1650 candidate.valueRangeMin = valueMin.swizzle(0, 1, 2); in verifyLineGroupPixelIndependentInterpolation()
1691 …<< "\t\tFmin:\t" << tcu::clamp(candidate.valueRangeMin, tcu::Vec3(0.0f, 0.0f, 0.0f), tcu::Vec3(1.0… in verifyLineGroupPixelIndependentInterpolation()
1744 tcu::Vec3 valueRangeMin; member
2005 interpolationCandidate.valueRangeMin = valueMin.swizzle(0, 1, 2); in verifySinglesampleWideLineGroupInterpolation()
[all …]