Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ra_init.cpp46 static const unsigned bt_index_shift = 5; member in r600_sb::regbits
47 static const unsigned bt_index_mask = (1u << bt_index_shift) - 1;
123 unsigned ih = index >> bt_index_shift; in set()
129 unsigned ih = index >> bt_index_shift; in clear()
136 unsigned ih = index >> bt_index_shift; in get()
142 unsigned ih = index >> bt_index_shift; in set()
159 bit = __builtin_ctz(dta[elt]) + (elt << bt_index_shift); in find_free_bit()
210 return ((elt << bt_index_shift) | bit) + 1; in find_free_chans()
246 unsigned ofs = ((elt << bt_index_shift) | bit); in find_free_chan_by_mask()