Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dbitset.h62 #define BITSET_CLEAR(x, b) ((x)[BITSET_BITWORD(b)] &= ~BITSET_BIT(b)) macro
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c463 BITSET_CLEAR(nctx->dirty, i); in nouveau_state_emit()