Lines Matching refs:vres
1166 uint8x8_t vsrc, vdst, vres; in S32_Blend_BlitRow32_neon() local
1188 vres = vshrn_n_u16(vdst_wide, 8) + vshrn_n_u16(vsrc_wide, 8); in S32_Blend_BlitRow32_neon()
1191 vst1_u32(dst, vreinterpret_u32_u8(vres)); in S32_Blend_BlitRow32_neon()
1199 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; in S32_Blend_BlitRow32_neon() local
1210 vres = vshrn_n_u16(vdst_wide, 8) + vshrn_n_u16(vsrc_wide, 8); in S32_Blend_BlitRow32_neon()
1213 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0); in S32_Blend_BlitRow32_neon()
1232 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; in S32A_Blend_BlitRow32_neon() local
1255 vres = vshrn_n_u16(vdst_wide, 8) + vshrn_n_u16(vsrc_wide, 8); in S32A_Blend_BlitRow32_neon()
1257 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0); in S32A_Blend_BlitRow32_neon()
1270 uint8x8_t vsrc, vdst, vres, vsrc_alphas; in S32A_Blend_BlitRow32_neon() local
1299 vres = vshrn_n_u16(vdst_wide, 8) + vshrn_n_u16(vsrc_wide, 8); in S32A_Blend_BlitRow32_neon()
1301 vst1_u32(dst, vreinterpret_u32_u8(vres)); in S32A_Blend_BlitRow32_neon()