Searched refs:src2l (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | lower_instructions.cpp | 1582 ir_variable *src2l = local in function:lower_instructions_visitor::imul_high_to_mul 1583 new(ir) ir_variable(glsl_type::uvec(elements), "src2l", ir_var_temporary); 1603 i.insert_before(src2l); 1636 i.insert_before(assign(src2l, bit_and(src2, c0000FFFF->clone(ir, NULL)))); 1645 i.insert_before(assign(lo, mul(src1l, src2l))); 1647 i.insert_before(assign(t2, mul(src1h, src2l)));
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | lower_instructions.cpp | 1555 ir_variable *src2l = local in function:lower_instructions_visitor::imul_high_to_mul 1556 new(ir) ir_variable(glsl_type::uvec(elements), "src2l", ir_var_temporary); 1576 i.insert_before(src2l); 1609 i.insert_before(assign(src2l, bit_and(src2, c0000FFFF->clone(ir, NULL)))); 1618 i.insert_before(assign(lo, mul(src1l, src2l))); 1620 i.insert_before(assign(t2, mul(src1h, src2l)));
|
Completed in 6 milliseconds