On 04/12/2018 13:42, Eric Engestrom wrote:
This silences the -Wswitch compiler warning.

Signed-off-by: Eric Engestrom <[email protected]>


Reviewed-by: Lionel Landwerlin <[email protected]>


---
  src/intel/vulkan/anv_image.c | 3 +++
  1 file changed, 3 insertions(+)

diff --git a/src/intel/vulkan/anv_image.c b/src/intel/vulkan/anv_image.c
index 4003ac28444d7edffbf9..1748e9230d726c214715 100644
--- a/src/intel/vulkan/anv_image.c
+++ b/src/intel/vulkan/anv_image.c
@@ -918,6 +918,9 @@ anv_layout_to_aux_usage(const struct gen_device_info * 
const devinfo,
     case VK_IMAGE_LAYOUT_SHARED_PRESENT_KHR:
        unreachable("VK_KHR_shared_presentable_image is unsupported");
+ case VK_IMAGE_LAYOUT_FRAGMENT_DENSITY_MAP_OPTIMAL_EXT:
+      unreachable("VK_EXT_fragment_density_map is unsupported");
+
     case VK_IMAGE_LAYOUT_SHADING_RATE_OPTIMAL_NV:
        unreachable("VK_NV_shading_rate_image is unsupported");
     }


_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to