Searched refs:tex_opcode_strs (Results 1 – 1 of 1) sorted by relevance
1783 static const char * const tex_opcode_strs[] = { "tex", "txb", "txl", "txd", "txf", "txf_ms", "txs",… variable1787 assert((unsigned int) op < ARRAY_SIZE(tex_opcode_strs)); in opcode_string()1788 return tex_opcode_strs[op]; in opcode_string()1794 const int count = sizeof(tex_opcode_strs) / sizeof(tex_opcode_strs[0]); in get_opcode()1796 if (strcmp(str, tex_opcode_strs[op]) == 0) in get_opcode()