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