Searched refs:fbPitch (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvmware.h101 unsigned long fbPitch; member in struct:__anon62f992160208
H A Dvmware.c901 pVMWARE->fbPitch = vmwareReadReg(pVMWARE, SVGA_REG_BYTES_PER_LINE);
904 pScrn->displayWidth = (pVMWARE->fbPitch * 8) / ((pScrn->bitsPerPixel + 7) & ~7);
906 VmwareLog(("fbPitch: %u\n", pVMWARE->fbPitch));
H A Dvmwarevideo.c358 if ((pVMWARE->videoRam - pVMWARE->FbSize - pVMWARE->fbPitch - 7) < size) {
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_video.c1026 int size, width, height, fbPitch; local in function:SMI_PutVideo
1150 fbPitch = (pScrn->displayWidth * pSmi->Bpp + 15) & ~15;
1227 vid_address = (pPort->area->box.y1 * fbPitch) + ((y1 >> 16) * vid_pitch);*/

Completed in 10 milliseconds