Searched refs:LABEL (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp61 #define LABEL(i) (data[(i) + 3 * count]) macro
71 INFO("LABEL(%i) = %i\n", i, LABEL(i));
87 LABEL(i) = i;
115 if (SEMI(LABEL(ANCESTOR(v))) < SEMI(LABEL(v)))
116 LABEL(v) = LABEL(ANCESTOR(v));
126 return LABEL(v);
187 #undef LABEL
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp61 #define LABEL(i) (data[(i) + 3 * count]) macro
71 INFO("LABEL(%i) = %i\n", i, LABEL(i));
87 LABEL(i) = i;
115 if (SEMI(LABEL(ANCESTOR(v))) < SEMI(LABEL(v)))
116 LABEL(v) = LABEL(ANCESTOR(v));
126 return LABEL(v);
187 #undef LABEL
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Di965_lex.l28 %x LABEL
372 "JIP: " { BEGIN(LABEL); }
373 "UIP: " { BEGIN(LABEL); }
397 <LABEL>[a-zA-Z_][0-9a-zA-Z_]* {
/xsrc/external/mit/libXaw/dist/src/
H A DDialog.c267 #define LABEL 1 macro
287 checks[LABEL] = True;
314 if (checks[LABEL]) {
/xsrc/external/mit/editres/dist/
H A Dwidgets.c331 #define LABEL 2
362 { "showWidgetNames", LABEL, (XtPointer) NameLabel },
363 { "showClassNames", LABEL, (XtPointer) ClassLabel },
364 { "showWidgetIDs", LABEL, (XtPointer) IDLabel},
365 { "showWidgetWindows", LABEL, (XtPointer) WindowLabel },
390 case LABEL:
324 #define LABEL macro
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_shader.c499 unsigned *inst_labels; /* LABEL op */
1530 "LABEL",
1834 DECL_SPECIAL(LABEL)
3083 _OPI(LABEL, NOP, V(2,0), V(3,0), V(2,1), V(3,0), 0, 1, SPECIAL(LABEL)),
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_shader.c500 unsigned *inst_labels; /* LABEL op */
1551 "LABEL",
1861 DECL_SPECIAL(LABEL)
3118 _OPI(LABEL, NOP, V(2,0), V(3,0), V(2,1), V(3,0), 0, 1, SPECIAL(LABEL)),

Completed in 15 milliseconds