anv: toggle extended bindless surface state on Gfx12.5+
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Fri, 14 Oct 2022 14:49:58 +0000 (17:49 +0300)
committerMarge Bot <emma+marge@anholt.net>
Tue, 30 May 2023 06:36:37 +0000 (06:36 +0000)
commit257bf9b6c327058051a27e3b55d4d87106a695d7
tree4d48e141b7c0a82eac8080d9143150052cec0152
parent7fa0fceabaa614e893b1ff0f635bd1b6c1fb237c
anv: toggle extended bindless surface state on Gfx12.5+

We bump the max surfaces to ~16 million instead of ~1 million on
Gfx9-12. We could do more but that'll come later.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21645>
src/intel/vulkan/anv_descriptor_set.c
src/intel/vulkan/anv_device.c
src/intel/vulkan/anv_private.h
src/intel/vulkan/genX_cmd_buffer.c
src/intel/vulkan/genX_state.c