Searched refs:colorMax (Results 1 – 2 of 2) 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 …]
2296 uint32_t colorMax = std::max(primaryColorCount, secondaryColorCount); in verify_renderpass_compatibility() local2297 for (uint32_t cIdx = 0; cIdx < colorMax; ++cIdx) { in verify_renderpass_compatibility()