Searched refs:rowstride (Results 1 – 2 of 2) sorted by relevance
229 src = fb + area->sx * colstride + area->sy * rowstride; in svga_tilecopy()230 dst = fb + area->dx * colstride + area->dy * rowstride; in svga_tilecopy()233 + (area->sy + area->height - 1) * rowstride; in svga_tilecopy()235 + (area->dy + area->height - 1) * rowstride; in svga_tilecopy()238 rowstride = -rowstride; in svga_tilecopy()250 src += rowstride; in svga_tilecopy()251 dst += rowstride; in svga_tilecopy()263 fb += rect->sx * colstride + rect->sy * rowstride; in svga_tilefill()272 fb += rowstride; in svga_tilefill()284 fb += blit->sx * colstride + blit->sy * rowstride; in svga_tileblit()[all …]
199 const u32 rowstride = __KERNEL_DIV_ROUND_UP(width, bw) * in vmw_surface_get_pixel_offset() local201 const u32 imgstride = __KERNEL_DIV_ROUND_UP(height, bh) * rowstride; in vmw_surface_get_pixel_offset()203 y / bh * rowstride + in vmw_surface_get_pixel_offset()
Completed in 8 milliseconds