Home
last modified time | relevance | path

Searched refs:rowstride (Results 1 – 2 of 2) sorted by relevance

/drivers/video/fbdev/core/
A Dsvgalib.c228 src = fb + area->sx * colstride + area->sy * rowstride; in svga_tilecopy()
229 dst = fb + area->dx * colstride + area->dy * rowstride; in svga_tilecopy()
232 + (area->sy + area->height - 1) * rowstride; in svga_tilecopy()
234 + (area->dy + area->height - 1) * rowstride; in svga_tilecopy()
237 rowstride = -rowstride; in svga_tilecopy()
249 src += rowstride; in svga_tilecopy()
250 dst += rowstride; in svga_tilecopy()
262 fb += rect->sx * colstride + rect->sy * rowstride; in svga_tilefill()
271 fb += rowstride; in svga_tilefill()
283 fb += blit->sx * colstride + blit->sy * rowstride; in svga_tileblit()
[all …]
/drivers/gpu/drm/vmwgfx/
A Dvmw_surface_cache.h205 const u32 rowstride = __KERNEL_DIV_ROUND_UP(width, bw) * in vmw_surface_get_pixel_offset() local
207 const u32 imgstride = __KERNEL_DIV_ROUND_UP(height, bh) * rowstride; in vmw_surface_get_pixel_offset()
209 y / bh * rowstride + in vmw_surface_get_pixel_offset()

Completed in 6 milliseconds