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

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis310_accel.c1396 int sbppshift = sbpp >> 1; /* 8->0, 16->1, 32->2 */ local in function:SiSSetupForCPUToScreenAlphaTexture
1425 if(!SiSAllocateLinear(pScrn, (sizeNeeded + sbpp - 1) >> sbppshift))
1481 dstPtr = (CARD32*)(pSiS->FbBase + (pSiS->AccelLinearScratch->offset << sbppshift));
1539 int sbppshift = sbpp >> 1; /* 8->0, 16->1, 32->2 */ local in function:SiSSetupForCPUToScreenTexture
1562 texType, op, width, height, texPitch, sizeNeeded, sbpp, sbppshift, bppshift);
1565 if(!SiSAllocateLinear(pScrn, (sizeNeeded + sbpp - 1) >> sbppshift))
1623 dst = (CARD8*)(pSiS->FbBase + (pSiS->AccelLinearScratch->offset << sbppshift));

Completed in 4 milliseconds