mesa: Fill Parameter storage indices even when not using SPIR-V
authorCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Wed, 4 Sep 2019 16:28:54 +0000 (09:28 -0700)
committerCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Tue, 10 Sep 2019 21:36:46 +0000 (14:36 -0700)
commit4dd1ef9d0a39c52231e880b4900655991a7ced1d
tree73383a5e9927daffe234436c25498d19cad3ec62
parent664e4a610dc8c0f2adc50de645a07cf4e2b622fd
mesa: Fill Parameter storage indices even when not using SPIR-V

When creating Parameters, fill in the associated uniform storage
indices, like it is done with the NIR linker used for SPIR-V.  This
will allow later code to not rely on names (which would never work for
SPIR-V where names are optional).

Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
src/mesa/program/ir_to_mesa.cpp