Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dregister_allocate_internal.h144 unsigned int stack_count; member
Dregister_allocate.c698 g->tmp.stack[g->tmp.stack_count] = n; in add_node_to_stack()
699 g->tmp.stack_count++; in add_node_to_stack()
728 g->tmp.stack_count = 0; in ra_simplify()
807 stack_optimistic_start = g->tmp.stack_count; in ra_simplify()
907 while (g->tmp.stack_count != 0) { in ra_select()
910 int n = g->tmp.stack[g->tmp.stack_count - 1]; in ra_select()
957 g->tmp.stack_count--; in ra_select()
969 g->tmp.stack_count - 1 <= g->tmp.stack_optimistic_start) in ra_select()