Searched refs:switch_order (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dir_to_mesa.cpp1728 bool switch_order = false; local in function:ir_to_mesa_visitor::process_move_condition
1754 switch_order = false;
1759 switch_order = true;
1783 return switch_order;
1845 const bool switch_order = this->process_move_condition(ir->condition); local in function:ir_to_mesa_visitor::visit
1849 if (switch_order) {
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dir_to_mesa.cpp1665 bool switch_order = false; local in function:ir_to_mesa_visitor::process_move_condition
1691 switch_order = false;
1696 switch_order = true;
1720 return switch_order;
1782 const bool switch_order = this->process_move_condition(ir->condition); local in function:ir_to_mesa_visitor::visit
1786 if (switch_order) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp2930 bool switch_order = false; local in function:glsl_to_tgsi_visitor::process_move_condition
2942 switch_order = true;
2946 switch_order = true;
2961 return switch_order;
2987 switch_order = false;
2992 switch_order = true;
3016 return switch_order;
3168 const bool switch_order = this->process_move_condition(ir->condition); local in function:glsl_to_tgsi_visitor::visit
3171 emit_block_mov(ir, ir->lhs->type, &l, &r, &condition, switch_order);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp3020 bool switch_order = false; local in function:glsl_to_tgsi_visitor::process_move_condition
3032 switch_order = true;
3036 switch_order = true;
3051 return switch_order;
3077 switch_order = false;
3082 switch_order = true;
3106 return switch_order;
3258 const bool switch_order = this->process_move_condition(ir->condition); local in function:glsl_to_tgsi_visitor::visit
3261 emit_block_mov(ir, ir->lhs->type, &l, &r, &condition, switch_order);

Completed in 26 milliseconds