Files
mesa/src/intel/vulkan
Jason Ekstrand 1bce04deb8 anv/pipeline: Translate vulkan_resource_index to a constant when possible
We want to call brw_nir_analyze_ubo_ranges immedately after
anv_nir_apply_pipeline_layout and it badly wants constants.  We could
run an optimization step and let constant folding do it but that's way
more expensive than needed.  It's really easy to just handle constants
in apply_pipeline_layout.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
2017-12-08 15:43:25 -08:00
..
2017-12-08 15:42:55 -08:00
2017-10-17 11:08:26 -07:00
2017-10-18 09:08:08 -07:00
2017-07-22 20:12:10 -07:00
2017-11-09 16:29:33 -08:00