v3dv: Stop using VK_OUTARRAY_MAKE()
authorBoris Brezillon <boris.brezillon@collabora.com>
Wed, 23 Mar 2022 12:28:36 +0000 (13:28 +0100)
committerMarge Bot <emma+marge@anholt.net>
Fri, 25 Mar 2022 11:00:02 +0000 (11:00 +0000)
commit56a2ccf05864bd2f71744febaa1b5b08b52c4cd4
treebccf34bdc28a42b23645bfa456bfa7daf15bb076
parentf82731d0d7ada7bbca4a6742568925b6f97c91aa
v3dv: Stop using VK_OUTARRAY_MAKE()

We're trying to replace VK_OUTARRAY_MAKE() by VK_OUTARRAY_MAKE_TYPED()
so people don't get tempted to use it and make things incompatible with
MSVC (which doesn't support typeof()).

Suggested-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15522>
src/broadcom/vulkan/v3dv_device.c
src/broadcom/vulkan/v3dv_formats.c