Lines Matching refs:mod2
483 Vector4s mod2; in blendTexture() local
523 mod2.x = SubSat(Short4(0x1000), arg2->x); in blendTexture()
524 mod2.y = SubSat(Short4(0x1000), arg2->y); in blendTexture()
525 mod2.z = SubSat(Short4(0x1000), arg2->z); in blendTexture()
526 mod2.w = SubSat(Short4(0x1000), arg2->w); in blendTexture()
528 arg2 = &mod2; in blendTexture()
531 mod2.x = arg2->w; in blendTexture()
532 mod2.y = arg2->w; in blendTexture()
533 mod2.z = arg2->w; in blendTexture()
534 mod2.w = arg2->w; in blendTexture()
536 arg2 = &mod2; in blendTexture()
539 mod2.x = SubSat(Short4(0x1000), arg2->w); in blendTexture()
540 mod2.y = SubSat(Short4(0x1000), arg2->w); in blendTexture()
541 mod2.z = SubSat(Short4(0x1000), arg2->w); in blendTexture()
542 mod2.w = SubSat(Short4(0x1000), arg2->w); in blendTexture()
544 arg2 = &mod2; in blendTexture()
880 mod2.w = SubSat(Short4(0x1000), arg2->w); in blendTexture()
882 arg2 = &mod2; in blendTexture()
888 mod2.w = SubSat(Short4(0x1000), arg2->w); in blendTexture()
890 arg2 = &mod2; in blendTexture()