Searched refs:LOCAL_MASK (Results 1 – 2 of 2) sorted by relevance
224 static const uint32_t LOCAL_MASK = 1 << LOCAL_OFFSET; variable226 static const uint32_t BINDING_MASK = GLOBAL_MASK | LOCAL_MASK;
215 if (m_BitField & LOCAL_MASK) { in binding()