Searched refs:crtc_hend (Results 1 – 5 of 5) sorted by relevance
/haiku/src/add-ons/accelerants/neomagic/engine/ |
H A D | nm_bes.c | 31 uint16 crtc_hstart, crtc_vstart, crtc_hend, crtc_vend; in nm_bes_calc_move_overlay() local 39 crtc_hend = crtc_hstart + si->dm.timing.h_display; in nm_bes_calc_move_overlay() 60 if (si->overlay.ow.h_start >= (crtc_hend - 1)) in nm_bes_calc_move_overlay() 63 temp1 = (crtc_hend - crtc_hstart - 2); in nm_bes_calc_move_overlay() 82 if ((si->overlay.ow.h_start + si->overlay.ow.width - 1) > (crtc_hend - 1)) in nm_bes_calc_move_overlay() 84 temp2 = (crtc_hend - crtc_hstart - 1); in nm_bes_calc_move_overlay() 208 if ((si->overlay.ow.h_start + si->overlay.ow.width - 1) > (crtc_hend - 1)) in nm_bes_calc_move_overlay() 212 if (si->overlay.ow.h_start > (crtc_hend - 2)) in nm_bes_calc_move_overlay() 220 moi->hsrcendv += ((si->overlay.ow.h_start + si->overlay.ow.width - 1) - (crtc_hend - 1)); in nm_bes_calc_move_overlay()
|
/haiku/src/add-ons/accelerants/matrox/engine/ |
H A D | mga_bes.c | 43 uint16 crtc_hstart, crtc_vstart, crtc_hend, crtc_vend; in gx00_bes_calc_move_overlay() local 54 crtc_hend = crtc_hstart + si->dm.timing.h_display; in gx00_bes_calc_move_overlay() 75 if (si->overlay.ow.h_start >= (crtc_hend - 1)) in gx00_bes_calc_move_overlay() 78 temp1 = (crtc_hend - crtc_hstart - 2) & 0x7ff; in gx00_bes_calc_move_overlay() 96 if ((si->overlay.ow.h_start + si->overlay.ow.width - 1) > (crtc_hend - 1)) in gx00_bes_calc_move_overlay() 98 temp2 = (crtc_hend - crtc_hstart - 1) & 0x7ff; in gx00_bes_calc_move_overlay() 222 if ((si->overlay.ow.h_start + si->overlay.ow.width - 1) > (crtc_hend - 1)) in gx00_bes_calc_move_overlay() 226 if (si->overlay.ow.h_start > (crtc_hend - 2)) in gx00_bes_calc_move_overlay() 234 moi->hsrcendv += ((si->overlay.ow.h_start + si->overlay.ow.width - 1) - (crtc_hend - 1)); in gx00_bes_calc_move_overlay()
|
/haiku/src/add-ons/accelerants/via/engine/ |
H A D | bes.c | 117 uint16 crtc_hstart, crtc_vstart, crtc_hend, crtc_vend; in eng_bes_calc_move_overlay() local 148 crtc_hend = crtc_hstart + si->dm.timing.h_display; in eng_bes_calc_move_overlay() 169 if (si->overlay.ow.h_start >= (crtc_hend - 1)) in eng_bes_calc_move_overlay() 172 temp1 = (crtc_hend - crtc_hstart - 2) & 0x7ff; in eng_bes_calc_move_overlay() 190 if ((si->overlay.ow.h_start + si->overlay.ow.width - 1) > (crtc_hend - 1)) in eng_bes_calc_move_overlay() 192 temp2 = (crtc_hend - crtc_hstart - 1) & 0x7ff; in eng_bes_calc_move_overlay() 317 if ((si->overlay.ow.h_start + si->overlay.ow.width - 1) > (crtc_hend - 1)) in eng_bes_calc_move_overlay() 321 if (si->overlay.ow.h_start > (crtc_hend - 2)) in eng_bes_calc_move_overlay() 329 moi->hsrcendv += ((si->overlay.ow.h_start + si->overlay.ow.width - 1) - (crtc_hend - 1)); in eng_bes_calc_move_overlay()
|
/haiku/src/add-ons/accelerants/nvidia/engine/ |
H A D | nv_bes.c | 42 uint16 crtc_hstart, crtc_vstart, crtc_hend, crtc_vend; in nv_bes_calc_move_overlay() local 73 crtc_hend = crtc_hstart + si->dm.timing.h_display; in nv_bes_calc_move_overlay() 94 if (si->overlay.ow.h_start >= (crtc_hend - 1)) in nv_bes_calc_move_overlay() 97 temp1 = (crtc_hend - crtc_hstart - 2) & 0x7ff; in nv_bes_calc_move_overlay() 115 if ((si->overlay.ow.h_start + si->overlay.ow.width - 1) > (crtc_hend - 1)) in nv_bes_calc_move_overlay() 117 temp2 = (crtc_hend - crtc_hstart - 1) & 0x7ff; in nv_bes_calc_move_overlay()
|
/haiku/src/add-ons/accelerants/skeleton/engine/ |
H A D | bes.c | 42 uint16 crtc_hstart, crtc_vstart, crtc_hend, crtc_vend; in eng_bes_calc_move_overlay() local 73 crtc_hend = crtc_hstart + si->dm.timing.h_display; in eng_bes_calc_move_overlay() 94 if (si->overlay.ow.h_start >= (crtc_hend - 1)) in eng_bes_calc_move_overlay() 97 temp1 = (crtc_hend - crtc_hstart - 2) & 0x7ff; in eng_bes_calc_move_overlay() 115 if ((si->overlay.ow.h_start + si->overlay.ow.width - 1) > (crtc_hend - 1)) in eng_bes_calc_move_overlay() 117 temp2 = (crtc_hend - crtc_hstart - 1) & 0x7ff; in eng_bes_calc_move_overlay()
|