Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3.h152 struct ir3_instruction { struct
153 struct ir3_block *block;
154 opc_t opc;
155 enum {
209 } flags;
210 int repeat;
212 unsigned regs_max;
214 unsigned regs_count;
215 struct ir3_register **regs;
216 union {
[all …]