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

/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A Dcir.h38 int BppShift; member in struct:__anon805ca9280108
H A Dalp_driver.c980 pCir->Rounding = 128 >> pCir->BppShift;
H A Dlg_driver.c908 pCir->Rounding = 128 >> pCir->BppShift;
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_dac3026.c486 int i, BppShift, index_1d = 0; local in function:MGA3026Init
494 BppShift = pMga->BppShifts[(pLayout->bitsPerPixel >> 3) - 1];
579 wd = (pLayout->displayWidth * 3) >> (4 - BppShift);
581 wd = pLayout->displayWidth >> (4 - BppShift);
607 pReg->ExtVga[3] = (((1 << BppShift) * 3) - 1) | 0x80;
609 pReg->ExtVga[3] = ((1 << BppShift) - 1) | 0x80;
687 MGATi3026SetPCLK( pScrn, mode->Clock, 1 << BppShift );
H A Dmga_dacG.c1134 int BppShift; local in function:MGAGInit
1159 BppShift = pMga->BppShifts[(pLayout->bitsPerPixel >> 3) - 1];
1379 wd = (pLayout->displayWidth * 3) >> (4 - BppShift);
1381 wd = pLayout->displayWidth >> (4 - BppShift);
1405 pReg->ExtVga[3] = (((1 << BppShift) * 3) - 1) | 0x80;
1407 pReg->ExtVga[3] = ((1 << BppShift) - 1) | 0x80;
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm2_exa.c164 Permedia2LoadCoord(pScrn, dstX >> pGlint->BppShift, dstY,
165 (w + 7) >> pGlint->BppShift, h);
231 Permedia2LoadCoord(pScrn, x1 >> pGlint->BppShift, y1,
232 (w + 7) >> pGlint->BppShift, h);
H A Dpm2_accel.c391 Permedia2LoadCoord(pScrn, x2>>pGlint->BppShift, y2,
392 (w+7)>>pGlint->BppShift, h);
578 Permedia2LoadCoord(pScrn, x>>pGlint->BppShift, y,
579 (w+7)>>pGlint->BppShift, h);
1020 Permedia2LoadCoord(pScrn, x>>pGlint->BppShift, y,
1021 (w+pGlint->bppalign)>>pGlint->BppShift, h);
1186 Permedia2LoadCoord(pScrn, x>>pGlint->BppShift, y,
1187 (w+pGlint->bppalign)>>pGlint->BppShift, h);
H A Dglint_driver.c2075 pGlint->BppShift = 2;
2079 pGlint->BppShift = 0;
2081 pGlint->BppShift = 1;
2085 pGlint->BppShift = 2;
2088 pGlint->BppShift = 0;
3245 base = ((y * pScrn->displayWidth + x) >> 1) >> pGlint->BppShift;
3260 base = (y * pScrn->displayWidth + x) >> pGlint->BppShift;
3270 base = (y * pScrn->displayWidth + x) >> pGlint->BppShift;
3817 pGlint->BppShift = logbytesperaccess;
3822 pGlint->BppShift
[all...]
H A Dpm_accel.c419 PermediaLoadCoord(pScrn, (x2>>pGlint->BppShift)<<16, y2<<16,
420 ((x2+w+7)>>pGlint->BppShift)<<16, h, 0,
473 PermediaLoadCoord(pScrn, (x>>pGlint->BppShift)<<16, y<<16,
474 ((x+w+7)>>pGlint->BppShift)<<16, h, 0, 1<<16);
H A Dglint.h95 int BppShift; member in struct:__anon125efece0308
H A Dpm2_video.c188 #define BPPSHIFT(g) (2 - (g)->BppShift) /* Bytes per pixel = 1 << BPPSHIFT(pGlint) */
/xsrc/external/mit/xf86-video-tga/dist/src/
H A Dtga.h57 int BppShift; member in struct:__anon1a35ed4a0208
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dtrident.h107 int BppShift; member in struct:__anon52c1ffc60208

Completed in 25 milliseconds