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

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_jumps.cpp168 bool may_set_return_flag; member in struct:loop_record
179 this->may_set_return_flag = false;
252 * this->loop.may_set_return_flag are updated to reflect the
325 this->loop.may_set_return_flag = true;
399 * this->loop.may_set_return_flag, because an unlowered jump
421 * this->loop.may_set_return_flag, because an unlowered return
844 * The loop.may_set_return_flag portion of the ANALYSIS
911 if(this->loop.may_set_return_flag) {
917 * satisfies the loop.may_set_return_flag part of the
920 saved_loop.may_set_return_flag
[all...]
/external/mesa3d/src/glsl/
H A Dlower_jumps.cpp168 bool may_set_return_flag; member in struct:loop_record
179 this->may_set_return_flag = false;
252 * this->loop.may_set_return_flag are updated to reflect the
325 this->loop.may_set_return_flag = true;
399 * this->loop.may_set_return_flag, because an unlowered jump
421 * this->loop.may_set_return_flag, because an unlowered return
844 * The loop.may_set_return_flag portion of the ANALYSIS
911 if(this->loop.may_set_return_flag) {
917 * satisfies the loop.may_set_return_flag part of the
920 saved_loop.may_set_return_flag
[all...]

Completed in 7624 milliseconds