Home
last modified time | relevance | path

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

12

/dports/graphics/libosmesa/mesa-21.3.6/src/panfrost/midgard/
H A Dmidgard_compile.c1533 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()
H A Dcompiler.h306 midgard_instruction *writeout_branch[MIDGARD_NUM_RTS][MIDGARD_MAX_SAMPLE_ITER]; member
H A Dmidgard_schedule.c1227 if (writeout && (ctx->inputs->is_blend || ctx->writeout_branch[1])) { in mir_schedule_alu()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/panfrost/midgard/
H A Dmidgard_compile.c1533 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()
H A Dcompiler.h306 midgard_instruction *writeout_branch[MIDGARD_NUM_RTS][MIDGARD_MAX_SAMPLE_ITER]; member
H A Dmidgard_schedule.c1227 if (writeout && (ctx->inputs->is_blend || ctx->writeout_branch[1])) { in mir_schedule_alu()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/panfrost/midgard/
H A Dmidgard_compile.c1533 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()
H A Dcompiler.h306 midgard_instruction *writeout_branch[MIDGARD_NUM_RTS][MIDGARD_MAX_SAMPLE_ITER]; member
/dports/graphics/mesa-libs/mesa-21.3.6/src/panfrost/midgard/
H A Dmidgard_compile.c1533 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()
H A Dcompiler.h306 midgard_instruction *writeout_branch[MIDGARD_NUM_RTS][MIDGARD_MAX_SAMPLE_ITER]; member
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/panfrost/midgard/
H A Dmidgard_compile.c1533 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()
H A Dcompiler.h306 midgard_instruction *writeout_branch[MIDGARD_NUM_RTS][MIDGARD_MAX_SAMPLE_ITER]; member
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/panfrost/midgard/
H A Dmidgard_compile.c1533 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()
H A Dcompiler.h306 midgard_instruction *writeout_branch[MIDGARD_NUM_RTS][MIDGARD_MAX_SAMPLE_ITER]; member
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/panfrost/midgard/
H A Dmidgard_compile.c1533 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()
H A Dcompiler.h306 midgard_instruction *writeout_branch[MIDGARD_NUM_RTS][MIDGARD_MAX_SAMPLE_ITER]; member
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/panfrost/midgard/
H A Dmidgard_compile.c1610 assert(rt < ARRAY_SIZE(ctx->writeout_branch)); in emit_fragment_store()
1611 assert(sample_iter < ARRAY_SIZE(ctx->writeout_branch[0])); in emit_fragment_store()
1613 midgard_instruction *br = ctx->writeout_branch[rt][sample_iter]; in emit_fragment_store()
1654 ctx->writeout_branch[rt][sample_iter] = br; in emit_fragment_store()
2851 midgard_instruction *br = ctx->writeout_branch[rt][sample_iter]; in emit_fragment_epilogue()
3079 for (unsigned rt = 0; rt < ARRAY_SIZE(ctx->writeout_branch); ++rt) { in mir_add_writeout_loops()
3081 midgard_instruction *br = ctx->writeout_branch[rt][s]; in mir_add_writeout_loops()
3095 next_br = ctx->writeout_branch[rt][s + 1]; in mir_add_writeout_loops()
3097 if (!next_br && (rt + 1) < ARRAY_SIZE(ctx->writeout_branch)) in mir_add_writeout_loops()
3098 next_br = ctx->writeout_branch[rt + 1][0]; in mir_add_writeout_loops()
H A Dcompiler.h306 midgard_instruction *writeout_branch[MIDGARD_NUM_RTS][MIDGARD_MAX_SAMPLE_ITER]; member
/dports/graphics/mesa-dri/mesa-21.3.6/src/panfrost/midgard/
H A Dmidgard_compile.c1533 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()
H A Dcompiler.h306 midgard_instruction *writeout_branch[MIDGARD_NUM_RTS][MIDGARD_MAX_SAMPLE_ITER]; member
/dports/lang/clover/mesa-21.3.6/src/panfrost/midgard/
H A Dmidgard_compile.c1533 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()
H A Dcompiler.h306 midgard_instruction *writeout_branch[MIDGARD_NUM_RTS][MIDGARD_MAX_SAMPLE_ITER]; member
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/panfrost/midgard/
H A Dmidgard_compile.c1472 assert(rt < ARRAY_SIZE(ctx->writeout_branch)); in emit_fragment_store()
1474 midgard_instruction *br = ctx->writeout_branch[rt]; in emit_fragment_store()
1510 ctx->writeout_branch[rt] = br; in emit_fragment_store()
2582 midgard_instruction *br = ctx->writeout_branch[rt]; in emit_fragment_epilogue()
2810 for (unsigned rt = 0; rt < ARRAY_SIZE(ctx->writeout_branch); ++rt) { in mir_add_writeout_loops()
2811 midgard_instruction *br = ctx->writeout_branch[rt]; in mir_add_writeout_loops()
2822 if ((rt + 1) < ARRAY_SIZE(ctx->writeout_branch) && ctx->writeout_branch[rt + 1]) { in mir_add_writeout_loops()
H A Dcompiler.h324 midgard_instruction *writeout_branch[MIDGARD_NUM_RTS]; member
H A Dmidgard_schedule.c1158 if (writeout && (ctx->is_blend || ctx->writeout_branch[1])) { in mir_schedule_alu()

12