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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_jumps.cpp173 ir_variable* execute_flag; /* cleared to emulate continue */ member in struct:__anon68d3f30f0110::loop_record
183 this->execute_flag = 0;
189 if(!this->execute_flag) {
191 this->execute_flag = new(this->signature) ir_variable(glsl_type::bool_type, "execute_flag", ir_var_temporary);
192 list.push_head(new(this->signature) ir_assignment(new(this->signature) ir_dereference_variable(execute_flag), new(this->signature) ir_constant(true)));
193 list.push_head(this->execute_flag);
195 return this->execute_flag;
684 ir_variable* execute_flag = this->loop.get_execute_flag();
685 jumps[lower]->replace_with(new(ir) ir_assignment(new (ir) ir_dereference_variable(execute_flag), ne
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_jumps.cpp173 ir_variable* execute_flag; /* cleared to emulate continue */ member in struct:__anonc12c8bdc0110::loop_record
183 this->execute_flag = 0;
189 if(!this->execute_flag) {
191 this->execute_flag = new(this->signature) ir_variable(glsl_type::bool_type, "execute_flag", ir_var_temporary);
192 list.push_head(new(this->signature) ir_assignment(new(this->signature) ir_dereference_variable(execute_flag), new(this->signature) ir_constant(true)));
193 list.push_head(this->execute_flag);
195 return this->execute_flag;
682 ir_variable* execute_flag = this->loop.get_execute_flag();
683 jumps[lower]->replace_with(new(ir) ir_assignment(new (ir) ir_dereference_variable(execute_flag), ne
[all...]

Completed in 3 milliseconds