anv/pipeline: Call nir_gather_info later
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 22 Mar 2017 22:24:06 +0000 (15:24 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 3 May 2017 18:25:46 +0000 (11:25 -0700)
commitc4549e05aa882f9f27dd9a5b8256af72a632b632
treec6e9e1a6349766e6b521314f6c5bb1a598a7540a
parentdcb6a68bb4f69dd83f65dfbaecd4c8a0be7aec12
anv/pipeline: Call nir_gather_info later

We want to insert more lowering code that may insert system values and
we need to gather info after that lowering.

Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
src/intel/vulkan/anv_pipeline.c