Lines Matching refs:vres
890 uint8x8_t vsrc, vdst, vres; in S32_Blend_BlitRow32_neon() local
913 vres = vshrn_n_u16(vdst_wide, 8); in S32_Blend_BlitRow32_neon()
916 vst1_u32(dst, vreinterpret_u32_u8(vres)); in S32_Blend_BlitRow32_neon()
924 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; in S32_Blend_BlitRow32_neon() local
936 vres = vshrn_n_u16(vdst_wide, 8); in S32_Blend_BlitRow32_neon()
939 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0); in S32_Blend_BlitRow32_neon()
958 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; in S32A_Blend_BlitRow32_neon() local
980 vres = vshrn_n_u16(vdst_wide, 8); in S32A_Blend_BlitRow32_neon()
982 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0); in S32A_Blend_BlitRow32_neon()
995 uint8x8_t vsrc, vdst, vres, vsrc_alphas; in S32A_Blend_BlitRow32_neon() local
1030 vres = vshrn_n_u16(vdst_wide, 8); in S32A_Blend_BlitRow32_neon()
1032 vst1_u32(dst, vreinterpret_u32_u8(vres)); in S32A_Blend_BlitRow32_neon()