Searched refs:v_depth (Results 1 - 18 of 18) sorted by relevance

/darwin-on-arm/xnu/pexpert/pexpert/arm/
H A Dboot.h45 unsigned long v_depth; member in struct:Boot_Video
/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_s5l8720x.c176 PE_state.video.v_depth = 4 * (8); // 32bpp
178 PE_state.video.v_depth = 2 * (8); // 16bpp
H A Dpe_s5l8900x.c346 PE_state.video.v_depth = 4 * (8); // 32bpp
348 PE_state.video.v_depth = 2 * (8); // 16bpp
H A Dpe_bcm2835.c203 PE_state.video.v_depth = gFBInfo.bpp;
H A Dpe_s5l8930x.c466 PE_state.video.v_depth = 4 * (8); // 32bpp
468 PE_state.video.v_depth = 2 * (8); // 16bpp
H A Dpe_apq8060.c323 PE_state.video.v_depth = 4 * (8); // 32bpp
H A Dpe_omap335x.c366 PE_state.video.v_depth = 2 * (8); // 16bpp
H A Dpe_omap3430.c514 PE_state.video.v_depth = 2 * (8); // 32bpp
H A Dpe_realview.c368 PE_state.video.v_depth = 4 * (8); // 16bpp
H A Dpe_omap3530.c534 PE_state.video.v_depth = 4 * (8); // 32bpp
/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.h63 unsigned int v_depth; member in struct:vc_info
H A Dvideo_console.c1384 if(!vinfo.v_depth)
1637 if(!vinfo.v_depth)
1640 switch(vinfo.v_depth) {
1723 vc_render_font(enable ? vinfo.v_depth : 0);
1732 if(!vinfo.v_depth)
1737 (xx /** ISO_CHAR_WIDTH*/ * vinfo.v_depth));
1739 switch (vinfo.v_depth) {
1762 if(!vinfo.v_depth)
1795 if(!vinfo.v_depth)
1825 if (!vinfo.v_depth)
[all...]
H A Dpanic_dialog.c553 if(!vinfo.v_depth)
556 switch( vinfo.v_depth) {
/darwin-on-arm/xnu/pexpert/arm/common/
H A Dpe_init.c121 PE_state.video.v_depth = args->Video.v_depth;
/darwin-on-arm/xnu/pexpert/pexpert/i386/
H A Dboot.h89 uint32_t v_depth; /* Pixel Depth */ member in struct:Boot_Video
/darwin-on-arm/xnu/pexpert/i386/
H A Dpe_init.c194 PE_state.video.v_depth = args->Video.v_depth;
/darwin-on-arm/xnu/pexpert/pexpert/
H A Dpexpert.h185 unsigned long v_depth; /* Pixel Depth */ member in struct:PE_Video
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateIO.cpp1714 graphicsInfo->depth = consoleInfo.v_depth;

Completed in 120 milliseconds