Searched refs:opcode_names (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c79 static const char * const opcode_names[TGSI_OPCODE_LAST] = variable in typeref:typename:const char * const[]
90 if (opcode >= ARRAY_SIZE(opcode_names))
92 return opcode_names[opcode];
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c79 static const char * const opcode_names[TGSI_OPCODE_LAST] = variable in typeref:typename:const char * const[]
90 if (opcode >= ARRAY_SIZE(opcode_names))
92 return opcode_names[opcode];

Completed in 3 milliseconds