HomeSort by: relevance | last modified time | path
    Searched refs:gd_planes (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/arch/macppc/include/
grfioctl.h 52 short gd_planes; /* number of planes */ member in struct:grfinfo
  /src/sys/arch/ofppc/include/
grfioctl.h 52 short gd_planes; /* number of planes */ member in struct:grfinfo
  /src/sys/arch/x68k/include/
grfioctl.h 53 short gd_planes; /* number of planes */ member in struct:grfinfo
  /src/sys/arch/x68k/dev/
grf_tv.c 72 gi->gd_planes = 4; /* XXX */
76 gi->gd_fbsize = gi->gd_fbwidth / 8 * gi->gd_fbheight * gi->gd_planes;
102 gi->gd_colors = 1 << gi->gd_planes;
grf_gv.c 72 gi->gd_planes = 4;
  /src/sys/arch/mac68k/include/
grfioctl.h 97 short gd_planes; /* number of planes */ member in struct:grfinfo
  /src/sys/arch/amiga/dev/
grfioctl.h 60 short gd_planes; /* number of planes */ member in struct:grfinfo
grf_cc.c 220 gi->gd_planes = vs.depth;
grf_cv.c 1333 gi->gd_planes = gv->depth;
1937 if (gp->g_display.gd_planes <= 4)
1966 switch (gp->g_display.gd_planes) {
2013 int depth = gp->g_display.gd_planes;
2474 if (gp->g_display.gd_planes == 8)
2480 if (gp->g_display.gd_planes == 8)
grf_cv3d.c 1241 gi->gd_planes = gv->depth;
1799 if (gp->g_display.gd_planes <= 4)
1828 switch (gp->g_display.gd_planes) {
1875 int depth = gp->g_display.gd_planes;
2328 if (gp->g_display.gd_planes == 8)
2334 if (gp->g_display.gd_planes == 8)
grf_cl.c 1090 if (gp->g_display.gd_planes == 24)
1445 gi->gd_planes = gv->depth;
2089 if (gp->g_display.gd_planes == 8)
2095 if (gp->g_display.gd_planes == 8)
grf_et.c 1161 gi->gd_planes = gv->depth;
1916 if (gp->g_display.gd_planes == 8)
1922 if (gp->g_display.gd_planes == 8)
grf.c 580 fbinfo->depth = gi->gd_planes;
grf_rt.c 751 gi->gd_planes = md->DEP;
1318 if (bb->op != GRFBBcopy && gp->g_display.gd_planes != 8)
grf_rh.c 749 gi->gd_planes = md->DEP;
  /src/sys/arch/atari/dev/
grfioctl.h 67 short gd_planes; /* number of planes */ member in struct:grfinfo
grf.c 398 gi->gd_planes = vs.depth;
  /src/sys/arch/mac68k/dev/
grf_compat.c 239 gd->gd_planes = (short)dc->dc_depth;
  /src/sys/arch/atari/vme/
et4000.c 438 g_display.gd_planes = 4;

Completed in 27 milliseconds