| /xsrc/external/mit/xf86-video-cirrus/dist/src/ |
| H A D | cir.h | 38 int BppShift; member in struct:__anon805ca9280108
|
| H A D | alp_driver.c | 980 pCir->Rounding = 128 >> pCir->BppShift;
|
| H A D | lg_driver.c | 908 pCir->Rounding = 128 >> pCir->BppShift;
|
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| H A D | mga_dac3026.c | 486 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 D | mga_dacG.c | 1134 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 D | pm2_exa.c | 164 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 D | pm2_accel.c | 391 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 D | glint_driver.c | 2075 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 D | pm_accel.c | 419 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 D | glint.h | 95 int BppShift; member in struct:__anon125efece0308
|
| H A D | pm2_video.c | 188 #define BPPSHIFT(g) (2 - (g)->BppShift) /* Bytes per pixel = 1 << BPPSHIFT(pGlint) */
|
| /xsrc/external/mit/xf86-video-tga/dist/src/ |
| H A D | tga.h | 57 int BppShift; member in struct:__anon1a35ed4a0208
|
| /xsrc/external/mit/xf86-video-trident/dist/src/ |
| H A D | trident.h | 107 int BppShift; member in struct:__anon52c1ffc60208
|