Home
last modified time | relevance | path

Searched refs:intrep (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_bes.c378 uint16 intrep; in gx00_configure_bes() local
452 intrep = 0; in gx00_configure_bes()
456 intrep = 1; in gx00_configure_bes()
465 intrep = 1; in gx00_configure_bes()
469 intrep = 0; in gx00_configure_bes()
472 LOG(4,("Overlay: horizontal interval representation value is %d\n",intrep)); in gx00_configure_bes()
476 ifactor = (((uint32)(my_ov.width - intrep)) << 16) / (ow->width - intrep); in gx00_configure_bes()
516 intrep = 0; in gx00_configure_bes()
520 intrep = 1; in gx00_configure_bes()
529 intrep = 1; in gx00_configure_bes()
[all …]
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_bes.c449 uint16 intrep; in nv_configure_bes() local
495 intrep = 0; in nv_configure_bes()
499 intrep = 1; in nv_configure_bes()
508 intrep = 1; in nv_configure_bes()
512 intrep = 0; in nv_configure_bes()
515 LOG(4,("Overlay: horizontal interval representation value is %d\n",intrep)); in nv_configure_bes()
519 ifactor = (((uint32)(my_ov.width - intrep)) << 16) / (ow->width - intrep); in nv_configure_bes()
585 intrep = 0; in nv_configure_bes()
589 intrep = 1; in nv_configure_bes()
598 intrep = 1; in nv_configure_bes()
[all …]
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dbes.c446 uint16 intrep; in eng_configure_bes() local
492 intrep = 0; in eng_configure_bes()
496 intrep = 1; in eng_configure_bes()
505 intrep = 1; in eng_configure_bes()
509 intrep = 0; in eng_configure_bes()
512 LOG(4,("Overlay: horizontal interval representation value is %d\n",intrep)); in eng_configure_bes()
516 ifactor = (((uint32)(my_ov.width - intrep)) << 16) / (ow->width - intrep); in eng_configure_bes()
582 intrep = 0; in eng_configure_bes()
586 intrep = 1; in eng_configure_bes()
595 intrep = 1; in eng_configure_bes()
[all …]
/haiku/src/add-ons/accelerants/via/engine/
H A Dbes.c561 uint16 intrep; in eng_configure_bes() local
614 intrep = 0; in eng_configure_bes()
618 intrep = 1; in eng_configure_bes()
627 intrep = 1; in eng_configure_bes()
631 intrep = 0; in eng_configure_bes()
634 LOG(4,("Overlay: horizontal interval representation value is %d\n",intrep)); in eng_configure_bes()
638 ifactor = (((uint32)(my_ov.width - intrep)) << 16) / (ow->width - intrep); in eng_configure_bes()
717 intrep = 0; in eng_configure_bes()
721 intrep = 1; in eng_configure_bes()
730 intrep = 1; in eng_configure_bes()
[all …]