Lines Matching refs:As
224 Short4 c0 = As<UShort4>(Swizzle(*Pointer<Short4>(s + 0), 0xC6)) >> 8; in copyRoutine()
225 Short4 c1 = As<UShort4>(Swizzle(*Pointer<Short4>(s + 8), 0xC6)) >> 8; in copyRoutine()
227 *Pointer<Int2>(d) = As<Int2>(PackUnsigned(c0, c1)); in copyRoutine()
271 Short4 c = As<UShort4>(Swizzle(*Pointer<Short4>(s), 0xC6)) >> 8; in copyRoutine()
273 *Pointer<Int>(d) = Int(As<Int2>(PackUnsigned(c, c))); in copyRoutine()
335 *Pointer<Int2>(d) = As<Int2>(PackUnsigned(c0, c1)); in copyRoutine()
381 *Pointer<Int>(d) = Int(As<Int2>(PackUnsigned(c, c))); in copyRoutine()
475 Int c = Int(As<Int2>(PackUnsigned(cc, cc))); in copyRoutine()
564 c2 = Unpack(As<Byte4>(rgb)); in blend()
572 c1 = As<Short4>(As<UShort4>(c1) >> 9); in blend()
573 c2 = As<Short4>(As<UShort4>(c2) >> 9); in blend()
600 Int c = Int(As<Int2>(PackUnsigned(c1, c1))); in blend()
609 Int c = Int(As<Int2>(PackUnsigned(c1, c1))); in blend()