nvk: Re-order physical device limits
authorFaith Ekstrand <faith.ekstrand@collabora.com>
Mon, 25 Sep 2023 21:57:42 +0000 (16:57 -0500)
committerMarge Bot <emma+marge@anholt.net>
Mon, 25 Sep 2023 22:06:26 +0000 (22:06 +0000)
commit59000decf4456bf5f3944c2c42a8be6fc2842d48
treea9d1da2960154e1c6b6d40847923d1e6c015d348
parentf5b8b2f57ae051215f8147fe6dc74d7769bc53b3
nvk: Re-order physical device limits

They now match the order in vulkan_core.h which makes it easier to find
missing entries of which there was one.  This also fixes a bug where we
were setting .bufferImageGranularity twice and we were overwriting the
correct value with an incorrect one.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25383>
src/nouveau/vulkan/nvk_physical_device.c