Searched defs:in_if_at_the_end_of_the_loop (Results 1 - 2 of 2) sorted by last modified time

/external/mesa3d/src/glsl/
H A Dlower_jumps.cpp166 bool in_if_at_the_end_of_the_loop; member in struct:loop_record
178 this->in_if_at_the_end_of_the_loop = false;
475 || (this->loop.nesting_depth == 1 && this->loop.in_if_at_the_end_of_the_loop)))
515 this->loop.in_if_at_the_end_of_the_loop = true;
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_jumps.cpp166 bool in_if_at_the_end_of_the_loop; member in struct:loop_record
178 this->in_if_at_the_end_of_the_loop = false;
475 || (this->loop.nesting_depth == 1 && this->loop.in_if_at_the_end_of_the_loop)))
515 this->loop.in_if_at_the_end_of_the_loop = true;

Completed in 67 milliseconds