Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dbitset.h67 #define BITSET_RANGE(b, e) ((BITSET_MASK((e) + 1)) & ~(BITSET_BIT(b) - 1)) macro
198 (((x)[BITSET_BITWORD(b)] & BITSET_RANGE(b, e)) != 0) : \
202 ((x)[BITSET_BITWORD(b)] |= BITSET_RANGE(b, e)) : \
206 ((x)[BITSET_BITWORD(b)] &= ~BITSET_RANGE(b, e)) : \
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_varyings.c544 if (used[word] & BITSET_RANGE(start_range, end_range)) { in xfb_decl_store()
550 used[word] |= BITSET_RANGE(start_range, end_range); in xfb_decl_store()