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

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_legalize.c85 struct ir3_instruction *last_rel = NULL; local in function:legalize_block
160 * last_rel check below should be moved ahead of this:
163 last_rel = n;
174 if (last_rel && (reg->num == regid(REG_A0, 0))) {
175 last_rel->flags |= IR3_INSTR_UL;
176 last_rel = NULL;
304 if (last_rel)
305 last_rel->flags |= IR3_INSTR_UL;
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_legalize.c90 struct ir3_instruction *last_rel = NULL; local in function:legalize_block
201 * last_rel check below should be moved ahead of this:
204 last_rel = n;
215 if (last_rel && (reg->num == regid(REG_A0, 0))) {
216 last_rel->flags |= IR3_INSTR_UL;
217 last_rel = NULL;
358 if (last_rel)
359 last_rel->flags |= IR3_INSTR_UL;

Completed in 4 milliseconds