anv: Add an input attachment lowering pass

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
Jason Ekstrand
2016-11-14 14:23:36 -08:00
parent 2e311e4211
commit 347f43c8ec
4 changed files with 147 additions and 0 deletions

View File

@@ -31,6 +31,8 @@
extern "C" {
#endif
void anv_nir_lower_input_attachments(nir_shader *shader);
void anv_nir_lower_push_constants(nir_shader *shader);
void anv_nir_apply_dynamic_offsets(struct anv_pipeline *pipeline,