Home
last modified time | relevance | path

Searched refs:v_depth (Results 1 – 9 of 9) sorted by relevance

/xnu-11215/pexpert/i386/
H A Dpe_init.c219 PE_state.video.v_depth = args->Video.v_depth; in PE_init_platform()
241 PE_state.video.v_depth = args->VideoV1.v_depth; in PE_init_platform()
/xnu-11215/pexpert/pexpert/i386/
H A Dboot.h89 uint32_t v_depth; /* Pixel Depth */ member
98 uint32_t v_depth; /* Pixel Depth */ member
/xnu-11215/osfmk/console/
H A Dvideo_console.c1335 if (!vinfo.v_depth) { in vc_clear_screen()
1618 if (!vinfo.v_depth) { in vc_paint_char()
1622 switch (vinfo.v_depth) { in vc_paint_char()
1706 if (!vinfo.v_depth) { in vc_reverse_cursor()
1714 switch (vinfo.v_depth) { in vc_reverse_cursor()
1739 if (!vinfo.v_depth) { in vc_scroll_down()
1773 if (!vinfo.v_depth) { in vc_scroll_up()
1804 if (!vinfo.v_depth) { in vc_update_color()
1914 if (!vinfo.v_depth) { in vc_blit_rect()
1924 switch (vinfo.v_depth) { in vc_blit_rect()
[all …]
H A Dvideo_console.h90 unsigned int v_depth; member
/xnu-11215/pexpert/arm/
H A Dpe_init.c429 …PE_state.video.v_depth = (boot_args_ptr->Video.v_depth >> kBootVideoDepthDepthShift) & kBootVideoD… in PE_init_platform()
431 …((boot_args_ptr->Video.v_depth >> kBootVideoDepthRotateShift) & kBootVideoDepthMask) + // rotat… in PE_init_platform()
432 …((boot_args_ptr->Video.v_depth >> kBootVideoDepthBootRotateShift) & kBootVideoDepthMask) // add e… in PE_init_platform()
434 …PE_state.video.v_scale = ((boot_args_ptr->Video.v_depth >> kBootVideoDepthScaleShift) & kBootVideo… in PE_init_platform()
/xnu-11215/pexpert/pexpert/arm/
H A Dboot.h26 unsigned long v_depth; /* Pixel Depth and other parameters */ member
/xnu-11215/pexpert/pexpert/arm64/
H A Dboot.h37 unsigned long v_depth; /* Pixel Depth and other parameters */ member
/xnu-11215/pexpert/pexpert/
H A Dpexpert.h294 unsigned long v_depth; /* Pixel Depth */ member
/xnu-11215/iokit/Kernel/
H A DIOHibernateIO.cpp1157 graphicsInfo->depth = (uint32_t) consoleInfo.v_depth; in IOHibernateSystemHasSlept()