Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir-a2xx.h60 struct ir2_instruction { struct
61 struct ir2_shader *shader;
62 enum {
65 } instr_type;
66 enum ir2_pred pred;
67 int sync;
68 unsigned regs_count;
69 struct ir2_register *regs[5];
70 union {