st/nir: Drop setting interp mode on system values in builtins.
authorEric Anholt <eric@anholt.net>
Mon, 26 Oct 2020 19:16:14 +0000 (12:16 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 4 Nov 2020 17:33:05 +0000 (09:33 -0800)
commit61ce544d070c58fe9823a06ba10319104074e1b5
treea28861f0c77194bbe78b19faeebd41e82c0fe2c6
parent9143c08125a33af56d4f05fd5161a572c0c6b4ac
st/nir: Drop setting interp mode on system values in builtins.

It's initialized to INTERP_MODE_NONE on creation, which makes more sense
for sysvals than FLAT, and is also the interp mode that GLSL IR sets up
for sysvals.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7320>
src/mesa/state_tracker/st_nir_builtins.c