Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp441 const tcu::RGBA dstMaxDiff = getFormatThreshold(dstFormat); in compare() local
443 threshold = tcu::max(srcMaxDiff, dstMaxDiff); in compare()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp1999 const tcu::Vec4 dstMaxDiff = getFormatThreshold(dstFormat); in checkLinearFilteredResult() local
2000 const tcu::Vec4 threshold = tcu::max(srcMaxDiff, dstMaxDiff); in checkLinearFilteredResult()
2127 const tcu::Vec4 dstMaxDiff = getFloatOrFixedPointFormatThreshold(result.getFormat()); in floatNearestBlitCompare() local
2130 precision.colorThreshold = tcu::max(srcMaxDiff, dstMaxDiff); in floatNearestBlitCompare()
3004 const tcu::Vec4 dstMaxDiff = getFormatThreshold(dstFormat); in checkLinearFilteredResult() local
3005 const tcu::Vec4 threshold = tcu::max(srcMaxDiff, dstMaxDiff); in checkLinearFilteredResult()