Home | History | Annotate | Download | only in vboxvideo

Lines Matching defs:bpp

41 	int width, height, bpp, pitch;
48 bpp = fb ? fb->format->cpp[0] * 8 : 32;
49 pitch = fb ? fb->pitches[0] : width * bpp / 8;
61 vbox_crtc->fb_offset % (bpp / 8) == 0) {
64 vbox_write_ioport(VBE_DISPI_INDEX_VIRT_WIDTH, pitch * 8 / bpp);
65 vbox_write_ioport(VBE_DISPI_INDEX_BPP, bpp);
68 vbox_crtc->fb_offset % pitch / bpp * 8 + vbox_crtc->x);
78 vbox_crtc->x * bpp / 8 +
80 pitch, width, height, bpp, flags);
376 * does not support ARGB cursors. The mask is a 1BPP bitmap with the bit set