Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DOutputHLSL.cpp364 mExcessiveLoopIndex = nullptr; in OutputHLSL()
2914 if (mExcessiveLoopIndex) in visitBranch()
2917 mExcessiveLoopIndex->traverse(this); in visitBranch()
3093 TIntermSymbol *restoreIndex = mExcessiveLoopIndex; in handleExcessiveLoop()
3094 mExcessiveLoopIndex = index; in handleExcessiveLoop()
3118 mExcessiveLoopIndex = nullptr; // Stops setting the Break flag in handleExcessiveLoop()
3165 mExcessiveLoopIndex = restoreIndex; in handleExcessiveLoop()
DOutputHLSL.h230 TIntermSymbol *mExcessiveLoopIndex; variable