Home
last modified time | relevance | path

Searched defs:midgard_instruction (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/panfrost/midgard/
Dcompiler.h88 typedef struct midgard_instruction { struct
90 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 …]