Home | History | Annotate | Download | only in glsl

Lines Matching refs:src2

1550    ir_variable *src2 =
1551 new(ir) ir_variable(glsl_type::uvec(elements), "src2", ir_var_temporary);
1571 i.insert_before(src2);
1579 i.insert_before(assign(src2, ir->operands[1]));
1604 i.insert_before(assign(src2, i2u(abs(itmp2))));
1608 i.insert_before(assign(src2l, bit_and(src2, c0000FFFF->clone(ir, NULL))));
1610 i.insert_before(assign(src2h, rshift(src2, c16->clone(ir, NULL))));