Searched refs:writeout_branch (Results 1 – 3 of 3) sorted by relevance
1320 assert(rt < ARRAY_SIZE(ctx->writeout_branch)); in emit_fragment_store()1322 midgard_instruction *br = ctx->writeout_branch[rt]; in emit_fragment_store()1358 ctx->writeout_branch[rt] = br; in emit_fragment_store()2456 midgard_instruction *br = ctx->writeout_branch[rt]; in emit_fragment_epilogue()2684 for (unsigned rt = 0; rt < ARRAY_SIZE(ctx->writeout_branch); ++rt) { in mir_add_writeout_loops()2685 midgard_instruction *br = ctx->writeout_branch[rt]; in mir_add_writeout_loops()2696 if ((rt + 1) < ARRAY_SIZE(ctx->writeout_branch) && ctx->writeout_branch[rt + 1]) { in mir_add_writeout_loops()
316 midgard_instruction *writeout_branch[MIDGARD_NUM_RTS]; member
1150 if (writeout && (ctx->is_blend || ctx->writeout_branch[1])) { in mir_schedule_alu()