Home
last modified time | relevance | path

Searched refs:best_optimistic_node (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/util/
Dregister_allocate.c503 unsigned int best_optimistic_node = ~0; in ra_simplify() local
521 best_optimistic_node = i; in ra_simplify()
527 if (!progress && best_optimistic_node != ~0U) { in ra_simplify()
531 decrement_q(g, best_optimistic_node); in ra_simplify()
532 g->stack[g->stack_count] = best_optimistic_node; in ra_simplify()
534 g->nodes[best_optimistic_node].in_stack = true; in ra_simplify()