X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fcompiler%2Fnir%2Fnir.h;h=8e1721a92dc039b003e7ee661c3a1a2f3536f5ca;hb=a934b002221eb9ad8c15cfe5ab2ff39e7432c2c6;hp=8bf517c33356c02116adbbc7ef339f66bacbb360;hpb=b0e72defc2a0687cec8bf731c6b897ff293a26da;p=mesa.git diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index 8bf517c3335..8e1721a92dc 100644 --- a/src/compiler/nir/nir.h +++ b/src/compiler/nir/nir.h @@ -2389,8 +2389,8 @@ nir_src *nir_get_io_vertex_index_src(nir_intrinsic_instr *instr); bool nir_is_per_vertex_io(nir_variable *var, gl_shader_stage stage); void nir_lower_io_types(nir_shader *shader); -void nir_lower_regs_to_ssa_impl(nir_function_impl *impl); -void nir_lower_regs_to_ssa(nir_shader *shader); +bool nir_lower_regs_to_ssa_impl(nir_function_impl *impl); +bool nir_lower_regs_to_ssa(nir_shader *shader); bool nir_lower_vars_to_ssa(nir_shader *shader); bool nir_remove_dead_variables(nir_shader *shader, nir_variable_mode modes);