nir/info: Get rid of uses_interp_var_at_offset
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 2 Jun 2016 01:29:09 +0000 (18:29 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 4 Jun 2016 02:29:28 +0000 (19:29 -0700)
commit4d3b8318a714c470d12636a41b08bd60688f6c3b
tree6edd1a9934c4b9d51125e6b4f18bf2323f1578ac
parent56a178922fa200c98cbbb177e5fab106ad01072b
nir/info: Get rid of uses_interp_var_at_offset

We were using this briefly in the i965 driver to trigger recompiles but we
haven't been using it since we switched to the NIR y-transform lowering
pass.

Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/compiler/glsl/glsl_to_nir.cpp
src/compiler/nir/nir.h
src/compiler/nir/nir_gather_info.c