anv: ignore structure types handled in vk_device_memory_create
authorMarcin Ślusarz <marcin.slusarz@intel.com>
Wed, 5 Apr 2023 08:44:31 +0000 (10:44 +0200)
committerMarge Bot <emma+marge@anholt.net>
Wed, 5 Apr 2023 11:53:29 +0000 (11:53 +0000)
commit554b28d0b12f8e96da16a570b07ba307e8b1244a
tree3696267710f39db0b32f5c7d9573fdff38b7023b
parentba4eeaf435f050dfec5472c7919b9b70e38d1bb8
anv: ignore structure types handled in vk_device_memory_create

Without that we get warning from anv_debug_ignored_stype, called in
the default case.

Fixes: 4b0b75c27a7 ("anv: Use the new vk_device_memory base struct")
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22295>
src/intel/vulkan/anv_device.c