Home
last modified time | relevance | path

Searched refs:VSyncEnd (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/graphics/svgalib/svgalib-1.4.3/src/
H A Dtiming.c159 if(newmmt->VSyncEnd<newmmt->VSyncStart+1)newmmt->VSyncEnd=newmmt->VSyncStart+1; in __svgalib_addusertiming()
351 modetiming->VSyncEnd = besttiming->VSyncEnd; in __svgalib_getmodetiming()
356 modetiming->VSyncEnd <<= 1; in __svgalib_getmodetiming()
401 *VSyncEnd=current_timing->VSyncEnd; in vga_getcurrenttiming()
416 int VSyncEnd, in vga_changetiming() argument
428 new_timing.VSyncEnd+=VSyncEnd; in vga_changetiming()
551 mmt.VSyncEnd=(mmt.VSyncEnd*x)/bestx; in vga_guesstiming()
575 mmt.VSyncEnd=(mmt.VSyncEnd*mx)/bestx; in vga_guesstiming()
599 mmt.VSyncEnd=(mmt.VSyncEnd*y)/besty; in vga_guesstiming()
882 mmt->VSyncEnd >>= 1 ; in GTF_calcTimings()
[all …]
H A Dtiming.h19 int VSyncEnd; member
34 int VSyncEnd; member
H A Dvga.h402 int VSyncEnd,
413 int VSyncEnd,
424 int *VSyncEnd,
/dports/graphics/svgalib/svgalib-1.4.3/demos/
H A Dsvidtune.c31 int VSyncEnd; in main() local
70 &VSyncEnd, in main()
94 gl_printf(10,145, "VSyncEnd:%i", VSyncEnd); in main()
152 VSyncEnd, in main()
167 VSyncEnd, in main()
/dports/x11-toolkits/neXtaw/neXtaw-0.15.1/doc/app-defaults/
H A DXvidtune12 *VSyncEnd-form.fromVert: VSyncStart-form
13 *VTotal-form.fromVert: VSyncEnd-form
41 *VSyncEnd-form.fromHoriz: HSyncStart-form
47 *VSyncEnd-text.fromHoriz: VSyncEnd-label
48 *VSyncEnd-scrollbar.fromVert: VSyncEnd-label
49 *VSyncEnd-scrollbar.orientation: horizontal
72 *VSyncEnd-label.label: VSyncEnd:
/dports/x11/xvidtune/xvidtune-1.0.3/app-defaults/
H A DXvidtune12 *VSyncEnd-form.fromVert: VSyncStart-form
13 *VTotal-form.fromVert: VSyncEnd-form
41 *VSyncEnd-form.fromHoriz: HSyncStart-form
47 *VSyncEnd-text.fromHoriz: VSyncEnd-label
48 *VSyncEnd-scrollbar.fromVert: VSyncEnd-label
49 *VSyncEnd-scrollbar.orientation: horizontal
72 *VSyncEnd-label.label: VSyncEnd:
/dports/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.6/src/
H A Datilock.c267 unsigned int VSyncEnd, VBlankStart, VBlankEnd; in ATIUnlock() local
282 VSyncEnd = (((crt07 & 0x80U) << 2) | ((crt07 & 0x04U) << 6) | in ATIUnlock()
284 if (VSyncEnd >= VBlankEnd) in ATIUnlock()
285 VSyncEnd = VBlankEnd - 1; in ATIUnlock()
286 pATI->LockData.crt11 = (VSyncEnd & 0x0FU) | 0x20U; in ATIUnlock()
332 unsigned int VSyncEnd, VBlankStart, VBlankEnd; in ATIUnlock() local
348 VSyncEnd = (((crt07 & 0x80U) << 2) | ((crt07 & 0x04U) << 6) | in ATIUnlock()
350 if (VSyncEnd >= VBlankEnd) in ATIUnlock()
351 VSyncEnd = VBlankEnd - 1; in ATIUnlock()
352 pATI->LockData.shadow_crt11 = (VSyncEnd & 0x0FU) | 0x20U; in ATIUnlock()
/dports/x11-drivers/xf86-video-chips/xf86-video-chips-1.4.0/util/
H A DdRegs.c10 VTotal, VDisplay, VSyncStart, VSyncEnd; in main() local
221 VSyncEnd = inb(0x3D5)&0xF; in main()
222 VSyncEnd += VSyncStart; in main()
229 VDisplay, VSyncStart, VSyncEnd, VTotal); in main()
/dports/x11/xvidtune/xvidtune-1.0.3/
H A Dxvidtune.c102 { VSyncEnd, VDisplay, },
546 AppRes.field[VSyncEnd].val, in ShowCB()
635 AppRes.field[VSyncEnd].val += 4; in AdjustCB()
638 SetLabel(VSyncEnd); in AdjustCB()
644 AppRes.field[VSyncEnd].val -= 4; in AdjustCB()
647 SetLabel(VSyncEnd); in AdjustCB()
711 case VSyncEnd:
878 if (val+8 > AppRes.field[VSyncEnd].val) in isValid()
881 case VSyncEnd: in isValid()
888 if (val < AppRes.field[VSyncEnd].val) in isValid()
[all …]
/dports/x11-drivers/xf86-video-vmware/xf86-video-vmware-13.3.0/src/
H A Dvmwaremodes.c130 dynamic.VSyncEnd = dynamic.VSyncStart + 1; in vmwareAddDefaultMode()
131 dynamic.VTotal = dynamic.VSyncEnd + 1; in vmwareAddDefaultMode()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xfree86/modes/
H A Dxf86Modes.c157 p->CrtcVSyncEnd = p->VSyncEnd; in xf86SetModeCrtc()
278 pMode1->VSyncEnd == pMode2->VSyncEnd && in xf86ModesEqual()
386 mode->VDisplay, mode->VSyncStart, mode->VSyncEnd, mode->VTotal, in xf86PrintModeline()
697 mode->VSyncEnd = conf_mode->ml_vsyncend; in xf86GetConfigModes()
821 Mode->VSyncEnd = libxcvt_mode_info->vsync_end; in xf86CVTMode()
/dports/graphics/svgalib/svgalib-1.4.3/include/
H A Dvga.h402 int VSyncEnd,
413 int VSyncEnd,
424 int *VSyncEnd,
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xfree86/modes/
H A Dxf86cvt.c223 Mode->VSyncEnd = Mode->VSyncStart + VSync; in xf86CVTMode()
264 Mode->VSyncEnd = Mode->VSyncStart + VSync; in xf86CVTMode()
H A Dxf86Modes.c156 p->CrtcVSyncEnd = p->VSyncEnd; in xf86SetModeCrtc()
277 pMode1->VSyncEnd == pMode2->VSyncEnd && in xf86ModesEqual()
385 mode->VDisplay, mode->VSyncStart, mode->VSyncEnd, mode->VTotal, in xf86PrintModeline()
696 mode->VSyncEnd = conf_mode->ml_vsyncend; in xf86GetConfigModes()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xfree86/modes/
H A Dxf86cvt.c223 Mode->VSyncEnd = Mode->VSyncStart + VSync; in xf86CVTMode()
264 Mode->VSyncEnd = Mode->VSyncStart + VSync; in xf86CVTMode()
H A Dxf86Modes.c156 p->CrtcVSyncEnd = p->VSyncEnd; in xf86SetModeCrtc()
277 pMode1->VSyncEnd == pMode2->VSyncEnd && in xf86ModesEqual()
385 mode->VDisplay, mode->VSyncStart, mode->VSyncEnd, mode->VTotal, in xf86PrintModeline()
696 mode->VSyncEnd = conf_mode->ml_vsyncend; in xf86GetConfigModes()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xfree86/modes/
H A Dxf86cvt.c223 Mode->VSyncEnd = Mode->VSyncStart + VSync; in xf86CVTMode()
264 Mode->VSyncEnd = Mode->VSyncStart + VSync; in xf86CVTMode()
H A Dxf86Modes.c156 p->CrtcVSyncEnd = p->VSyncEnd; in xf86SetModeCrtc()
277 pMode1->VSyncEnd == pMode2->VSyncEnd && in xf86ModesEqual()
385 mode->VDisplay, mode->VSyncStart, mode->VSyncEnd, mode->VTotal, in xf86PrintModeline()
696 mode->VSyncEnd = conf_mode->ml_vsyncend; in xf86GetConfigModes()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xfree86/modes/
H A Dxf86cvt.c223 Mode->VSyncEnd = Mode->VSyncStart + VSync; in xf86CVTMode()
264 Mode->VSyncEnd = Mode->VSyncStart + VSync; in xf86CVTMode()
H A Dxf86Modes.c156 p->CrtcVSyncEnd = p->VSyncEnd; in xf86SetModeCrtc()
277 pMode1->VSyncEnd == pMode2->VSyncEnd && in xf86ModesEqual()
385 mode->VDisplay, mode->VSyncStart, mode->VSyncEnd, mode->VTotal, in xf86PrintModeline()
696 mode->VSyncEnd = conf_mode->ml_vsyncend; in xf86GetConfigModes()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xfree86/modes/
H A Dxf86cvt.c223 Mode->VSyncEnd = Mode->VSyncStart + VSync; in xf86CVTMode()
264 Mode->VSyncEnd = Mode->VSyncStart + VSync; in xf86CVTMode()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xfree86/modes/
H A Dxf86cvt.c223 Mode->VSyncEnd = Mode->VSyncStart + VSync; in xf86CVTMode()
264 Mode->VSyncEnd = Mode->VSyncStart + VSync; in xf86CVTMode()
H A Dxf86Modes.c156 p->CrtcVSyncEnd = p->VSyncEnd; in xf86SetModeCrtc()
277 pMode1->VSyncEnd == pMode2->VSyncEnd && in xf86ModesEqual()
385 mode->VDisplay, mode->VSyncStart, mode->VSyncEnd, mode->VTotal, in xf86PrintModeline()
696 mode->VSyncEnd = conf_mode->ml_vsyncend; in xf86GetConfigModes()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xfree86/modes/
H A Dxf86cvt.c223 Mode->VSyncEnd = Mode->VSyncStart + VSync; in xf86CVTMode()
264 Mode->VSyncEnd = Mode->VSyncStart + VSync; in xf86CVTMode()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xfree86/modes/
H A Dxf86cvt.c223 Mode->VSyncEnd = Mode->VSyncStart + VSync; in xf86CVTMode()
264 Mode->VSyncEnd = Mode->VSyncStart + VSync; in xf86CVTMode()

12345678