Lines Matching defs:screen_depth
282 static uint screen_depth;
649 screen_depth = SYNTHVID_DEPTH_WIN8;
743 (x1 * screen_depth / 8),
744 (x2 - x1) * screen_depth / 8);
808 var->bits_per_pixel != screen_depth)
922 (x * y * screen_depth / 8 > screen_fb_size)) ||
924 x * y * screen_depth / 8 > SYNTHVID_FB_SIZE_WIN8)) {
1043 screen_width * screen_height * screen_depth / 8;
1153 screen_width, screen_height, screen_depth, screen_fb_size);
1164 info->var.bits_per_pixel = screen_depth;
1186 info->fix.line_length = screen_width * screen_depth / 8;