Home | History | Annotate | Download | only in main

Lines Matching refs:tmp1

709    ir_rvalue *tmp0, *tmp1;
733 tmp1 = mul(src[1], sub(new(p->mem_ctx) ir_constant(1.0f),
735 return add(tmp0, tmp1);
747 tmp1 = mul(src[1], new(p->mem_ctx) ir_constant(2.0f));
748 tmp1 = add(tmp1, new(p->mem_ctx) ir_constant(-1.0f));
750 return dot(swizzle_xyz(smear(p, tmp0)), swizzle_xyz(smear(p, tmp1)));