Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dregister_allocate.c565 unsigned bitset_count = BITSET_WORDS(alloc); in ra_realloc_interference_graph() local
567 g->tmp.in_stack = reralloc(g, g->tmp.in_stack, BITSET_WORD, bitset_count); in ra_realloc_interference_graph()
570 bitset_count); in ra_realloc_interference_graph()
571 g->tmp.pq_test = reralloc(g, g->tmp.pq_test, BITSET_WORD, bitset_count); in ra_realloc_interference_graph()
573 bitset_count); in ra_realloc_interference_graph()
575 bitset_count); in ra_realloc_interference_graph()