Home
last modified time | relevance | path

Searched refs:BranchDepth (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_vert_fc.c10 unsigned BranchDepth; member
97 if (fc_state->LoopDepth == 0 && fc_state->BranchDepth == 0) { in lower_bgnloop()
185 if ((fc_state->BranchDepth == 0 && fc_state->LoopDepth == 0) in lower_if()
233 if (fc_state.BranchDepth != 0 in rc_vert_fc()
243 fc_state.BranchDepth++; in rc_vert_fc()
264 fc_state.BranchDepth--; in rc_vert_fc()
268 if (fc_state.BranchDepth || fc_state.LoopDepth) { in rc_vert_fc()
Dradeon_emulate_loops.c55 unsigned BranchDepth; member
129 if (count_inst->BranchDepth > 0) { in get_incr_amount()
234 count_inst.BranchDepth = 0; in try_unroll_loop()
258 count_inst.BranchDepth++; in try_unroll_loop()
261 count_inst.BranchDepth--; in try_unroll_loop()
Dr500_fragprog_emit.c66 int BranchDepth; member
471 loop->BranchDepth = s->CurrentBranchDepth; in emit_flowcontrol()
489 s->CurrentBranchDepth - loop->BranchDepth) in emit_flowcontrol()
503 s->CurrentBranchDepth - loop->BranchDepth) in emit_flowcontrol()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
Dradeon_vert_fc.c10 unsigned BranchDepth; member
97 if (fc_state->LoopDepth == 0 && fc_state->BranchDepth == 0) { in lower_bgnloop()
185 if ((fc_state->BranchDepth == 0 && fc_state->LoopDepth == 0) in lower_if()
233 if (fc_state.BranchDepth != 0 in rc_vert_fc()
243 fc_state.BranchDepth++; in rc_vert_fc()
264 fc_state.BranchDepth--; in rc_vert_fc()
268 if (fc_state.BranchDepth || fc_state.LoopDepth) { in rc_vert_fc()
Dradeon_emulate_loops.c55 unsigned BranchDepth; member
129 if (count_inst->BranchDepth > 0) { in get_incr_amount()
234 count_inst.BranchDepth = 0; in try_unroll_loop()
258 count_inst.BranchDepth++; in try_unroll_loop()
261 count_inst.BranchDepth--; in try_unroll_loop()
Dr500_fragprog_emit.c66 int BranchDepth; member
471 loop->BranchDepth = s->CurrentBranchDepth; in emit_flowcontrol()
489 s->CurrentBranchDepth - loop->BranchDepth) in emit_flowcontrol()
503 s->CurrentBranchDepth - loop->BranchDepth) in emit_flowcontrol()
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp711 unsigned BranchDepth = in shouldConvertIf() local
713 DEBUG(dbgs() << "Branch depth: " << BranchDepth << '\n'); in shouldConvertIf()
725 unsigned CondDepth = adjCycles(BranchDepth, PI.CondCycles); in shouldConvertIf()