anv/pipeline: Lower more constant initializers earlier
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 23 Mar 2018 01:37:42 +0000 (18:37 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 10 Apr 2018 02:45:25 +0000 (19:45 -0700)
commitc3f9d5c235734757f7a9cf2413d823b3a06cf0ad
treec71297b201bdc31cefc2c3a9dcb189474048d0a8
parent14e0a222d959523252a300aec8dc94abe7d64529
anv/pipeline: Lower more constant initializers earlier

Once we've gotten rid of everything but the main entrypoint, there's no
reason why we should go ahead and lower them all.  This is what radv
does and it will make future work easier.

Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
src/intel/vulkan/anv_pipeline.c