Searched refs:SVGA_PIXMAP_SIZE (Results 1 – 1 of 1) sorted by relevance
515 #define SVGA_PIXMAP_SIZE(w, h, bpp) (((((w) * (bpp)) + 31) >> 5) * (h)) macro697 args = SVGA_BITMAP_SIZE(x, y) + SVGA_PIXMAP_SIZE(x, y, cursor.bpp); in vmsvga_fifo_run()702 || SVGA_PIXMAP_SIZE(x, y, cursor.bpp) in vmsvga_fifo_run()715 for (args = 0; args < SVGA_PIXMAP_SIZE(x, y, cursor.bpp); args++) { in vmsvga_fifo_run()