Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp799 const tcu::IVec3 colorMax ((int)deFloatCeil (colorMaxF.x()), in verifyTriangleGroupInterpolationWithInterpolator() local
810 pixelNativeColor.x() > colorMax.x() + thresholdRed || in verifyTriangleGroupInterpolationWithInterpolator()
811 pixelNativeColor.y() > colorMax.y() + thresholdGreen || in verifyTriangleGroupInterpolationWithInterpolator()
812 pixelNativeColor.z() > colorMax.z() + thresholdBlue) in verifyTriangleGroupInterpolationWithInterpolator()
825 …<< "\tReference native color max: " << tcu::clamp(colorMax + tcu::IVec3(thresholdRed, thresholdGre… in verifyTriangleGroupInterpolationWithInterpolator()
1478 tcu::IVec3 colorMax; member
1628 const tcu::IVec3 colorMax ((int)deFloatCeil (colorMaxF.x()), in verifyLineGroupPixelIndependentInterpolation() local
1636 pixelNativeColor.x() > colorMax.x() || in verifyLineGroupPixelIndependentInterpolation()
1637 pixelNativeColor.y() > colorMax.y() || in verifyLineGroupPixelIndependentInterpolation()
1638 pixelNativeColor.z() > colorMax.z()) in verifyLineGroupPixelIndependentInterpolation()
[all …]