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