Searched refs:last_rel (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_legalize.c68 struct ir3_instruction *last_rel = NULL; local
125 * last_rel check below should be moved ahead of this:
128 last_rel = n;
138 if (last_rel && (reg->num == regid(REG_A0, 0))) {
139 last_rel->flags |= IR3_INSTR_UL;
140 last_rel = NULL;
233 if (last_rel)
234 last_rel->flags |= IR3_INSTR_UL;

Completed in 475 milliseconds