Searched refs:valueRangeMax (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuRasterizationVerifier.cpp | 798 const tcu::Vec3 valueRangeMax = tcu::Vec3(colorStackMax.xyz()); in verifyTriangleGroupInterpolationWithInterpolator() local 804 …const tcu::Vec3 colorMaxF (de::clamp(valueRangeMax.x() * (float)formatLimit.x(), 0.0f, (float)fo… in verifyTriangleGroupInterpolationWithInterpolator() 805 de::clamp(valueRangeMax.y() * (float)formatLimit.y(), 0.0f, (float)formatLimit.y()), in verifyTriangleGroupInterpolationWithInterpolator() 806 de::clamp(valueRangeMax.z() * (float)formatLimit.z(), 0.0f, (float)formatLimit.z())); in verifyTriangleGroupInterpolationWithInterpolator() 841 …<< "\tFmax:\t" << tcu::clamp(valueRangeMax, tcu::Vec3(0.0f, 0.0f, 0.0f), tcu::Vec3(1.0f, 1.0f, 1.0… in verifyTriangleGroupInterpolationWithInterpolator() 1726 tcu::Vec3 valueRangeMax; member 1896 candidate.valueRangeMax = valueMax.swizzle(0, 1, 2); in verifyLineGroupPixelIndependentInterpolation() 1937 …<< "\t\tFmax:\t" << tcu::clamp(candidate.valueRangeMax, tcu::Vec3(0.0f, 0.0f, 0.0f), tcu::Vec3(1.0… in verifyLineGroupPixelIndependentInterpolation() 1990 tcu::Vec3 valueRangeMax; member 2251 interpolationCandidate.valueRangeMax = valueMax.swizzle(0, 1, 2); in verifySinglesampleWideLineGroupInterpolation() [all …]
|