| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | r128_cursor.c | 210 int width_bytes; local in function:R128CursorInit 219 width_bytes = width * (pScrn->bitsPerPixel / 8); 220 height = ((size_bytes * xf86_config->num_crtc) + width_bytes - 1) / width_bytes;
|
| H A D | r128_driver.c | 1758 int width_bytes = (pScrn->displayWidth * local in function:R128ScreenInit 1812 int maxy = info->FbMapSize / width_bytes; 1861 int bufferSize = pScrn->virtualY * width_bytes; 1926 scanlines = total / width_bytes; 1935 info->textureOffset = scanlines * width_bytes; 2030 pScrn->virtualY * width_bytes, 2034 x1 = osArea->offset % width_bytes; 2035 x2 = (osArea->offset + osArea->size) % width_bytes; 2036 y1 = osArea->offset / width_bytes; 2037 y2 = (osArea->offset + osArea->size) / width_bytes; [all...] |
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_accel.c | 1182 int width_bytes = pScrn->displayWidth * cpp; local in function:RADEONSetupMemXAA_DRI 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 * 1 1441 int width_bytes = pScrn->displayWidth * info->CurrentLayout.pixel_bytes; local in function:RADEONSetupMemXAA [all...] |
| H A D | radeon_driver.c | 3667 int width_bytes = (pScrn->displayWidth * local in function:RADEONScreenInit 3669 int maxy = info->FbMapSize / width_bytes; 4325 int width_bytes = pScrn->displayWidth * cpp; local in function:RADEONChangeSurfaces 4326 int bufferSize = RADEON_ALIGN((RADEON_ALIGN(pScrn->virtualY, 16)) * width_bytes, 4387 drmsurfalloc.flags |= (width_bytes / 8) | color_pattern; 4389 drmsurfalloc.flags |= (width_bytes / 16) | color_pattern; 4450 surf_info |= (width_bytes / 8) | color_pattern; 4452 surf_info |= (width_bytes / 16) | color_pattern;
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/ |
| H A D | platform_drm.c | 521 int x_bytes, width_bytes; local in function:swrast_put_image2 538 width_bytes = width * (bpp >> 3); 549 memcpy(dst, src, width_bytes); 570 int x_bytes, width_bytes; local in function:swrast_get_image 583 width_bytes = width * (bpp >> 3); 586 stride = width_bytes; 595 memcpy(dst, src, width_bytes);
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | platform_drm.c | 528 int x_bytes, width_bytes; local in function:swrast_put_image2 545 width_bytes = width * (bpp >> 3); 556 memcpy(dst, src, width_bytes); 577 int x_bytes, width_bytes; local in function:swrast_get_image 590 width_bytes = width * (bpp >> 3); 593 stride = width_bytes; 602 memcpy(dst, src, width_bytes);
|
| /xsrc/external/mit/xf86-video-trident/dist/src/ |
| H A D | trident_dac.c | 1150 int width_bytes; local in function:TridentHWCursorInit 1156 width_bytes = width * (pScrn->bitsPerPixel / 8); 1157 height = (size_bytes + width_bytes - 1) / width_bytes;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_mipmap_tree.c | 3363 const unsigned width_bytes = _mesa_format_row_stride(mt->format, map->w); local in function:intel_miptree_map_movntdqa 3365 map->stride = ALIGN(misalignment + width_bytes, 16); 3377 _mesa_streaming_load_memcpy(dst_ptr, src_ptr, width_bytes);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_mipmap_tree.c | 2721 const unsigned width_bytes = _mesa_format_row_stride(mt->format, map->w); local in function:brw_miptree_map_movntdqa 2723 map->stride = ALIGN(misalignment + width_bytes, 16); 2735 _mesa_streaming_load_memcpy(dst_ptr, src_ptr, width_bytes);
|