Searched refs:bt_index_shift (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_ra_init.cpp46 static const unsigned bt_index_shift = 5; member in class:r600_sb::regbits
47 static const unsigned bt_index_mask = (1u << bt_index_shift) - 1;
123 unsigned ih = index >> bt_index_shift;
129 unsigned ih = index >> bt_index_shift;
136 unsigned ih = index >> bt_index_shift;
142 unsigned ih = index >> bt_index_shift;
159 bit = __builtin_ctz(dta[elt]) + (elt << bt_index_shift);
210 return ((elt << bt_index_shift) | bit) + 1;
246 unsigned ofs = ((elt << bt_index_shift) | bit);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_ra_init.cpp46 static const unsigned bt_index_shift = 5; member in class:r600_sb::regbits
47 static const unsigned bt_index_mask = (1u << bt_index_shift) - 1;
123 unsigned ih = index >> bt_index_shift;
129 unsigned ih = index >> bt_index_shift;
136 unsigned ih = index >> bt_index_shift;
142 unsigned ih = index >> bt_index_shift;
159 bit = __builtin_ctz(dta[elt]) + (elt << bt_index_shift);
210 return ((elt << bt_index_shift) | bit) + 1;
246 unsigned ofs = ((elt << bt_index_shift) | bit);

Completed in 4 milliseconds