Lines Matching refs:writeout_branch
1619 assert(rt < ARRAY_SIZE(ctx->writeout_branch));
1620 assert(sample_iter < ARRAY_SIZE(ctx->writeout_branch[0]));
1622 midgard_instruction *br = ctx->writeout_branch[rt][sample_iter];
1663 ctx->writeout_branch[rt][sample_iter] = br;
2862 midgard_instruction *br = ctx->writeout_branch[rt][sample_iter];
3090 for (unsigned rt = 0; rt < ARRAY_SIZE(ctx->writeout_branch); ++rt) {
3092 midgard_instruction *br = ctx->writeout_branch[rt][s];
3106 next_br = ctx->writeout_branch[rt][s + 1];
3108 if (!next_br && (rt + 1) < ARRAY_SIZE(ctx->writeout_branch))
3109 next_br = ctx->writeout_branch[rt + 1][0];