rowstride        1274 drivers/gpu/drm/vmwgfx/device_include/svga3d_surfacedefs.h 	const u32 rowstride = __KERNEL_DIV_ROUND_UP(width, bw) *
rowstride        1276 drivers/gpu/drm/vmwgfx/device_include/svga3d_surfacedefs.h 	const u32 imgstride = __KERNEL_DIV_ROUND_UP(height, bh) * rowstride;
rowstride        1278 drivers/gpu/drm/vmwgfx/device_include/svga3d_surfacedefs.h 			    y / bh * rowstride +
rowstride         223 drivers/video/fbdev/core/svgalib.c 	int rowstride = colstride * (info->var.xres_virtual / 8);
rowstride         229 drivers/video/fbdev/core/svgalib.c 		src = fb + area->sx * colstride + area->sy * rowstride;
rowstride         230 drivers/video/fbdev/core/svgalib.c 		dst = fb + area->dx * colstride + area->dy * rowstride;
rowstride         233 drivers/video/fbdev/core/svgalib.c 			 + (area->sy + area->height - 1) * rowstride;
rowstride         235 drivers/video/fbdev/core/svgalib.c 			 + (area->dy + area->height - 1) * rowstride;
rowstride         238 drivers/video/fbdev/core/svgalib.c 		rowstride = -rowstride;
rowstride         250 drivers/video/fbdev/core/svgalib.c 		src += rowstride;
rowstride         251 drivers/video/fbdev/core/svgalib.c 		dst += rowstride;
rowstride         260 drivers/video/fbdev/core/svgalib.c 	int rowstride = colstride * (info->var.xres_virtual / 8);
rowstride         263 drivers/video/fbdev/core/svgalib.c 	fb += rect->sx * colstride + rect->sy * rowstride;
rowstride         272 drivers/video/fbdev/core/svgalib.c 		fb += rowstride;
rowstride         281 drivers/video/fbdev/core/svgalib.c 	int rowstride = colstride * (info->var.xres_virtual / 8);
rowstride         284 drivers/video/fbdev/core/svgalib.c 	fb += blit->sx * colstride + blit->sy * rowstride;
rowstride         296 drivers/video/fbdev/core/svgalib.c 		fb += rowstride;