nvk: Remove plane sources from tex instructions
authorFaith Ekstrand <faith.ekstrand@collabora.com>
Mon, 7 Aug 2023 15:46:26 +0000 (10:46 -0500)
committerMarge Bot <emma+marge@anholt.net>
Tue, 8 Aug 2023 04:48:33 +0000 (04:48 +0000)
commit4f217e9670be51d7bb88d9ba859cb4af5eb622ee
tree783da488d41a757118a4791e58c65628785dab51
parentac00f5a361ccf8ec9188d0d3256bf2e1ebc767ba
nvk: Remove plane sources from tex instructions

The plane source is entirely handled by lower_tex() so there's no need
to keep it around.  Codegen currently just ignores these but NAK will
assert if it sees an unknown source type.

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