Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c87 unsigned int CurrentLoopDepth; member
469 s->Loops, s->CurrentLoopDepth, s->LoopsReserved, 1); in emit_flowcontrol()
471 loop = &s->Loops[s->CurrentLoopDepth++]; in emit_flowcontrol()
482 loop = &s->Loops[s->CurrentLoopDepth - 1]; in emit_flowcontrol()
497 loop = &s->Loops[s->CurrentLoopDepth - 1]; in emit_flowcontrol()
512 loop = &s->Loops[s->CurrentLoopDepth - 1]; in emit_flowcontrol()
540 s->CurrentLoopDepth--; in emit_flowcontrol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp347 unsigned CurrentLoopDepth = 0; in orderNodes() local
356 if (LoopDepth < CurrentLoopDepth) { in orderNodes()
374 CurrentLoopDepth = LoopDepth; in orderNodes()

Completed in 3 milliseconds