Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_loop_unroll.c884 unsigned cost_limit = max_iter * LOOP_UNROLL_LIMIT; in check_unrolling_restrictions() local
887 if (cost <= cost_limit && trip_count <= max_iter) in check_unrolling_restrictions()

Completed in 2 milliseconds