Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp797 const tcu::Vec3 valueRangeMin = tcu::Vec3(colorStackMin.xyz()); in verifyTriangleGroupInterpolationWithInterpolator() local
801 …const tcu::Vec3 colorMinF (de::clamp(valueRangeMin.x() * (float)formatLimit.x(), 0.0f, (float)fo… in verifyTriangleGroupInterpolationWithInterpolator()
802 de::clamp(valueRangeMin.y() * (float)formatLimit.y(), 0.0f, (float)formatLimit.y()), in verifyTriangleGroupInterpolationWithInterpolator()
803 de::clamp(valueRangeMin.z() * (float)formatLimit.z(), 0.0f, (float)formatLimit.z())); in verifyTriangleGroupInterpolationWithInterpolator()
840 …<< "\tFmin:\t" << tcu::clamp(valueRangeMin, tcu::Vec3(0.0f, 0.0f, 0.0f), tcu::Vec3(1.0f, 1.0f, 1.0… in verifyTriangleGroupInterpolationWithInterpolator()
1725 tcu::Vec3 valueRangeMin; member
1895 candidate.valueRangeMin = valueMin.swizzle(0, 1, 2); in verifyLineGroupPixelIndependentInterpolation()
1936 …<< "\t\tFmin:\t" << tcu::clamp(candidate.valueRangeMin, tcu::Vec3(0.0f, 0.0f, 0.0f), tcu::Vec3(1.0… in verifyLineGroupPixelIndependentInterpolation()
1989 tcu::Vec3 valueRangeMin; member
2250 interpolationCandidate.valueRangeMin = valueMin.swizzle(0, 1, 2); in verifySinglesampleWideLineGroupInterpolation()
[all …]