Searched refs:op_table (Results 1 – 2 of 2) sorted by relevance
83 } op_table[TGSI_OPCODE_LAST] = { variable130 return (op_table[opcode].num_dst > 0); in op_has_dst()136 return op_table[opcode].num_dst; in op_num_dst()142 return op_table[opcode].num_src; in op_num_src()148 return op_table[opcode].commutes; in op_commutes()168 return op_table[opcode].is_texture; in op_is_texture()174 unsigned ne = op_table[opcode].neutral_element; in op_neutral_element()
86 op_table = ((unittest.skipUnless, False, True),88 for deco, do_skip, dont_skip in op_table: