Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DOutputHLSL.cpp366 mExcessiveLoopIndex = nullptr; in OutputHLSL()
2920 if (mExcessiveLoopIndex) in visitBranch()
2923 mExcessiveLoopIndex->traverse(this); in visitBranch()
3099 TIntermSymbol *restoreIndex = mExcessiveLoopIndex; in handleExcessiveLoop()
3100 mExcessiveLoopIndex = index; in handleExcessiveLoop()
3124 mExcessiveLoopIndex = nullptr; // Stops setting the Break flag in handleExcessiveLoop()
3171 mExcessiveLoopIndex = restoreIndex; in handleExcessiveLoop()
DOutputHLSL.h233 TIntermSymbol *mExcessiveLoopIndex; variable