Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ra_init.cpp394 unsigned allowed_chans = 0x0F; in color_bs_constraint() local
424 allowed_chans &= ~(1 << chan); in color_bs_constraint()
425 assert(allowed_chans); in color_bs_constraint()
443 while (allowed_chans && gpr.sel() < sh.num_nontemp_gpr()) { in color_bs_constraint()
467 allowed_chans &= ~(1 << chan); in color_bs_constraint()