Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp793 …const tcu::Vec3 colorMaxF (de::clamp(valueRangeMax.x() * (float)formatLimit.x(), 0.0f, (float)fo… in verifyTriangleGroupInterpolationWithInterpolator() local
799 const tcu::IVec3 colorMax ((int)deFloatCeil (colorMaxF.x()), in verifyTriangleGroupInterpolationWithInterpolator()
800 (int)deFloatCeil (colorMaxF.y()), in verifyTriangleGroupInterpolationWithInterpolator()
801 (int)deFloatCeil (colorMaxF.z())); in verifyTriangleGroupInterpolationWithInterpolator()
827 …<< "\tReference native float max: " << tcu::clamp(colorMaxF + tcu::IVec3(thresholdRed, thresholdGr… in verifyTriangleGroupInterpolationWithInterpolator()
1480 tcu::Vec3 colorMaxF; member
1622 …const tcu::Vec3 colorMaxF (de::clamp(valueMax.x() * (float)formatLimit.x(), 0.0f, (float)form… in verifyLineGroupPixelIndependentInterpolation() local
1628 const tcu::IVec3 colorMax ((int)deFloatCeil (colorMaxF.x()), in verifyLineGroupPixelIndependentInterpolation()
1629 (int)deFloatCeil (colorMaxF.y()), in verifyLineGroupPixelIndependentInterpolation()
1630 (int)deFloatCeil (colorMaxF.z())); in verifyLineGroupPixelIndependentInterpolation()
[all …]