Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr500_fragprog_emit.c88 unsigned int MaxBranchDepth; member
554 if (s->CurrentBranchDepth > s->MaxBranchDepth) in emit_flowcontrol()
555 s->MaxBranchDepth = s->CurrentBranchDepth; in emit_flowcontrol()
681 if (s.MaxBranchDepth >= 4 || s.LoopsReserved > 0) { in r500BuildFragmentProgramHwCode()