Lines Matching defs:width_bytes
1182 int width_bytes = pScrn->displayWidth * cpp;
1199 bufferSize = RADEON_ALIGN((RADEON_ALIGN(pScrn->virtualY, 16)) * width_bytes,
1202 bufferSize = RADEON_ALIGN(pScrn->virtualY * width_bytes,
1233 - 2 * width_bytes - 16384 - info->FbSecureSize)
1260 - 2 * width_bytes - 16384 - info->FbSecureSize;
1267 if ((int)info->FbMapSize - 8192*width_bytes - bufferSize - depthSize
1270 info->FbMapSize - 8192*width_bytes - bufferSize - depthSize;
1280 otherwise the copy-from-front-to-back will fail (width_bytes * 16 will also guarantee
1289 width_bytes * 16 - 1) / (width_bytes * 16)) * (width_bytes * 16);
1315 (width_bytes * 16)) * (width_bytes * 16);
1337 info->dri->backY = info->dri->backOffset / width_bytes;
1338 info->dri->backX = (info->dri->backOffset - (info->dri->backY * width_bytes)) / cpp;
1340 scanlines = (info->FbMapSize-info->FbSecureSize) / width_bytes;
1390 - info->dri->depthOffset / width_bytes);
1392 - info->dri->backOffset / width_bytes
1441 int width_bytes = pScrn->displayWidth * info->CurrentLayout.pixel_bytes;
1446 y2 = info->FbMapSize / width_bytes;