Home | History | Annotate | Download | only in pixelflinger2

Lines Matching refs:srcA

127                            Value * srcA, Value * dstA, Value * constantA,
151 factor = srcA;
156 factor = builder.CreateSub(sOne, srcA);
172 factor = minIntScalar(builder, srcA, builder.CreateSub(sOne, dstA));
344 Value * srcA = extractVector(builder,src)[3];
349 constant, one, zero, srcA, dstA,
352 Value * sfA = BlendFactor(gglCtx->blendState.saf, srcA, dstA,
353 constantA, sOne, sZero, srcA, dstA,
360 constant, one, zero, srcA, dstA,
363 Value * dfA = BlendFactor(gglCtx->blendState.daf, srcA, dstA,
364 constantA, sOne, sZero, srcA, dstA,
393 srcA = extractVector(builder,src)[3];
398 resA = builder.CreateAdd(srcA, dstA);
401 resA = builder.CreateSub(srcA, dstA);
404 resA = builder.CreateSub(dstA, srcA);