Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr500_fragprog_emit.c85 unsigned int CurrentLoopDepth; member
467 s->Loops, s->CurrentLoopDepth, s->LoopsReserved, 1); in emit_flowcontrol()
469 loop = &s->Loops[s->CurrentLoopDepth++]; in emit_flowcontrol()
480 loop = &s->Loops[s->CurrentLoopDepth - 1]; in emit_flowcontrol()
495 loop = &s->Loops[s->CurrentLoopDepth - 1]; in emit_flowcontrol()
510 loop = &s->Loops[s->CurrentLoopDepth - 1]; in emit_flowcontrol()
538 s->CurrentLoopDepth--; in emit_flowcontrol()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
Dr500_fragprog_emit.c85 unsigned int CurrentLoopDepth; member
467 s->Loops, s->CurrentLoopDepth, s->LoopsReserved, 1); in emit_flowcontrol()
469 loop = &s->Loops[s->CurrentLoopDepth++]; in emit_flowcontrol()
480 loop = &s->Loops[s->CurrentLoopDepth - 1]; in emit_flowcontrol()
495 loop = &s->Loops[s->CurrentLoopDepth - 1]; in emit_flowcontrol()
510 loop = &s->Loops[s->CurrentLoopDepth - 1]; in emit_flowcontrol()
538 s->CurrentLoopDepth--; in emit_flowcontrol()