Searched refs:hDisp_e (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_mode.cpp223 int hDisp_e = mode.timing.h_display / horzDiv - 1; local
226 int hBlank_s = hDisp_e + 1; // start of horizontal blanking
241 crtc[0x01] = hDisp_e;
266 crtc[0x13] = hDisp_e + 1;
276 | (hDisp_e & 0x100) >> 6
/haiku/src/add-ons/accelerants/intel_810/
H A Di810_mode.cpp93 int hDisp_e = mode.timing.h_display / 8 - 1; local
96 int hBlank_s = hDisp_e + 1; // start of horizontal blanking
112 crtc[0x01] = hDisp_e;
/haiku/src/add-ons/accelerants/s3/
H A Dmode.cpp30 int hDisp_e = (mode.timing.h_display * horzScaleFactor) / 8 - 1; local
33 int hBlank_s = hDisp_e + 1; // start of horizontal blanking
46 crtc[0x01] = hDisp_e;
80 ((hDisp_e & 0x100) >> 7) |

Completed in 86 milliseconds