Searched refs:tex_opcode_strs (Results 1 – 1 of 1) sorted by relevance
1285 const char *tex_opcode_strs[] = { "tex", "txb", "txl", "txd", "txf", "txs" }; variable1290 sizeof(tex_opcode_strs) / sizeof(tex_opcode_strs[0])); in opcode_string()1291 return tex_opcode_strs[op]; in opcode_string()1297 const int count = sizeof(tex_opcode_strs) / sizeof(tex_opcode_strs[0]); in get_opcode()1299 if (strcmp(str, tex_opcode_strs[op]) == 0) in get_opcode()