Searched refs:has_nested_loop (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_loop_unroll.c782 bool has_nested_loop = false; local in function:process_loops
799 progress |= process_loops(sh, nested_node, &has_nested_loop);
834 if (!has_nested_loop && num_lt == 1 && !loop->partially_unrolled &&
842 if (has_nested_loop || !loop->info->limiting_terminator)
903 bool has_nested_loop = false; local in function:nir_opt_loop_unroll_impl
905 &has_nested_loop);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_loop_unroll.c918 bool has_nested_loop = false; local in function:process_loops
934 progress |= process_loops_in_block(sh, &loop->body, &has_nested_loop);
971 if (!has_nested_loop && num_lt == 1 && !loop->partially_unrolled &&
999 (loop->info->max_trip_count != 1 && has_nested_loop))
1062 bool has_nested_loop = false; local in function:nir_opt_loop_unroll_impl
1064 &has_nested_loop);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.0.rst2413 - nir/opt_loop_unroll: Fix has_nested_loop handling

Completed in 10 milliseconds