Searched refs:x_clone (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ | ||
| H A D | lower_instructions.cpp | 809 ir_rvalue *x_clone = ir->operands[0]->clone(ir, NULL); local in function:lower_instructions_visitor::carry_to_arith 812 ir->operands[0] = b2i(less(add(ir->operands[0], ir->operands[1]), x_clone)); |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ | ||
| H A D | lower_instructions.cpp | 802 ir_rvalue *x_clone = ir->operands[0]->clone(ir, NULL); local in function:lower_instructions_visitor::carry_to_arith 805 ir->operands[0] = b2i(less(add(ir->operands[0], ir->operands[1]), x_clone)); |
Completed in 6 milliseconds