nir: Save nir_variable pointers in nir_lower_clip_vs rather than locs.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 22 May 2017 02:13:21 +0000 (19:13 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 19 Nov 2018 22:33:16 +0000 (14:33 -0800)
commitd0f746b6458e375a7f58f4f46a36f16dbb7089e1
tree26557af66ade98a98fa9554952248dac118773b7
parent63c869687400fc9ddbc9907f71426f6e217c007c
nir: Save nir_variable pointers in nir_lower_clip_vs rather than locs.

I'll want the variables in the next patch.

Reviewed-by: Eric Anholt <eric@anholt.net>
src/compiler/nir/nir_lower_clip.c