magma: Fix android swapchain deferred image bind

In non-deferred mode the android swapchain creates a VkImage
providing VkNativeBufferANDROID so the format modifier is set
correctly.  In deferred mode the VkImage is created with no
indication that it will be bound using VkNativeBufferANDROID,
so it assumes CCS is enabled but that isn't current supported.

Bug:b/278904966

Change-Id: Iaa487d345c686058fb4ae45baab8f506d6063890
Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/mesa/+/855897
Reviewed-by: John Bauman <jbauman@google.com>
4 files changed