diff options
Diffstat (limited to 'src/compiler/nir/nir.h')
-rw-r--r-- | src/compiler/nir/nir.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index 22831cf3cc1..98adf1b5331 100644 --- a/src/compiler/nir/nir.h +++ b/src/compiler/nir/nir.h @@ -3329,6 +3329,8 @@ bool nir_opt_algebraic_before_ffma(nir_shader *shader); bool nir_opt_algebraic_late(nir_shader *shader); bool nir_opt_constant_folding(nir_shader *shader); +bool nir_opt_combine_stores(nir_shader *shader, nir_variable_mode modes); + bool nir_opt_global_to_local(nir_shader *shader); bool nir_copy_prop(nir_shader *shader); |