Lines Matching refs:mod2
482 Vector4s mod2; in blendTexture() local
522 mod2.x = SubSat(Short4(0x1000), arg2->x); in blendTexture()
523 mod2.y = SubSat(Short4(0x1000), arg2->y); in blendTexture()
524 mod2.z = SubSat(Short4(0x1000), arg2->z); in blendTexture()
525 mod2.w = SubSat(Short4(0x1000), arg2->w); in blendTexture()
527 arg2 = &mod2; in blendTexture()
530 mod2.x = arg2->w; in blendTexture()
531 mod2.y = arg2->w; in blendTexture()
532 mod2.z = arg2->w; in blendTexture()
533 mod2.w = arg2->w; in blendTexture()
535 arg2 = &mod2; in blendTexture()
538 mod2.x = SubSat(Short4(0x1000), arg2->w); in blendTexture()
539 mod2.y = SubSat(Short4(0x1000), arg2->w); in blendTexture()
540 mod2.z = SubSat(Short4(0x1000), arg2->w); in blendTexture()
541 mod2.w = SubSat(Short4(0x1000), arg2->w); in blendTexture()
543 arg2 = &mod2; in blendTexture()
879 mod2.w = SubSat(Short4(0x1000), arg2->w); in blendTexture()
881 arg2 = &mod2; in blendTexture()
887 mod2.w = SubSat(Short4(0x1000), arg2->w); in blendTexture()
889 arg2 = &mod2; in blendTexture()