Searched refs:impl_progress (Results 1 – 8 of 8) sorted by relevance
131 bool impl_progress = false; in nir_opt_move() local134 impl_progress = true; in nir_opt_move()137 if (impl_progress) { in nir_opt_move()
122 bool impl_progress = false; in nir_opt_conditional_discard() local125 impl_progress = true; in nir_opt_conditional_discard()128 if (impl_progress) { in nir_opt_conditional_discard()
193 bool impl_progress = false; in nir_lower_vars_to_scratch() local218 impl_progress = true; in nir_lower_vars_to_scratch()222 if (impl_progress) { in nir_lower_vars_to_scratch()
108 bool impl_progress = false; in nir_lower_variable_initializers() local112 impl_progress |= lower_const_initializer(&builder, in nir_lower_variable_initializers()118 impl_progress |= lower_const_initializer(&builder, in nir_lower_variable_initializers()123 if (impl_progress) { in nir_lower_variable_initializers()
3128 bool impl_progress = false; in nir_io_add_const_offset_to_base() local3131 impl_progress |= add_const_offset_to_base_block(block, &b, modes); in nir_io_add_const_offset_to_base()3133 progress |= impl_progress; in nir_io_add_const_offset_to_base()3134 if (impl_progress) in nir_io_add_const_offset_to_base()
375 bool impl_progress = false; in ir3_nir_lower_64b_regs() local381 impl_progress = true; in ir3_nir_lower_64b_regs()385 if (impl_progress) { in ir3_nir_lower_64b_regs()
2379 bool impl_progress = false; in brw_nir_move_interpolation_to_top() local2410 impl_progress = true; in brw_nir_move_interpolation_to_top()2416 progress = progress || impl_progress; in brw_nir_move_interpolation_to_top()2418 nir_metadata_preserve(impl, impl_progress ? nir_metadata_control_flow in brw_nir_move_interpolation_to_top()
6498 bool impl_progress = false; in elk_nir_move_interpolation_to_top() local6529 impl_progress = true; in elk_nir_move_interpolation_to_top()6535 progress = progress || impl_progress; in elk_nir_move_interpolation_to_top()6537 nir_metadata_preserve(impl, impl_progress ? nir_metadata_control_flow in elk_nir_move_interpolation_to_top()