Searched refs:new_rvalue (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | opt_rebalance_tree.cpp | 309 ir_rvalue *new_rvalue = handle_expression(expr); local in function:ir_rebalance_visitor::handle_rvalue 312 * or some other set of cases) new_rvalue will point to the same root as 320 if (new_rvalue == *rvalue) 323 visit_tree(new_rvalue, NULL, NULL, update_types); 325 *rvalue = new_rvalue;
|
| H A D | opt_minmax.cpp | 511 ir_rvalue *new_rvalue = prune_expression(expr, minmax_range()); local in function:__anon4524e4d40110::ir_minmax_visitor::handle_rvalue 512 if (new_rvalue == *rvalue) 518 *rvalue = swizzle_if_required(expr, new_rvalue);
|
| H A D | opt_algebraic.cpp | 1037 ir_rvalue *new_rvalue = handle_expression(expr); local in function:ir_algebraic_visitor::handle_rvalue 1038 if (new_rvalue == *rvalue) 1045 *rvalue = swizzle_if_required(expr, new_rvalue);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | opt_rebalance_tree.cpp | 309 ir_rvalue *new_rvalue = handle_expression(expr); local in function:ir_rebalance_visitor::handle_rvalue 312 * or some other set of cases) new_rvalue will point to the same root as 320 if (new_rvalue == *rvalue) 323 visit_tree(new_rvalue, NULL, NULL, update_types); 325 *rvalue = new_rvalue;
|
| H A D | opt_minmax.cpp | 466 ir_rvalue *new_rvalue = prune_expression(expr, minmax_range()); local in function:__anondb3718010110::ir_minmax_visitor::handle_rvalue 467 if (new_rvalue == *rvalue) 473 *rvalue = swizzle_if_required(expr, new_rvalue);
|
| H A D | opt_algebraic.cpp | 1035 ir_rvalue *new_rvalue = handle_expression(expr); local in function:ir_algebraic_visitor::handle_rvalue 1036 if (new_rvalue == *rvalue) 1043 *rvalue = swizzle_if_required(expr, new_rvalue);
|
Completed in 8 milliseconds