Home
last modified time | relevance | path

Searched defs:SVGA_BITMAP_SIZE (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/qemu42/qemu-4.2.1/hw/display/
H A Dvmware_vga.c500 #define SVGA_BITMAP_SIZE(w, h) ((((w) + 31) >> 5) * (h)) macro
/dports/emulators/qemu/qemu-6.2.0/hw/display/
H A Dvmware_vga.c501 #define SVGA_BITMAP_SIZE(w, h) ((((w) + 31) >> 5) * (h)) macro
/dports/emulators/qemu60/qemu-6.0.0/hw/display/
H A Dvmware_vga.c501 #define SVGA_BITMAP_SIZE(w, h) ((((w) + 31) >> 5) * (h)) macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/display/
H A Dvmware_vga.c497 #define SVGA_BITMAP_SIZE(w, h) ((((w) + 31) >> 5) * (h)) macro
/dports/emulators/qemu5/qemu-5.2.0/hw/display/
H A Dvmware_vga.c502 #define SVGA_BITMAP_SIZE(w, h) ((((w) + 31) >> 5) * (h)) macro
/dports/emulators/qemu-utils/qemu-4.2.1/hw/display/
H A Dvmware_vga.c500 #define SVGA_BITMAP_SIZE(w, h) ((((w) + 31) >> 5) * (h)) macro
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/display/
H A Dvmware_vga.c500 #define SVGA_BITMAP_SIZE(w, h) ((((w) + 31) >> 5) * (h)) macro
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/display/
H A Dvmware_vga.c501 #define SVGA_BITMAP_SIZE(w, h) ((((w) + 31) >> 5) * (h)) macro
/dports/x11-drivers/xf86-video-vmware/xf86-video-vmware-13.3.0/src/
H A Dsvga_reg.h192 #define SVGA_BITMAP_SIZE(w,h) ((((w)+31) >> 5) * (h)) macro