nvk: Make texture descriptors a bit more acceptable to codegen
authorFaith Ekstrand <faith.ekstrand@collabora.com>
Tue, 31 Jan 2023 02:11:49 +0000 (20:11 -0600)
committerMarge Bot <emma+marge@anholt.net>
Fri, 4 Aug 2023 21:31:54 +0000 (21:31 +0000)
commit8213eaa99f62ed2cff0e1f188ec867c8ef3ca8db
tree5d1885dba7d53120c2430fca1a8202cf2877757d
parentc9bf9744727293f64ded868a92e4a1416f954f5a
nvk: Make texture descriptors a bit more acceptable to codegen

Codegen assumes that it gets a combined descriptor on both the texture
and sampler handle sources and that it's 64-bit.  It's not too hard to
just give it that in NIR.  We may make codegen a bit more flexible in
future but, for now, this gets things working.  While we're here, do a
quick optimization for combined texture+sampler descriptors because it's
easy.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
src/nouveau/vulkan/nvk_descriptor_set.h
src/nouveau/vulkan/nvk_nir_lower_descriptors.c