HomeSort by relevance Sort by last modified time
    Searched defs:nesting_depth (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_jumps.cpp 165 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/
lower_jumps.cpp 165 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/
syswrap-darwin.c 6326 natural_t nesting_depth; member in struct:__anon37267
6349 natural_t nesting_depth; member in struct:__anon37268
    [all...]
  /art/compiler/dex/
mir_graph.h 398 uint16_t nesting_depth; member in struct:art::BasicBlock
    [all...]

Completed in 381 milliseconds