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

/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_dri.c1449 unsigned int WidthinTiles; local in function:SAVAGEDRIOpenFullScreen
1462 WidthinTiles = (pSAVAGEDRI->width+63)>>6;
1468 WidthinTiles = (pSAVAGEDRI->width+31)>>5;
1478 /*value = 0x80000000|(WidthinTiles<<24)|(TileStride*depth/8);*/
1479 value = 0x80000000|(WidthinTiles<<24);

Completed in 44 milliseconds