anv,nir: Move lower_input_attachments pass from ANV to NIR.
Reviewed-by: Connor Abbott <cwabbott0@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:

committed by
Connor Abbott

parent
1d327689f9
commit
c31f470066
@@ -3494,6 +3494,8 @@ bool nir_lower_non_uniform_access(nir_shader *shader,
|
||||
|
||||
bool nir_lower_idiv(nir_shader *shader);
|
||||
|
||||
bool nir_lower_input_attachments(nir_shader *shader);
|
||||
|
||||
bool nir_lower_clip_vs(nir_shader *shader, unsigned ucp_enables, bool use_vars);
|
||||
bool nir_lower_clip_fs(nir_shader *shader, unsigned ucp_enables);
|
||||
bool nir_lower_clip_cull_distance_arrays(nir_shader *nir);
|
||||
|
Reference in New Issue
Block a user