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

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis310_accel.c1395 int sbpp = pSiS->CurrentLayout.bitsPerPixel >> 3; local in function:SiSSetupForCPUToScreenAlphaTexture
1396 int sbppshift = sbpp >> 1; /* 8->0, 16->1, 32->2 */
1425 if(!SiSAllocateLinear(pScrn, (sizeNeeded + sbpp - 1) >> sbppshift))
1538 int sbpp = pSiS->CurrentLayout.bitsPerPixel >> 3; local in function:SiSSetupForCPUToScreenTexture
1539 int sbppshift = sbpp >> 1; /* 8->0, 16->1, 32->2 */
1562 texType, op, width, height, texPitch, sizeNeeded, sbpp, sbppshift, bppshift);
1565 if(!SiSAllocateLinear(pScrn, (sizeNeeded + sbpp - 1) >> sbppshift))
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_exa.c1016 int sbpp = lx_get_bpp_from_format(exaScratch.srcFormat->fmt); local in function:lx_composite_multipass
1029 gp_set_bpp(sbpp);
1039 gp_set_bpp(sbpp);

Completed in 9 milliseconds