Home | History | Annotate | Download | only in dev

Lines Matching refs:DEP

285 	if (mdp->DEP != 4)
310 if (md->DEP == 4) {
351 if (md->DEP == 4) HDE = (md->MW+md->FX-1)/md->FX;
415 if (md->DEP == 4) {
462 if (md->DEP == 4) {
487 if (md->DEP == 4)
507 if (md->DEP == 4)
533 if (md->DEP == 4)
560 if (md->DEP == 4)
574 if (md->DEP == 4)
609 if (md->DEP != 4) {
625 if (md->DEP == 4) {
700 if (md->DEP == 4)
714 if (md->DEP == 4) {
738 else if (md->DEP == 8) {
750 gi->gd_colors = 1 << md->DEP;
751 gi->gd_planes = md->DEP;
823 monitor_defs[retina_default_mon].DEP == 8)
915 vm->depth = md->DEP;
932 if (md->DEP != 4) {
933 vm->hblank_start = md->HBS * 32 / md->DEP;
934 vm->hsync_start = md->HSS * 32 / md->DEP;
935 vm->hsync_stop = md->HSE * 32 / md->DEP;
936 vm->htotal = md->HT * 32 / md->DEP;
974 if (txtonly && monitor_defs[mode-1].DEP == 8)