Home | History | Annotate | Download | only in glsl

Lines Matching defs:c1

994    ir_constant *c1 = new(ir) ir_constant(1u);
1009 base_ir->insert_before(assign(temp, sub(temp, bit_and(rshift(temp, c1),
1036 ir_constant *c1 =
1050 sub(lshift(c1, bits), c1->clone(ir, NULL)));
1103 ir_constant *c1;
1114 c1 = new(ir) ir_constant(int(1), ir->operands[0]->type->vector_elements);
1120 c1 = new(ir) ir_constant(1u, ir->operands[0]->type->vector_elements);
1152 lshift(sub(lshift(c1, bits),
1153 c1->clone(ir, NULL)),
1173 ir_constant *c1 =
1209 i.insert_before(assign(temp, bit_or(bit_and(rshift(temp, c1), c55555555),
1211 c1->clone(ir, NULL)))));
1457 * uint c1;
1462 * lo_result = uaddCarry(m1, m2 << 16, c1);
1463 * hi_result = m4 + c1;
1572 ir_constant *c1 = new(ir) ir_constant(1u, elements);
1576 u2i(_carry(bit_not(lo), c1)))));