HomeSort by: relevance | last modified time | path
    Searched refs:BppShift (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/xf86-video-cirrus/dist/src/
cir.h 38 int BppShift;
alp_driver.c 980 pCir->Rounding = 128 >> pCir->BppShift;
lg_driver.c 908 pCir->Rounding = 128 >> pCir->BppShift;
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga_dac3026.c 486 int i, BppShift, index_1d = 0;
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 );
mga_dacG.c 1134 int BppShift;
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/
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);
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);
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 = logbytesperaccess-2
    [all...]
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);
glint.h 95 int BppShift;
pm2_video.c 188 #define BPPSHIFT(g) (2 - (g)->BppShift) /* Bytes per pixel = 1 << BPPSHIFT(pGlint) */
719 (pPPriv->BufferStride * h + (1 << BPPSHIFT(pGlint)) - 1) >> BPPSHIFT(pGlint),
720 8 >> BPPSHIFT(pGlint), NULL, NULL, (pointer) pPPriv);
726 pPPriv->pFBArea[i]->box.x1) << BPPSHIFT(pGlint);
732 pPPriv->BufferStride = pScrn->displayWidth << BPPSHIFT(pGlint);
741 w, h, 8 >> BPPSHIFT(pGlint), NULL, NULL, (pointer) pPPriv);
746 pPPriv->pFBArea[i]->box.x1) << BPPSHIFT(pGlint)
    [all...]
  /xsrc/external/mit/xf86-video-tga/dist/src/
tga.h 57 int BppShift;
  /xsrc/external/mit/xf86-video-trident/dist/src/
trident.h 107 int BppShift;

Completed in 21 milliseconds