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

/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_bo_helper.c77 unsigned tilew, tileh, microtiled, logbpp; local in function:RADEONMacroSwitch
79 logbpp = RADEONLog2(bpp / 8);
80 if (logbpp > 4)
84 tilew = MicroBlockTable[logbpp][microtiled][0] * 8;
85 tileh = MicroBlockTable[logbpp][microtiled][1] * 8;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_exa.c431 unsigned tilew, tileh, microtiled, logbpp; local in function:RADEONMacroSwitch
433 logbpp = RADEONLog2(bpp / 8);
434 if (logbpp > 4)
438 tilew = MicroBlockTable[logbpp][microtiled][0] * 8;
439 tileh = MicroBlockTable[logbpp][microtiled][1] * 8;

Completed in 3 milliseconds