Home
last modified time | relevance | path

Searched refs:writeout_branch (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c1320 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()
Dcompiler.h316 midgard_instruction *writeout_branch[MIDGARD_NUM_RTS]; member
Dmidgard_schedule.c1150 if (writeout && (ctx->is_blend || ctx->writeout_branch[1])) { in mir_schedule_alu()