Searched refs:valueRangeMax (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuRasterizationVerifier.cpp | 787 const tcu::Vec3 valueRangeMax = tcu::Vec3(colorStackMax.xyz()); in verifyTriangleGroupInterpolationWithInterpolator() local 793 …const tcu::Vec3 colorMaxF (de::clamp(valueRangeMax.x() * (float)formatLimit.x(), 0.0f, (float)fo… in verifyTriangleGroupInterpolationWithInterpolator() 794 de::clamp(valueRangeMax.y() * (float)formatLimit.y(), 0.0f, (float)formatLimit.y()), in verifyTriangleGroupInterpolationWithInterpolator() 795 de::clamp(valueRangeMax.z() * (float)formatLimit.z(), 0.0f, (float)formatLimit.z())); in verifyTriangleGroupInterpolationWithInterpolator() 829 …<< "\tFmax:\t" << tcu::clamp(valueRangeMax, tcu::Vec3(0.0f, 0.0f, 0.0f), tcu::Vec3(1.0f, 1.0f, 1.0… in verifyTriangleGroupInterpolationWithInterpolator() 1482 tcu::Vec3 valueRangeMax; member 1651 candidate.valueRangeMax = valueMax.swizzle(0, 1, 2); in verifyLineGroupPixelIndependentInterpolation() 1692 …<< "\t\tFmax:\t" << tcu::clamp(candidate.valueRangeMax, tcu::Vec3(0.0f, 0.0f, 0.0f), tcu::Vec3(1.0… in verifyLineGroupPixelIndependentInterpolation() 1745 tcu::Vec3 valueRangeMax; member 2006 interpolationCandidate.valueRangeMax = valueMax.swizzle(0, 1, 2); in verifySinglesampleWideLineGroupInterpolation() [all …]
|