8636adf856
In anv_get_image_format_properties(), the special-case code for VK_IMAGE_TILING_DRM_FORMAT_MODIFIER_EXT is tiny. It is mostly a detached 'case' in the 'switch' block for VkImageType. So move the special-case code to immediately follow the 'switch' block. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>