vulkan: Handle vkSetDebugUtilsObjectNameEXT on WSI objects
authorantonino <antonino.maniscalco@collabora.com>
Thu, 17 Aug 2023 13:09:15 +0000 (15:09 +0200)
committerMarge Bot <emma+marge@anholt.net>
Thu, 28 Sep 2023 01:23:55 +0000 (01:23 +0000)
commit76d150674bdcd1a79e66552c5e8bc148ce7dc14c
tree0515fab505b1bccf99120701ad041c3335822914
parent5fe289d74158a93bdac0dad6cc410f6585f0ae3d
vulkan: Handle vkSetDebugUtilsObjectNameEXT on WSI objects

Some WSI objects don't extend `vk_object_base` therefore they need
special handling.

Fixes: 3c87618d357 ("vulkan: Handle vkGet/SetPrivateDataEXT on Android swapchains")
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24752>
src/vulkan/runtime/vk_debug_utils.c
src/vulkan/runtime/vk_device.h