Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/panfrost/midgard/
H A Dcompiler.h90 typedef struct midgard_instruction { struct
92 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 …]