Home
last modified time | relevance | path

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

/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp171 unsigned int curLoopDepth; member in __anon9283::Converter
191 curLoopDepth(0), in Converter()
1519 curLoopDepth += 1;
1520 func->loopNestingBound = std::max(func->loopNestingBound, curLoopDepth);
1544 curLoopDepth -= 1;

Completed in 6 milliseconds