Searched defs:midgard_instruction (Results 1 – 1 of 1) sorted by relevance
90 typedef struct midgard_instruction { struct92 struct list_head link;94 unsigned type; /* ALU, load/store, texture */98 unsigned src[MIR_SRC_COUNT];99 unsigned dest;102 unsigned swizzle[MIR_SRC_COUNT][MIR_VEC_COMPONENTS];105 nir_alu_type src_types[MIR_SRC_COUNT];106 nir_alu_type dest_type;111 bool is_pack;114 union {[all …]