Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr500_fragprog_emit.c81 unsigned int CurrentBranchDepth; 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()
542 if ( s->CurrentBranchDepth >= R500_PFS_MAX_BRANCH_DEPTH_FULL) { in emit_flowcontrol()
547 s->Branches, s->CurrentBranchDepth, s->BranchesReserved, 1); in emit_flowcontrol()
549 branch = &s->Branches[s->CurrentBranchDepth++]; in emit_flowcontrol()
554 if (s->CurrentBranchDepth > s->MaxBranchDepth) in emit_flowcontrol()
555 s->MaxBranchDepth = s->CurrentBranchDepth; in emit_flowcontrol()
561 if (!s->CurrentBranchDepth) { in emit_flowcontrol()
[all …]