Lines Matching refs:depth
74 uint_t depth; in efifb_color_depth() local
80 for (depth = 1; mask != 1; depth++) in efifb_color_depth()
82 return (depth); in efifb_color_depth()
297 uint32_t np, depth, refresh; in efifb_from_uga() local
299 status = uga->GetMode(uga, &horiz, &vert, &depth, &refresh); in efifb_from_uga()
586 uint_t depth; in print_efifb() local
610 depth = efifb_color_depth(efifb); in print_efifb()
611 printf("%ux%ux%u", efifb->fb_width, efifb->fb_height, depth); in print_efifb()
650 efifb_find_mode_xydm(UINT32 x, UINT32 y, int depth, int m) in efifb_find_mode_xydm() argument
662 else if (depth == -1) in efifb_find_mode_xydm()
665 i = depth; in efifb_find_mode_xydm()
686 if (depth != -1) in efifb_find_mode_xydm()
699 int x, y, depth; in efifb_find_mode() local
701 if (!gfx_parse_mode_str(str, &x, &y, &depth)) in efifb_find_mode()
704 return (efifb_find_mode_xydm(x, y, depth, -1)); in efifb_find_mode()
830 int depth, d = -1; in command_gop() local
852 depth = efifb_color_depth(&fb); in command_gop()
853 if (d != -1 && d != depth) in command_gop()