Searched defs:nesting_depth (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_jumps.cpp165 unsigned nesting_depth; member in struct:loop_record
177 this->nesting_depth = 0;
214 unsigned nesting_depth; member in struct:function_record
222 this->nesting_depth = 0;
474 if(ir->get_next()->is_tail_sentinel() && (this->loop.nesting_depth == 0
475 || (this->loop.nesting_depth == 1 && this->loop.in_if_at_the_end_of_the_loop)))
482 if(this->function.nesting_depth == 0 && ir->get_next()->is_tail_sentinel())
514 if(this->loop.nesting_depth == 0 && ir->get_next()->is_tail_sentinel())
517 ++this->function.nesting_depth;
518 ++this->loop.nesting_depth;
[all...]
/external/mesa3d/src/glsl/
H A Dlower_jumps.cpp165 unsigned nesting_depth; member in struct:loop_record
177 this->nesting_depth = 0;
214 unsigned nesting_depth; member in struct:function_record
222 this->nesting_depth = 0;
474 if(ir->get_next()->is_tail_sentinel() && (this->loop.nesting_depth == 0
475 || (this->loop.nesting_depth == 1 && this->loop.in_if_at_the_end_of_the_loop)))
482 if(this->function.nesting_depth == 0 && ir->get_next()->is_tail_sentinel())
514 if(this->loop.nesting_depth == 0 && ir->get_next()->is_tail_sentinel())
517 ++this->function.nesting_depth;
518 ++this->loop.nesting_depth;
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c6326 natural_t nesting_depth; member in struct:__anon32663
6335 req->address, req->nesting_depth, req->infoCnt);
6349 natural_t nesting_depth; member in struct:__anon32664
6360 reply->nesting_depth, reply->infoCnt);

Completed in 615 milliseconds