Searched refs:mNestedLoopDepth (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DOutputHLSL.h169 int mNestedLoopDepth; member in class:sh::OutputHLSL
H A DOutputHLSL.cpp144 mNestedLoopDepth = 0;
2836 mNestedLoopDepth++;
2850 mNestedLoopDepth--;
2915 mNestedLoopDepth--;
2932 if (mNestedLoopDepth > 1)

Completed in 109 milliseconds