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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_loop_unroll.c383 * the trip_count in order for the code below to clone anything. When
582 unsigned trip_count)
602 return glsl_get_length(parent->type) <= trip_count;
617 unsigned trip_count)
647 trip_count)) {
662 trip_count)) {
679 partial_unroll(nir_shader *shader, nir_loop *loop, unsigned trip_count) argument
703 remap_table, trip_count);
707 &lp_body, trip_count);
763 unsigned trip_count local in function:check_unrolling_restrictions
581 is_access_out_of_bounds(nir_loop_terminator * term,nir_deref_instr * deref,unsigned trip_count) argument
613 remove_out_of_bounds_induction_use(nir_shader * shader,nir_loop * loop,nir_loop_terminator * term,nir_cf_list * lp_header,nir_cf_list * lp_body,unsigned trip_count) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_loop_unroll.c383 * the trip_count in order for the code below to clone anything. When
582 unsigned trip_count)
606 return length <= trip_count;
621 unsigned trip_count)
651 trip_count)) {
666 trip_count)) {
683 partial_unroll(nir_shader *shader, nir_loop *loop, unsigned trip_count) argument
707 remap_table, trip_count);
711 &lp_body, trip_count);
843 unsigned trip_count local in function:check_unrolling_restrictions
581 is_access_out_of_bounds(nir_loop_terminator * term,nir_deref_instr * deref,unsigned trip_count) argument
617 remove_out_of_bounds_induction_use(nir_shader * shader,nir_loop * loop,nir_loop_terminator * term,nir_cf_list * lp_header,nir_cf_list * lp_body,unsigned trip_count) argument
[all...]

Completed in 4 milliseconds