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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_if_to_cond_assign.cpp233 bool must_lower = this->depth-- > this->max_depth; local in function:ir_if_to_cond_assign_visitor::visit_leave
236 if (!must_lower && this->min_branch_cost == 0)
265 * assignment would be incorrect. In the case of must_lower, it's up to the
269 if (!must_lower &&
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_if_to_cond_assign.cpp227 bool must_lower = this->depth-- > this->max_depth; local in function:ir_if_to_cond_assign_visitor::visit_leave
230 if (!must_lower && this->min_branch_cost == 0)
259 * assignment would be incorrect. In the case of must_lower, it's up to the
263 if (!must_lower &&

Completed in 2 milliseconds