Searched defs:srcMaxDiff (Results 1 – 2 of 2) sorted by relevance
443 const tcu::RGBA srcMaxDiff = getFormatThreshold(srcFormat) * (srcIsSRGB ? 2 : 1); in compare() local
3647 const tcu::Vec4 srcMaxDiff = getFormatThreshold(srcFormat) * tcu::Vec4(srcIsSRGB ? 2.0f : 1.0f); in checkNonNearestFilteredResult() local3702 const tcu::Vec4 srcMaxDiff = getCompressedFormatThreshold(format); in checkCompressedNonNearestFilteredResult() local4015 const tcu::Vec4 srcMaxDiff = getFloatOrFixedPointFormatThreshold(source.getFormat()); in checkNearestFilteredResult() local4056 const tcu::Vec4 srcMaxDiff (acceptedError + getCompressedFormatThreshold(format)); in checkCompressedNearestFilteredResult() local5114 const tcu::Vec4 srcMaxDiff = getFormatThreshold(srcFormat) * tcu::Vec4(srcIsSRGB ? 2.0f : 1.0f); in checkNonNearestFilteredResult() local5206 const tcu::Vec4 srcMaxDiff = getFloatOrFixedPointFormatThreshold(source.getFormat()); in checkNearestFilteredResult() local