Searched refs:vTotal (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/libXrandr/dist/src/
H A DXrrMode.c78 req->modeInfo.vTotal = mode_info->vTotal;
H A DXrrScreen.c176 xrsr->modes[i].vTotal = modeInfo.vTotal;
/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrmode.c39 if (a->vTotal != b->vTotal) return FALSE;
H A Drrinfo.c43 modeInfo.vTotal = size->height;
H A Drandr.c484 CARD32 dots = mode->hTotal * mode->vTotal;
H A Drrsdispatch.c257 swaps(&modeinfo->vTotal, n);
H A Drrscreen.c443 swaps (&modeinfos[i].vTotal, n);
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrmode.c48 if (a->vTotal != b->vTotal)
H A Drrinfo.c44 modeInfo.vTotal = size->height;
H A Drrsdispatch.c241 swaps(&modeinfo->vTotal);
H A Drrscreen.c323 swaps(&modeinfos[i].vTotal);
614 swaps(&modeinfos[i].vTotal);
H A Drandr.c731 CARD32 dots = mode->hTotal * mode->vTotal;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_tv.c621 unsigned vTotal; local in function:RADEONInitTVRestarts
647 vTotal = constPtr->verTotal;
696 vOffset = ((int)(vTotal * hTotal) * 2 * tvout->vPos) / (int)(NTSC_TV_LINES_PER_FRAME);
698 vOffset = ((int)(vTotal * hTotal) * 2 * tvout->vPos) / (int)(PAL_TV_LINES_PER_FRAME);
707 save->tv_vrestart = restart % vTotal;
708 restart /= vTotal;
H A Dradeon_driver.c1015 int hTotal, vTotal, num, denom, m, n; local in function:RADEONProbePLLParameters
1059 vTotal = ((INREG(RADEON_CRTC_V_TOTAL_DISP) & 0xfff) + 1);
1060 vclk = (float)(hTotal * (float)(vTotal * hz));
/xsrc/external/mit/xf86-video-intel/dist/tools/
H A Ddri3info.c242 res->modes[n].hTotal*res->modes[n].vTotal,
H A Dvirtual.c596 a->vTotal == b->vTotal &&
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinrandr.c75 modeInfo.vTotal = pScreen->height;
/xsrc/external/mit/libXrandr/dist/include/X11/extensions/
H A DXrandr.h259 unsigned int vTotal; member in struct:_XRRModeInfo
/xsrc/external/mit/xrandr/dist/
H A Dxrandr.c558 double vTotal = mode_info->vTotal; local in function:mode_refresh
562 vTotal *= 2;
568 vTotal /= 2;
571 if (mode_info->hTotal && vTotal)
573 ((double) mode_info->hTotal * (double) vTotal));
610 mode->height, mode->vSyncStart, mode->vSyncEnd, mode->vTotal,
3167 m->mode.vTotal = check_strtol(argv[i++]);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86RandR12.c1022 if (randr_mode->mode.vTotal != mode->VTotal) return FALSE;
1114 mode->VTotal = randr_mode->mode.vTotal;
1404 modeInfo.vTotal = mode->VTotal;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86RandR12.c1030 if (randr_mode->mode.vTotal != mode->VTotal)
1122 mode->VTotal = randr_mode->mode.vTotal;
1618 modeInfo.vTotal = mode->VTotal;
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Drandrproto.h200 CARD16 vTotal; member in struct:_xRRModeInfo
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_tv.c1855 modeinfo.vTotal = crtc_mode->VTotal;
/xsrc/external/mit/xf86-video-intel-2014/dist/tools/
H A Dvirtual.c565 a->vTotal == b->vTotal &&

Completed in 61 milliseconds