HomeSort by relevance Sort by last modified time
    Searched refs:continue_from_then (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_opt_loop_unroll.c 63 if (term->continue_from_then) {
219 get_complex_unroll_insert_location(nir_cf_node *node, bool continue_from_then)
225 if (continue_from_then) {
235 * unknown. If continue_from_then is true, the loop is repeated only when the
252 * And the iteration count is 3, and unlimit_term->continue_from_then is true,
387 unlimit_term->continue_from_then);
394 unlimit_term->continue_from_then);
421 unlimit_term->continue_from_then);
435 unlimit_term->continue_from_then);
nir_loop_analyze.c 314 bool continue_from_then = true; local
321 continue_from_then = false;
350 terminator->continue_from_then = continue_from_then;
604 terminator->continue_from_then);
nir.h 1547 bool continue_from_then; member in struct:__anon29300
    [all...]

Completed in 142 milliseconds