Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp443 const tcu::RGBA dstMaxDiff = getFormatThreshold(dstFormat); in compare() local
445 threshold = tcu::max(srcMaxDiff, dstMaxDiff); in compare()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp3599 const tcu::Vec4 dstMaxDiff = getFormatThreshold(dstFormat); in checkNonNearestFilteredResult() local
3600 …const tcu::Vec4 threshold = ( srcMaxDiff + dstMaxDiff ) * ((m_params.filter == VK_FILTER_CUBIC_EXT… in checkNonNearestFilteredResult()
3648 const tcu::Vec4 dstMaxDiff = m_destinationCompressedTexture ? in checkCompressedNonNearestFilteredResult() local
3651 …const tcu::Vec4 threshold = (srcMaxDiff + dstMaxDiff) * ((m_params.filter == VK_FILTER_CUBIC_E… in checkCompressedNonNearestFilteredResult()
3959 const tcu::Vec4 dstMaxDiff = getFloatOrFixedPointFormatThreshold(result.getFormat()); in checkNearestFilteredResult() local
3960 ok = floatNearestBlitCompare(source, result, srcMaxDiff, dstMaxDiff, errorMask, m_params.regions); in checkNearestFilteredResult()
4000 const tcu::Vec4 dstMaxDiff (acceptedError + (m_destinationCompressedTexture ? in checkCompressedNearestFilteredResult() local
4100 if (floatNearestBlitCompare(src, res, srcMaxDiff, dstMaxDiff, errorMask, m_params.regions)) in checkCompressedNearestFilteredResult()
5054 const tcu::Vec4 dstMaxDiff = getFormatThreshold(dstFormat); in checkNonNearestFilteredResult() local
5055 …const tcu::Vec4 threshold = ( srcMaxDiff + dstMaxDiff ) * ((m_params.filter == VK_FILTER_CUBIC_E… in checkNonNearestFilteredResult()
[all …]