Searched refs:nir_loop_control_dont_unroll (Results 1 – 3 of 3) sorted by relevance
901 if (loop->control == nir_loop_control_dont_unroll) in check_unrolling_restrictions()1017 if (!progress && loop->control != nir_loop_control_dont_unroll) { in process_loops()
3304 nir_loop_control_dont_unroll = 0x2, enumerator
1459 return nir_loop_control_dont_unroll; in vtn_loop_control()