Searched refs:bppshift (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis310_accel.c | 1540 int bppshift = PICT_FORMAT_BPP(texType) >> 4; /* 8->0, 16->1, 32->2 */ local in function:SiSSetupForCPUToScreenTexture 1558 sizeNeeded = (pitch << bppshift) * height; 1562 texType, op, width, height, texPitch, sizeNeeded, sbpp, sbppshift, bppshift); 1568 width <<= bppshift; /* -> bytes (for engine and memcpy) */ 1569 pitch <<= bppshift; /* -> bytes */
|
Completed in 8 milliseconds