Searched refs:width_bytes (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_cursor.c210 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 Dr128_driver.c1758 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 Dradeon_accel.c1182 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 Dradeon_driver.c3667 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 Dplatform_drm.c521 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 Dplatform_drm.c528 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 Dtrident_dac.c1150 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 Dintel_mipmap_tree.c3363 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 Dbrw_mipmap_tree.c2721 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);

Completed in 26 milliseconds