HomeSort by: relevance | last modified time | path
    Searched defs:CG2_N_PLANE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sun3/include/
cg2reg.h 42 #define CG2_N_PLANE 8
50 u_short word[CG2_HEIGHT][CG2_WIDTH/(CG2_N_PLANE * sizeof(u_short))];
51 u_short plane[CG2_FBSIZE/(CG2_N_PLANE * sizeof(u_short))];
66 union bitplane memplane[CG2_N_PLANE]; /* bit plane map */
211 union bitplane ropplane[CG2_N_PLANE];
  /src/sys/arch/sparc/include/
cgtworeg.h 42 #define CG2_N_PLANE 8
64 u_short word[CG2_HEIGHT][CG2_WIDTH/(CG2_N_PLANE * sizeof(u_short))];
65 u_short plane[CG2_FBSIZE/(CG2_N_PLANE * sizeof(u_short))];
80 union bitplane memplane[CG2_N_PLANE]; /* bit plane map */
222 union bitplane ropplane[CG2_N_PLANE];

Completed in 12 milliseconds