Searched refs:rowstride (Results 1 – 2 of 2) sorted by relevance
223 int rowstride = colstride * (info->var.xres_virtual / 8); in svga_tilecopy() local229 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()260 int rowstride = colstride * (info->var.xres_virtual / 8); in svga_tilefill() local263 fb += rect->sx * colstride + rect->sy * rowstride; in svga_tilefill()[all …]
1328 const u32 rowstride = __KERNEL_DIV_ROUND_UP(width, bw) * in svga3dsurface_get_pixel_offset() local1330 const u32 imgstride = __KERNEL_DIV_ROUND_UP(height, bh) * rowstride; in svga3dsurface_get_pixel_offset()1332 y / bh * rowstride + in svga3dsurface_get_pixel_offset()