Home
last modified time | relevance | path

Searched refs:hSync (Results 1 – 25 of 28) sorted by relevance

12

/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/gui/components/graphics/
H A DVGA.java113 private ObservableValue hSync; field in VGA
147 hSync = inputs.get(3).checkBits(1, this); in setInputs()
157 if (hSyncDetection.add(hSync.getBool())) { in readInputs()
298 private final int hSync; field in VGA.VideoMode
309 int hDisplay, int hFrontPorch, int hSync, int hBackPorch, in VideoMode() argument
316 this.hSync = hSync; in VideoMode()
334 hDisplay + hFrontPorch + hSync + hBackPorch, hSync, hNegative, in id()
353 private final int hSync; field in VGA.VideoId
361 this.hSync = hSync; in VideoId()
374 && hSync == videoId.hSync in equals()
[all …]
/dports/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.6/src/
H A Datiprint.c729 double mClock, hSync, vRefresh; in ATIPrintMode() local
733 hSync = pMode->HSync; in ATIPrintMode()
735 hSync = mClock / pMode->HTotal; in ATIPrintMode()
742 vRefresh = (hSync * 1000.0) / pMode->VTotal; in ATIPrintMode()
752 xf86ErrorFVerb(4, " Horizontal sync: %7.3f kHz\n", hSync); in ATIPrintMode()
/dports/graphics/svgalib/svgalib-1.4.3/utils/gtf/
H A Dgtfcalc.c93 c->hSync = GC.hSync; in GetInternalConstants()
251 hSyncWidth = round(((c.hSync/100) * hTotalPixels) / c.cellGran) * c.cellGran; in GTF_calcTimings()
H A Dgtf.h94 double hSync; /* Width of H sync as percent of total */ member
/dports/emulators/bochs/bochs-2.7/iodev/display/
H A Dvoodoo.cc1035 if ((v->reg[hSync].u == 0) || (v->reg[vSync].u == 0)) in update_timing()
1038 htotal = ((v->reg[hSync].u >> 16) & 0x7ff) + 1 + (v->reg[hSync].u & 0x1ff) + 1; in update_timing()
1040 hsync = ((v->reg[hSync].u >> 16) & 0x7ff); in update_timing()
1043 htotal = ((v->reg[hSync].u >> 16) & 0x3ff) + 1 + (v->reg[hSync].u & 0xff) + 1; in update_timing()
1045 hsync = ((v->reg[hSync].u >> 16) & 0x3ff); in update_timing()
H A Dvoodoo_func.h3338 case hSync: in register_w_common()
3346 if (v->reg[hSync].u != 0 && v->reg[vSync].u != 0 && v->reg[videoDimensions].u != 0) in register_w_common()
3348 int htotal = ((v->reg[hSync].u >> 16) & 0x3ff) + 1 + (v->reg[hSync].u & 0xff) + 1; in register_w_common()
3367 v->reg[hSync].u, v->reg[vSync].u, v->reg[backPorch].u, v->reg[videoDimensions].u)); in register_w_common()
/dports/graphics/svgalib/svgalib-1.4.3/src/
H A Dtiming.c619 double hSync; /* Width of H sync as percent of total */ member
678 c->hSync = GC.hSync; in GetInternalConstants()
818 hSyncWidth = round(((c.hSync/100) * hTotalPixels) / c.cellGran) * c.cellGran; in GTF_calcTimings()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xwayland/
H A Dxwayland-cvt.c277 modeinfo.hSync = ((float) modeinfo.dotClock) / ((float) modeinfo.hTotal); in xwayland_cvt()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xwayland/
H A Dxwayland-cvt.c277 modeinfo.hSync = ((float) modeinfo.dotClock) / ((float) modeinfo.hTotal); in xwayland_cvt()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xwayland/
H A Dxwayland-cvt.c277 modeinfo.hSync = ((float) modeinfo.dotClock) / ((float) modeinfo.hTotal); in xwayland_cvt()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xwayland/
H A Dxwayland-cvt.c277 modeinfo.hSync = ((float) modeinfo.dotClock) / ((float) modeinfo.hTotal); in xwayland_cvt()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xwayland/
H A Dxwayland-cvt.c277 modeinfo.hSync = ((float) modeinfo.dotClock) / ((float) modeinfo.hTotal); in xwayland_cvt()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xwayland/
H A Dxwayland-cvt.c276 modeinfo.hSync = ((float) modeinfo.dotClock) / ((float) modeinfo.hTotal); in xwayland_cvt()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xwayland/
H A Dxwayland-cvt.c277 modeinfo.hSync = ((float) modeinfo.dotClock) / ((float) modeinfo.hTotal); in xwayland_cvt()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/kdrive/arcan/
H A Darcancvt.c276 modeinfo.hSync = ((float) modeinfo.dotClock) / ((float) modeinfo.hTotal); in arcan_cvt()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xwayland/
H A Dxwayland-cvt.c277 modeinfo.hSync = ((float) modeinfo.dotClock) / ((float) modeinfo.hTotal); in xwayland_cvt()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/aty/
H A Datyfb_base.c1362 u32 hSync, vRefresh; in atyfb_set_par() local
1375 hSync = 1000000000 / (pixclock_in_ps * h_total); in atyfb_set_par()
1376 vRefresh = (hSync * 1000) / v_total; in atyfb_set_par()
1391 DPRINTK(" Horizontal sync: %i kHz\n", hSync); in atyfb_set_par()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/aty/
H A Datyfb_base.c1362 u32 hSync, vRefresh; in atyfb_set_par() local
1375 hSync = 1000000000 / (pixclock_in_ps * h_total); in atyfb_set_par()
1376 vRefresh = (hSync * 1000) / v_total; in atyfb_set_par()
1391 DPRINTK(" Horizontal sync: %i kHz\n", hSync); in atyfb_set_par()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/aty/
H A Datyfb_base.c1362 u32 hSync, vRefresh; in atyfb_set_par() local
1375 hSync = 1000000000 / (pixclock_in_ps * h_total); in atyfb_set_par()
1376 vRefresh = (hSync * 1000) / v_total; in atyfb_set_par()
1391 DPRINTK(" Horizontal sync: %i kHz\n", hSync); in atyfb_set_par()
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dvoodoo.cpp3097 case hSync: in register_w()
3105 if (vd->reg[hSync].u != 0 && vd->reg[vSync].u != 0 && vd->reg[videoDimensions].u != 0) in register_w()
3115 htotal = ((vd->reg[hSync].u >> 16) & 0x7ff) + 1 + (vd->reg[hSync].u & 0x1ff) + 1; in register_w()
3124 htotal = ((vd->reg[hSync].u >> 16) & 0x3ff) + 1 + (vd->reg[hSync].u & 0xff) + 1; in register_w()
3153 vd->reg[hSync].u, vd->reg[vSync].u, vd->reg[backPorch].u, vd->reg[videoDimensions].u); in register_w()
H A Dvoodoo.h237 #define hSync (0x220/4) /* W -- Voodoo/Voodoo2 only */ macro
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dvoodoo.cpp3097 case hSync: in register_w()
3105 if (vd->reg[hSync].u != 0 && vd->reg[vSync].u != 0 && vd->reg[videoDimensions].u != 0) in register_w()
3115 htotal = ((vd->reg[hSync].u >> 16) & 0x7ff) + 1 + (vd->reg[hSync].u & 0x1ff) + 1; in register_w()
3124 htotal = ((vd->reg[hSync].u >> 16) & 0x3ff) + 1 + (vd->reg[hSync].u & 0xff) + 1; in register_w()
3153 vd->reg[hSync].u, vd->reg[vSync].u, vd->reg[backPorch].u, vd->reg[videoDimensions].u); in register_w()
H A Dvoodoo.h237 #define hSync (0x220/4) /* W -- Voodoo/Voodoo2 only */ macro
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/
H A Dplugins.c262 LoadGpuSym0(hSync, "GPUhSync"); in LoadGPUplugin()
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dvid_voodoo.c258 uint32_t hSync, vSync; member
6204 line_length = (voodoo->hSync & 0xff) + ((voodoo->hSync >> 16) & 0x3ff); in voodoo_pixelclock_update()
6360 voodoo->hSync = val; in voodoo_writel()

12