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

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_jumps.cpp798 ir_dereference_variable* ir_if_cond_deref = ir_if->condition->as_dereference_variable(); local
799 if(ir_if_cond_deref && ir_if_cond_deref->var == this->loop.execute_flag) {
/external/mesa3d/src/glsl/
H A Dlower_jumps.cpp798 ir_dereference_variable* ir_if_cond_deref = ir_if->condition->as_dereference_variable(); local
799 if(ir_if_cond_deref && ir_if_cond_deref->var == this->loop.execute_flag) {

Completed in 105 milliseconds