Home
last modified time | relevance | path

Searched defs:srcMaxDiff (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fFramebufferBlitTests.cpp461 const tcu::RGBA srcMaxDiff = getFormatThreshold(srcFormat) * (srcIsSRGB ? 2 : 1); in compare() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp4250 … const tcu::Vec4 srcMaxDiff = getFormatThreshold(srcFormat) * tcu::Vec4(srcIsSRGB ? 2.0f : 1.0f); in checkNonNearestFilteredResult() local
4313 const tcu::Vec4 srcMaxDiff = getCompressedFormatThreshold(format); in checkCompressedNonNearestFilteredResult() local
4670 const tcu::Vec4 srcMaxDiff = getFloatOrFixedPointFormatThreshold(source.getFormat()); in checkNearestFilteredResult() local
4709 const tcu::Vec4 srcMaxDiff(acceptedError + getCompressedFormatThreshold(format)); in checkCompressedNearestFilteredResult() local
5865 … const tcu::Vec4 srcMaxDiff = getFormatThreshold(srcFormat) * tcu::Vec4(srcIsSRGB ? 2.0f : 1.0f); in checkNonNearestFilteredResult() local
5979 const tcu::Vec4 srcMaxDiff = getFloatOrFixedPointFormatThreshold(source.getFormat()); in checkNearestFilteredResult() local