Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3.h171 struct ir3_instruction { struct
172 struct ir3_block *block;
173 opc_t opc;
174 enum {
233 } flags;
234 uint8_t repeat;
235 uint8_t nop;
237 unsigned regs_max;
239 unsigned regs_count;
240 struct ir3_register **regs;
[all …]