OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BITSET_SET
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.h
104
BITSET_SET
(to_nouveau_context(ctx)->dirty, NOUVEAU_STATE_##s)
106
BITSET_SET
(to_nouveau_context(ctx)->dirty, NOUVEAU_STATE_##s##0 + i)
/external/mesa3d/src/mesa/main/
bitset.h
61
#define
BITSET_SET
(x, b) ((x)[BITSET_BITWORD(b)] |= BITSET_BIT(b))
Completed in 90 milliseconds