Lines Matching refs:bufferSize
1183 int bufferSize;
1199 bufferSize = RADEON_ALIGN((RADEON_ALIGN(pScrn->virtualY, 16)) * width_bytes,
1202 bufferSize = RADEON_ALIGN(pScrn->virtualY * width_bytes,
1232 texsizerequest = ((int)info->FbMapSize - 2 * bufferSize - depthSize
1240 info->dri->textureSize = info->FbMapSize - info->FbSecureSize - 5 * bufferSize - depthSize;
1248 info->dri->textureSize = info->FbMapSize - 4 * bufferSize - depthSize;
1251 info->dri->textureSize = info->FbMapSize - 3 * bufferSize - depthSize;
1259 info->dri->textureSize = info->FbMapSize - 2 * bufferSize - depthSize
1267 if ((int)info->FbMapSize - 8192*width_bytes - bufferSize - depthSize
1270 info->FbMapSize - 8192*width_bytes - bufferSize - depthSize;
1275 info->dri->textureSize += bufferSize;
1333 info->dri->backOffset = RADEON_ALIGN(info->dri->depthOffset - bufferSize,