Lines Matching defs:depth
2873 int i, depth;
2876 depth = info->var.bits_per_pixel;
2877 if (depth == 16)
2878 depth = (info->var.green.length == 5) ? 15 : 16;
2884 (depth == 16 && regno > 63) ||
2885 (depth == 15 && regno > 31))
2897 switch (depth) {
2921 if (depth == 16) {
2929 } else if (depth == 15) {
3076 var->bits_per_pixel = of_getintprop_default(dp, "depth", 8);