Home | History | Annotate | Download | only in Main

Lines Matching defs:c1

257 								UShort4 c1 = As<UShort4>(Swizzle(*Pointer<Short4>(s + 8), 0xC6)) >> 8;
259 *Pointer<Int2>(d) = As<Int2>(Pack(c0, c1));
365 UShort4 c1 = *Pointer<UShort4>(s + 8) >> 8;
367 *Pointer<Int2>(d) = As<Int2>(Pack(c0, c1));
571 Short4 c1;
574 c1 = Unpack(*Pointer<Byte4>(c));
604 c1 = As<Short4>(As<UShort4>(c1) >> 9);
607 Short4 alpha = Swizzle(c1, 0xFF) & Short4(0xFFFFu, 0xFFFFu, 0xFFFFu, 0x0000);
609 c1 = (c1 - c2) * alpha;
610 c1 = c1 >> 7;
611 c1 = c1 + c2;
612 c1 = c1 + c1;
618 *Pointer<Byte4>(d) = Byte4(Pack(As<UShort4>(c1), As<UShort4>(c1)));
625 c1 = Swizzle(c1, 0xC6);
627 *Pointer<Byte4>(d) = Byte4(Pack(As<UShort4>(c1), As<UShort4>(c1)));
632 Int c = Int(As<Int2>(Pack(As<UShort4>(c1), As<UShort4>(c1))));
641 Int c = Int(As<Int2>(Pack(As<UShort4>(c1), As<UShort4>(c1))));