Searched refs:SWIZ_BITS (Results 1 – 3 of 3) sorted by relevance
259 #define SWIZ_BITS 4 macro260 #define SWIZ_MASK ((1 << SWIZ_BITS) - 1)261 #define _oswiz(_type, _ind) ((_type << SWIZ_BITS) | (_ind & SWIZ_MASK))262 #define iswiz(_ind) (_ind >> SWIZ_BITS)
1839 #define SWIZ_BITS 8 macro1840 #define SWIZ_MASK ((1 << SWIZ_BITS) - 1)1841 #define _oswiz(_type, _ind) ((_type << SWIZ_BITS) | (_ind & SWIZ_MASK))1842 #define iswiz(_ind) (_ind >> SWIZ_BITS)
2993 #define SWIZ_BITS 8 macro2994 #define SWIZ_MASK ((1 << SWIZ_BITS) - 1)2995 #define _oswiz(_type, _ind) ((_type << SWIZ_BITS) | (_ind & SWIZ_MASK))2996 #define iswiz(_ind) (_ind >> SWIZ_BITS)