Searched refs:writeout_branch (Results 1 – 3 of 3) sorted by relevance
1533 assert(rt < ARRAY_SIZE(ctx->writeout_branch)); in emit_fragment_store()1534 assert(sample_iter < ARRAY_SIZE(ctx->writeout_branch[0])); in emit_fragment_store()1536 midgard_instruction *br = ctx->writeout_branch[rt][sample_iter]; in emit_fragment_store()1577 ctx->writeout_branch[rt][sample_iter] = br; in emit_fragment_store()2775 midgard_instruction *br = ctx->writeout_branch[rt][sample_iter]; in emit_fragment_epilogue()3003 for (unsigned rt = 0; rt < ARRAY_SIZE(ctx->writeout_branch); ++rt) { in mir_add_writeout_loops()3005 midgard_instruction *br = ctx->writeout_branch[rt][s]; in mir_add_writeout_loops()3019 next_br = ctx->writeout_branch[rt][s + 1]; in mir_add_writeout_loops()3021 if (!next_br && (rt + 1) < ARRAY_SIZE(ctx->writeout_branch)) in mir_add_writeout_loops()3022 next_br = ctx->writeout_branch[rt + 1][0]; in mir_add_writeout_loops()
306 midgard_instruction *writeout_branch[MIDGARD_NUM_RTS][MIDGARD_MAX_SAMPLE_ITER]; member
1227 if (writeout && (ctx->inputs->is_blend || ctx->writeout_branch[1])) { in mir_schedule_alu()