Home
last modified time | relevance | path

Searched refs:crtc_depth (Results 1 – 8 of 8) sorted by relevance

/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dglobals.h16 typedef status_t (*crtc_depth)(int); typedef
34 crtc_depth head1_depth;
47 crtc_depth head2_depth;
H A Dgeneral.c193 head1_depth = (crtc_depth) eng_crtc2_depth; in setup_virtualized_heads()
211 head2_depth = (crtc_depth) eng_crtc_depth; in setup_virtualized_heads()
231 head1_depth = (crtc_depth) eng_crtc_depth; in setup_virtualized_heads()
249 head2_depth = (crtc_depth) eng_crtc2_depth; in setup_virtualized_heads()
/haiku/src/add-ons/accelerants/via/engine/
H A Dglobals.h16 typedef status_t (*crtc_depth)(int); typedef
34 extern crtc_depth head1_depth;
47 extern crtc_depth head2_depth;
H A Dglobals.c23 crtc_depth head1_depth;
36 crtc_depth head2_depth;
H A Dgeneral.c217 head1_depth = (crtc_depth) eng_crtc2_depth; in setup_virtualized_heads()
235 head2_depth = (crtc_depth) eng_crtc_depth; in setup_virtualized_heads()
255 head1_depth = (crtc_depth) eng_crtc_depth; in setup_virtualized_heads()
273 head2_depth = (crtc_depth) eng_crtc2_depth; in setup_virtualized_heads()
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_globals.h18 typedef status_t (*crtc_depth)(int); typedef
39 extern crtc_depth head1_depth;
55 extern crtc_depth head2_depth;
H A Dnv_globals.c26 crtc_depth head1_depth;
42 crtc_depth head2_depth;
H A Dnv_general.c1473 head1_depth = (crtc_depth) nv_crtc2_depth; in setup_virtualized_heads()
1494 head2_depth = (crtc_depth) nv_crtc_depth; in setup_virtualized_heads()
1517 head1_depth = (crtc_depth) nv_crtc_depth; in setup_virtualized_heads()
1538 head2_depth = (crtc_depth) nv_crtc2_depth; in setup_virtualized_heads()