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

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_jumps.cpp171 ir_variable* execute_flag; /* cleared to emulate continue */ member in struct:loop_record
181 this->execute_flag = 0;
187 if(!this->execute_flag) {
189 this->execute_flag = new(this->signature) ir_variable(glsl_type::bool_type, "execute_flag", ir_var_temporary);
190 list.push_head(new(this->signature) ir_assignment(new(this->signature) ir_dereference_variable(execute_flag), new(this->signature) ir_constant(true), 0));
191 list.push_head(this->execute_flag);
193 return this->execute_flag;
676 ir_variable* execute_flag = this->loop.get_execute_flag(); local
677 jumps[lower]->replace_with(new(ir) ir_assignment(new (ir) ir_dereference_variable(execute_flag), ne
[all...]
/external/mesa3d/src/glsl/
H A Dlower_jumps.cpp171 ir_variable* execute_flag; /* cleared to emulate continue */ member in struct:loop_record
181 this->execute_flag = 0;
187 if(!this->execute_flag) {
189 this->execute_flag = new(this->signature) ir_variable(glsl_type::bool_type, "execute_flag", ir_var_temporary);
190 list.push_head(new(this->signature) ir_assignment(new(this->signature) ir_dereference_variable(execute_flag), new(this->signature) ir_constant(true), 0));
191 list.push_head(this->execute_flag);
193 return this->execute_flag;
676 ir_variable* execute_flag = this->loop.get_execute_flag(); local
677 jumps[lower]->replace_with(new(ir) ir_assignment(new (ir) ir_dereference_variable(execute_flag), ne
[all...]

Completed in 96 milliseconds