Searched refs:ir_if_cond_deref (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ | ||
| H A D | lower_jumps.cpp | 806 ir_dereference_variable* ir_if_cond_deref = ir_if->condition->as_dereference_variable(); local in function:__anon68d3f30f0110::ir_lower_jumps_visitor::visit 807 if(ir_if_cond_deref && ir_if_cond_deref->var == this->loop.execute_flag) { |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ | ||
| H A D | lower_jumps.cpp | 804 ir_dereference_variable* ir_if_cond_deref = ir_if->condition->as_dereference_variable(); local in function:__anonc12c8bdc0110::ir_lower_jumps_visitor::visit 805 if(ir_if_cond_deref && ir_if_cond_deref->var == this->loop.execute_flag) { |
Completed in 19 milliseconds