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

  /external/mesa3d/src/compiler/nir/
nir_worklist.c 38 w->blocks_present = rzalloc_array(mem_ctx, BITSET_WORD,
46 ralloc_free(w->blocks_present);
62 if (BITSET_TEST(w->blocks_present, block->index))
75 BITSET_SET(w->blocks_present, block->index);
96 BITSET_CLEAR(w->blocks_present, w->blocks[head]->index);
104 if (BITSET_TEST(w->blocks_present, block->index))
114 BITSET_SET(w->blocks_present, block->index);
136 BITSET_CLEAR(w->blocks_present, w->blocks[tail]->index);
nir_worklist.h 57 BITSET_WORD *blocks_present; member in struct:__anon29340

Completed in 64 milliseconds