anv/pipeline: Set tess IO read/written key fields in compile_*
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 7 Aug 2018 23:21:13 +0000 (16:21 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 17 Aug 2018 15:50:28 +0000 (10:50 -0500)
commitf210a5f4bb868ad5ae70c5fb3912f3a241305666
treea33f8138b206a03d01e76da6c8f71da03fff1aa8
parent2e4094cd8f7c05a2949add549f80465853b98c81
anv/pipeline: Set tess IO read/written key fields in compile_*

We want these to be set as close to the final compile as possible so
that they are guaranteed to happen after nir_shader_gather_info is
called.  The next commit is going to move nir_shader_gather_info to
after the linking step which makes this necessary.

Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
src/intel/vulkan/anv_pipeline.c