Searched refs:mNestedLoopDepth (Results 1 – 2 of 2) sorted by relevance
385 mNestedLoopDepth = 0; in OutputHLSL()3035 mNestedLoopDepth++; in visitLoop()3048 mNestedLoopDepth--; in visitLoop()3107 mNestedLoopDepth--; in visitLoop()3124 if (mNestedLoopDepth > 1) in visitBranch()
242 int mNestedLoopDepth; variable