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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_if_to_cond_assign.cpp75 this->else_cost = 0;
98 unsigned else_cost; member in class:__anon347883980110::ir_if_to_cond_assign_visitor
167 v->else_cost++;
243 this->else_cost = 0;
272 MAX2(this->then_cost, this->else_cost) >= this->min_branch_cost))
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_if_to_cond_assign.cpp92 unsigned else_cost; member in class:__anoncd8fb7e50110::ir_if_to_cond_assign_visitor
161 v->else_cost++;
237 this->else_cost = 0;
266 MAX2(this->then_cost, this->else_cost) >= this->min_branch_cost))

Completed in 4 milliseconds