Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dloop_analysis.cpp419 int if_statement_depth; member in __anone99dae400111::loop_analysis
429 : loops(loops), if_statement_depth(0), current_assignment(NULL) in loop_analysis()
480 nested || this->if_statement_depth > 0, in visit()
689 this->if_statement_depth++; in visit_enter()
700 this->if_statement_depth--; in visit_leave()