Lines Matching refs:name
110 const char *name = NULL;
115 name = "gl_Position";
118 name = "gl_PointSize";
125 name = "gl_FragColor";
133 * up the name of the varying..
135 if (name) {
136 printf("\t; %s", name);
142 const char *name;
243 printf("%s", vector_instructions[alu->vector_opc].name);
284 if (scalar_instructions[alu->scalar_opc].name) {
285 printf("\t \t%s\t", scalar_instructions[alu->scalar_opc].name);
310 const char *name;
356 if (fetch_types[vtx->format].name) {
357 printf(" %s", fetch_types[vtx->format].name);
457 const char *name;
460 #define INSTR(opc, name, fxn) [opc] = {name, fxn}
486 printf("%s", fetch_instructions[fetch->opc].name);
576 const char *name;
608 printf("%s", cf_instructions[cf->opc].name);