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