Searched refs:impl_progress (Results 1 – 7 of 7) sorted by relevance
119 bool impl_progress = false; in gl_nir_lower_images() local122 impl_progress |= lower_impl(&b, instr, bindless_only); in gl_nir_lower_images()124 if (impl_progress) { in gl_nir_lower_images()
153 bool impl_progress = false; in gl_nir_lower_atomics() local163 impl_progress |= lower_deref_instr(&build, in gl_nir_lower_atomics()170 if (impl_progress) { in gl_nir_lower_atomics()
109 bool impl_progress = false; in nir_lower_variable_initializers() local115 impl_progress |= lower_const_initializer(&builder, in nir_lower_variable_initializers()121 impl_progress |= lower_const_initializer(&builder, in nir_lower_variable_initializers()126 if (impl_progress) { in nir_lower_variable_initializers()
133 bool impl_progress = false; in nir_opt_conditional_discard() local136 impl_progress = true; in nir_opt_conditional_discard()139 if (impl_progress) { in nir_opt_conditional_discard()
160 bool impl_progress = false; in nir_opt_move() local163 impl_progress = true; in nir_opt_move()166 if (impl_progress) { in nir_opt_move()
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()
2930 bool impl_progress = false; in nir_io_add_const_offset_to_base() local2934 impl_progress |= add_const_offset_to_base_block(block, &b, modes); in nir_io_add_const_offset_to_base()2936 progress |= impl_progress; in nir_io_add_const_offset_to_base()2937 if (impl_progress) in nir_io_add_const_offset_to_base()