Searched refs:after_else_idx (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.c3697 int after_else_idx = ctx->block_count; local in function:emit_if
3707 then_branch->branch.target_block = after_else_idx;
3710 then_exit->branch.target_block = after_else_idx;
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_compile.c2851 int after_else_idx = ctx->block_count; local in function:emit_if
2861 then_branch->branch.target_block = after_else_idx;
2864 then_exit->branch.target_block = after_else_idx;

Completed in 11 milliseconds