Skip to content

anv: check requirements for VK_IMAGE_USAGE_FRAGMENT_SHADING_RATE

Ivan Briano requested to merge ibriano/mesa:more_format_features into main

What does this MR do and why?

anv: check requirements for VK_IMAGE_USAGE_FRAGMENT_SHADING_RATE

Somehow I missed this one in 164c0951a0825527244e999a261b8a4425ed1ebe

If the format the image is being created with doesn't have the FSR
format feature, report it as unsupported.

Also fixes future CTS tests: dEQP-VK.api.info.unsupported_image_usage.*

Merge request reports