Searched refs:opcode_names (Results 1 – 1 of 1) sorted by relevance
79 static const char * const opcode_names[TGSI_OPCODE_LAST] = variable90 if (opcode >= ARRAY_SIZE(opcode_names)) in tgsi_get_opcode_name()92 return opcode_names[opcode]; in tgsi_get_opcode_name()