Lines Matching defs:opcode
39 /* This enum describes how an opcode calculates its result. */
41 /** The opcode produces no result. */
44 /** When this opcode writes to a channel of the destination register,
52 /** This opcode writes the same value to all enabled channels of the
59 /** The operation performed by this opcode is dependent on which channel
82 enum tgsi_opcode opcode:10;
86 tgsi_get_opcode_info(enum tgsi_opcode opcode);
89 tgsi_get_opcode_name(enum tgsi_opcode opcode);
114 tgsi_opcode_infer_src_type(enum tgsi_opcode opcode, uint src_idx);
117 tgsi_opcode_infer_dst_type(enum tgsi_opcode opcode, uint dst_idx);