Lines Matching refs:BPPSHIFT
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);
2456 xvipc.b >> BPPSHIFT(pGlint), 2, NULL, NULL, NULL);
2462 pFBArea->box.x1) << BPPSHIFT(pGlint);
3096 * pScrn->displayWidth) << BPPSHIFT(pGlint)) / 1024));