Searched defs:SVGA_PIXMAP_SIZE (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dsvga_reg.h193 #define SVGA_PIXMAP_SIZE(w,h,bpp) ((( ((w)*(bpp))+31 ) >> 5) * (h)) macro

Completed in 7 milliseconds