lavapipe: Don't use VK_OUTARRAY_MAKE()/vk_outarray_append()
authorBoris Brezillon <boris.brezillon@collabora.com>
Wed, 23 Mar 2022 09:40:09 +0000 (02:40 -0700)
committerMarge Bot <emma+marge@anholt.net>
Thu, 24 Mar 2022 09:11:13 +0000 (09:11 +0000)
commitaa0c54353387d2b41034614e44c58272964f079c
treeb7a8fa37712ada1fa280b608f48e7842935e138a
parenteb1d009a3e6c0486a8e0c3340881360f1f57fdcc
lavapipe: Don't use VK_OUTARRAY_MAKE()/vk_outarray_append()

MSVC doesn't support typeof(). If we want to keep compiling radv on
windows we need to use the typed variants of those macros.

Fixes: dc8fdab71efd ("lavapipe: Use VK_OUTARRAY for GetPhysicalDeviceQueueFamilyProperties[2]")
Acked-by: Daniel Stone <daniels@collabora.com>
Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15518>
src/gallium/frontends/lavapipe/lvp_device.c