Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dbitset.h97 #define BITSET_FFS(x) __bitset_ffs(x, ARRAY_SIZE(x)) macro
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c431 int i = BITSET_FFS(nctx->dirty) - 1; in nouveau_next_dirty_state()