Searched refs:colorMax (Results 1 – 1 of 1) sorted by relevance
810 const tcu::IVec3 colorMax ((int)deFloatCeil (colorMaxF.x()), in verifyTriangleGroupInterpolationWithInterpolator() local821 pixelNativeColor.x() > colorMax.x() + thresholdRed || in verifyTriangleGroupInterpolationWithInterpolator()822 pixelNativeColor.y() > colorMax.y() + thresholdGreen || in verifyTriangleGroupInterpolationWithInterpolator()823 pixelNativeColor.z() > colorMax.z() + thresholdBlue) in verifyTriangleGroupInterpolationWithInterpolator()837 …<< "\tReference native color max: " << tcu::clamp(colorMax + tcu::IVec3(thresholdRed, thresholdGre… in verifyTriangleGroupInterpolationWithInterpolator()1722 tcu::IVec3 colorMax; member1873 const tcu::IVec3 colorMax ((int)deFloatCeil (colorMaxF.x()), in verifyLineGroupPixelIndependentInterpolation() local1881 pixelNativeColor.x() > colorMax.x() || in verifyLineGroupPixelIndependentInterpolation()1882 pixelNativeColor.y() > colorMax.y() || in verifyLineGroupPixelIndependentInterpolation()1883 pixelNativeColor.z() > colorMax.z()) in verifyLineGroupPixelIndependentInterpolation()[all …]