Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.h170 #define InitBit(c, index) (1ull << ((c << 4) + index)) macro
172 const UINT_64 X0 = InitBit(0, 0);
173 const UINT_64 X1 = InitBit(0, 1);
174 const UINT_64 X2 = InitBit(0, 2);
175 const UINT_64 X3 = InitBit(0, 3);
176 const UINT_64 X4 = InitBit(0, 4);
177 const UINT_64 X5 = InitBit(0, 5);
178 const UINT_64 X6 = InitBit(0, 6);
179 const UINT_64 X7 = InitBit(0, 7);
180 const UINT_64 X8 = InitBit(0, 8);
[all …]