Lines Matching defs:depthSize
1184 int depthSize;
1211 depthSize = RADEON_ALIGN((RADEON_ALIGN(pScrn->virtualY, 16)) * info->dri->depthPitch
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;
1326 info->dri->depthOffset = RADEON_ALIGN(info->dri->textureOffset - depthSize,