Searched refs:nir_opt_loop_unroll (Results 1 – 5 of 5) sorted by relevance
248 nir/nir_opt_loop_unroll.c \
565 nir_opt_loop_unroll(nir_shader *shader, nir_variable_mode indirect_mask) in nir_opt_loop_unroll() function
2591 bool nir_opt_loop_unroll(nir_shader *shader, nir_variable_mode indirect_mask);
501 OPT(nir_opt_loop_unroll, indirect_mask); in nir_optimize()
1543 NIR_PASS(progress, s, nir_opt_loop_unroll, in vc4_optimize_nir()