Lines Matching refs:As
221 Short4 c0 = As<UShort4>(Swizzle(*Pointer<Short4>(s + 0), 0xC6)) >> 8; in copyRoutine()
222 Short4 c1 = As<UShort4>(Swizzle(*Pointer<Short4>(s + 8), 0xC6)) >> 8; in copyRoutine()
224 *Pointer<Int2>(d) = As<Int2>(PackUnsigned(c0, c1)); in copyRoutine()
266 Short4 c = As<UShort4>(Swizzle(*Pointer<Short4>(s), 0xC6)) >> 8; in copyRoutine()
268 *Pointer<Int>(d) = Int(As<Int2>(PackUnsigned(c, c))); in copyRoutine()
326 *Pointer<Int2>(d) = As<Int2>(PackUnsigned(c0, c1)); in copyRoutine()
370 *Pointer<Int>(d) = Int(As<Int2>(PackUnsigned(c, c))); in copyRoutine()
420 Int c = Int(As<Int2>(PackUnsigned(cc, cc))); in copyRoutine()
507 c2 = Unpack(As<Byte4>(rgb)); in blend()
515 c1 = As<Short4>(As<UShort4>(c1) >> 9); in blend()
516 c2 = As<Short4>(As<UShort4>(c2) >> 9); in blend()
540 Int c = Int(As<Int2>(PackUnsigned(c1, c1))); in blend()