Searched defs:midgard_instruction (Results 1 – 1 of 1) sorted by relevance
88 typedef struct midgard_instruction { struct90 struct list_head link;92 unsigned type; /* ALU, load/store, texture */96 unsigned src[MIR_SRC_COUNT];97 unsigned dest;100 unsigned swizzle[MIR_SRC_COUNT][MIR_VEC_COMPONENTS];103 nir_alu_type src_types[MIR_SRC_COUNT];104 nir_alu_type dest_type;109 bool is_pack;112 union {[all …]