Home
last modified time | relevance | path

Searched refs:crtc_vend (Results 1 – 5 of 5) sorted by relevance

/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_bes.c31 uint16 crtc_hstart, crtc_vstart, crtc_hend, crtc_vend; in nm_bes_calc_move_overlay() local
42 crtc_vend = crtc_vstart + si->dm.timing.v_display; in nm_bes_calc_move_overlay()
115 if (si->overlay.ow.v_start >= (crtc_vend - 1)) in nm_bes_calc_move_overlay()
118 temp1 = (crtc_vend - crtc_vstart - 2); in nm_bes_calc_move_overlay()
137 if ((si->overlay.ow.v_start + si->overlay.ow.height - 1) > (crtc_vend - 1)) in nm_bes_calc_move_overlay()
139 temp2 = (crtc_vend - crtc_vstart - 1); in nm_bes_calc_move_overlay()
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_bes.c43 uint16 crtc_hstart, crtc_vstart, crtc_hend, crtc_vend; in gx00_bes_calc_move_overlay() local
57 crtc_vend = crtc_vstart + si->dm.timing.v_display; in gx00_bes_calc_move_overlay()
129 if (si->overlay.ow.v_start >= (crtc_vend - 1)) in gx00_bes_calc_move_overlay()
132 temp1 = (crtc_vend - crtc_vstart - 2) & 0x7ff; in gx00_bes_calc_move_overlay()
150 if ((si->overlay.ow.v_start + si->overlay.ow.height - 1) > (crtc_vend - 1)) in gx00_bes_calc_move_overlay()
152 temp2 = (crtc_vend - crtc_vstart - 1) & 0x7ff; in gx00_bes_calc_move_overlay()
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_bes.c42 uint16 crtc_hstart, crtc_vstart, crtc_hend, crtc_vend; in nv_bes_calc_move_overlay() local
76 crtc_vend = crtc_vstart + si->dm.timing.v_display; in nv_bes_calc_move_overlay()
148 if (si->overlay.ow.v_start >= (crtc_vend - 1)) in nv_bes_calc_move_overlay()
151 temp1 = (crtc_vend - crtc_vstart - 2) & 0x7ff; in nv_bes_calc_move_overlay()
169 if ((si->overlay.ow.v_start + si->overlay.ow.height - 1) > (crtc_vend - 1)) in nv_bes_calc_move_overlay()
171 temp2 = (crtc_vend - crtc_vstart - 1) & 0x7ff; in nv_bes_calc_move_overlay()
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dbes.c42 uint16 crtc_hstart, crtc_vstart, crtc_hend, crtc_vend; in eng_bes_calc_move_overlay() local
76 crtc_vend = crtc_vstart + si->dm.timing.v_display; in eng_bes_calc_move_overlay()
148 if (si->overlay.ow.v_start >= (crtc_vend - 1)) in eng_bes_calc_move_overlay()
151 temp1 = (crtc_vend - crtc_vstart - 2) & 0x7ff; in eng_bes_calc_move_overlay()
169 if ((si->overlay.ow.v_start + si->overlay.ow.height - 1) > (crtc_vend - 1)) in eng_bes_calc_move_overlay()
171 temp2 = (crtc_vend - crtc_vstart - 1) & 0x7ff; in eng_bes_calc_move_overlay()
/haiku/src/add-ons/accelerants/via/engine/
H A Dbes.c117 uint16 crtc_hstart, crtc_vstart, crtc_hend, crtc_vend; in eng_bes_calc_move_overlay() local
151 crtc_vend = crtc_vstart + si->dm.timing.v_display; in eng_bes_calc_move_overlay()
223 if (si->overlay.ow.v_start >= (crtc_vend - 1)) in eng_bes_calc_move_overlay()
226 temp1 = (crtc_vend - crtc_vstart - 2) & 0x7ff; in eng_bes_calc_move_overlay()
244 if ((si->overlay.ow.v_start + si->overlay.ow.height - 1) > (crtc_vend - 1)) in eng_bes_calc_move_overlay()
246 temp2 = (crtc_vend - crtc_vstart - 1) & 0x7ff; in eng_bes_calc_move_overlay()