Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlower_jumps.cpp804 … ir_dereference_variable* ir_if_cond_deref = ir_if->condition->as_dereference_variable(); in visit() local
805 if(ir_if_cond_deref && ir_if_cond_deref->var == this->loop.execute_flag) { in visit()