Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_loop_unroll.c987 bool has_nested_loop = false; in process_loops() local
1004 progress |= process_loops_in_block(sh, &loop->body, &has_nested_loop); in process_loops()
1076 if (!has_nested_loop && one_lt && !loop->partially_unrolled && in process_loops()
1104 (loop->info->max_trip_count != 1 && has_nested_loop)) in process_loops()
1168 bool has_nested_loop = false; in nir_opt_loop_unroll_impl() local
1170 &has_nested_loop); in nir_opt_loop_unroll_impl()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D20.1.0.rst2413 - nir/opt_loop_unroll: Fix has_nested_loop handling