anv: Make memory type and queue family pointers const
authorJason Ekstrand <jason@jlekstrand.net>
Mon, 12 Apr 2021 15:09:02 +0000 (10:09 -0500)
committerMarge Bot <eric+marge@anholt.net>
Mon, 12 Apr 2021 18:09:27 +0000 (18:09 +0000)
commit21582016c5b8efa1bd4efc606cd5de5dcc0cfa40
tree9dbd245d7a98d20235f64f57ad2e7c3107afe956
parent544044b29ee3b6bf9ba6939b2cb922bd0749c7b2
anv: Make memory type and queue family pointers const

These point to data inside the instance so no one should be modifying
them.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10184>
src/intel/vulkan/anv_private.h