Home
last modified time | relevance | path

Searched refs:loop_progress (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_memory_model.c218 bool loop_progress; in lower_make_visible() local
220 loop_progress = false; in lower_make_visible()
222 loop_progress |= lower_make_visible(loop_node, cur_modes); in lower_make_visible()
223 progress |= loop_progress; in lower_make_visible()
224 } while (loop_progress); in lower_make_visible()
257 bool loop_progress; in lower_make_available() local
259 loop_progress = false; in lower_make_available()
261 loop_progress |= lower_make_available(loop_node, cur_modes); in lower_make_available()
262 progress |= loop_progress; in lower_make_available()
263 } while (loop_progress); in lower_make_available()
/third_party/mesa3d/src/amd/compiler/
Daco_insert_waitcnt.cpp778 unsigned loop_progress = 0; in insert_wait_states() local
795 if (loop_progress == loop_header_indices.size()) { in insert_wait_states()
800 loop_progress = std::min<unsigned>(loop_progress, loop_header_indices.size()); in insert_wait_states()
823 loop_progress = std::max<unsigned>(loop_progress, current.loop_nest_depth); in insert_wait_states()