Searched refs:colorMaxF (Results 1 – 1 of 1) sorted by relevance
798 …const tcu::Vec3 colorMaxF (de::clamp(valueRangeMax.x() * formatLimit.x(), 0.0f, (float)formatLim… in verifyTriangleGroupInterpolationWithInterpolator() local804 const tcu::IVec3 colorMax ((int)deFloatCeil (colorMaxF.x()), in verifyTriangleGroupInterpolationWithInterpolator()805 (int)deFloatCeil (colorMaxF.y()), in verifyTriangleGroupInterpolationWithInterpolator()806 (int)deFloatCeil (colorMaxF.z())); in verifyTriangleGroupInterpolationWithInterpolator()832 …<< "\tReference native float max: " << tcu::clamp(colorMaxF + tcu::IVec3(thresholdRed, thresholdGr… in verifyTriangleGroupInterpolationWithInterpolator()1426 tcu::Vec3 colorMaxF; member1568 …const tcu::Vec3 colorMaxF (de::clamp(valueMax.x() * formatLimit.x(), 0.0f, (float)formatLimit… in verifyLineGroupPixelIndependentInterpolation() local1574 const tcu::IVec3 colorMax ((int)deFloatCeil (colorMaxF.x()), in verifyLineGroupPixelIndependentInterpolation()1575 (int)deFloatCeil (colorMaxF.y()), in verifyLineGroupPixelIndependentInterpolation()1576 (int)deFloatCeil (colorMaxF.z())); in verifyLineGroupPixelIndependentInterpolation()[all …]