Searched refs:SOLID (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/xgc/dist/
H A Dgram.h62 SOLID = 272, enumerator in enum:yytokentype
93 #define SOLID 272 macro
H A Dgram.y31 %token <num> ROUND SOLID
57 | LINESTYLE SOLID
69 | FILLSTYLE SOLID
H A Dgram.c126 SOLID = 272, enumerator in enum:yytokentype
157 #define SOLID 272 macro
513 "SOLID", "FILLSTYLE", "FILLSTYLETYPE", "FILLRULE", "FILLRULETYPE",
H A Dlex.c1288 { return (SOLID); }
/xsrc/external/mit/xkbcomp/dist/
H A Dtokens.h63 #define SOLID 36 macro
H A Dxkbscan.c165 case SOLID:
166 snprintf(buf, sizeof(buf), "SOLID");
560 "solid", SOLID},
H A Dxkbparse.y59 SOLID 36
551 | SOLID { $$= XkbSolidDoodad; }
H A Dxkbparse.c154 SOLID = 36, /* SOLID */ enumerator in enum:yytokentype
224 #define SOLID 36 macro
343 YYSYMBOL_SOLID = 33, /* SOLID */
873 "SHAPE", "KEYS", "ROW", "SECTION", "OVERLAY", "TEXT", "OUTLINE", "SOLID",
2480 case 114: /* DoodadType: SOLID */
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-solid-fill.c60 img->type = SOLID;
H A Dpixman-noop.c59 if (iter->image->type == SOLID)
77 if (iter->image->type == SOLID)
H A Dpixman-general.c66 case SOLID:
H A Dpixman-image.c438 case SOLID:
976 if (image->type == SOLID)
H A Dpixman-private.h86 SOLID enumerator in enum:__anon0c1deedc0103
/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dtri.c31 #define SOLID 1 macro
46 GLenum state = SOLID;
159 state = SOLID;
218 case SOLID:
H A Dselect.c36 #define SOLID 1 macro
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnv50_accel.h34 #define SOLID(i) (0x00006000 + (i) * 0x100) macro
H A Dnv04_accel.h20 #define SOLID(i) (0x00002000 + (i) * 0x100) macro
H A Dnvc0_accel.h33 #define SOLID(i) (0x04000 + (i) * 0x100) macro
H A Dnv50_exa.c536 uint64_t offset = pNv->scratch->offset + SOLID(unit);
539 PUSH_DATAu(push, pNv->scratch, SOLID(unit), 1);
H A Dnv40_exa.c188 PUSH_DATAu(push, pNv->scratch, SOLID(unit), 2);
192 PUSH_MTHDl(push, NV30_3D(TEX_OFFSET(unit)), pNv->scratch, SOLID(unit),
H A Dnvc0_exa.c537 PUSH_DATAu(push, pNv->scratch, SOLID(unit), 1);
540 PUSH_TIC (push, pNv->scratch, SOLID(unit), 1, 1, 4,

Completed in 26 milliseconds