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

/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm2_video.c188 #define BPPSHIFT(g) (2 - (g)->BppShift) /* Bytes per pixel = 1 << BPPSHIFT(pGlint) */ macro
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(pGlin
[all...]

Completed in 7 milliseconds