i965/vec4: Get rid of the nir_inputs array
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 25 Nov 2015 22:01:00 +0000 (14:01 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 4 Dec 2015 04:58:12 +0000 (20:58 -0800)
commitaa35b0c2c71f054f72df5a85779d0862fa7d6e4a
tree2d4b4d1c15c0c8c831fbe06b554e266e7744703b
parentc6bcc233696e0f716755ea588397206a339d2bca
i965/vec4: Get rid of the nir_inputs array

It's not really buying us anything at this point.  It's just a way of
remapping one offset namespace onto another.  We can just use the location
namespace the whole way through.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_nir.c
src/mesa/drivers/dri/i965/brw_vec4.h
src/mesa/drivers/dri/i965/brw_vec4_nir.cpp