Searched defs:srcMaxDiff (Results 1 – 2 of 2) sorted by relevance
442 const tcu::RGBA srcMaxDiff = getFormatThreshold(srcFormat) * (srcIsSRGB ? 2 : 1); in compare() local
3598 const tcu::Vec4 srcMaxDiff = getFormatThreshold(srcFormat) * tcu::Vec4(srcIsSRGB ? 2.0f : 1.0f); in checkNonNearestFilteredResult() local3647 const tcu::Vec4 srcMaxDiff = getCompressedFormatThreshold(format); in checkCompressedNonNearestFilteredResult() local3958 const tcu::Vec4 srcMaxDiff = getFloatOrFixedPointFormatThreshold(source.getFormat()); in checkNearestFilteredResult() local3999 const tcu::Vec4 srcMaxDiff (acceptedError + getCompressedFormatThreshold(format)); in checkCompressedNearestFilteredResult() local5053 const tcu::Vec4 srcMaxDiff = getFormatThreshold(srcFormat) * tcu::Vec4(srcIsSRGB ? 2.0f : 1.0f); in checkNonNearestFilteredResult() local5139 const tcu::Vec4 srcMaxDiff = getFloatOrFixedPointFormatThreshold(source.getFormat()); in checkNearestFilteredResult() local