Searched refs:colorMax (Results 1 – 1 of 1) sorted by relevance
804 const tcu::IVec3 colorMax ((int)deFloatCeil (colorMaxF.x()), in verifyTriangleGroupInterpolationWithInterpolator() local815 pixelNativeColor.x() > colorMax.x() + thresholdRed || in verifyTriangleGroupInterpolationWithInterpolator()816 pixelNativeColor.y() > colorMax.y() + thresholdGreen || in verifyTriangleGroupInterpolationWithInterpolator()817 pixelNativeColor.z() > colorMax.z() + thresholdBlue) in verifyTriangleGroupInterpolationWithInterpolator()830 …<< "\tReference native color max: " << tcu::clamp(colorMax + tcu::IVec3(thresholdRed, thresholdGre… in verifyTriangleGroupInterpolationWithInterpolator()1424 tcu::IVec3 colorMax; member1574 const tcu::IVec3 colorMax ((int)deFloatCeil (colorMaxF.x()), in verifyLineGroupPixelIndependentInterpolation() local1582 pixelNativeColor.x() > colorMax.x() || in verifyLineGroupPixelIndependentInterpolation()1583 pixelNativeColor.y() > colorMax.y() || in verifyLineGroupPixelIndependentInterpolation()1584 pixelNativeColor.z() > colorMax.z()) in verifyLineGroupPixelIndependentInterpolation()[all …]