Lines Matching refs:vres
36 uint8x8_t vsrc, vdst, vres; in S32_Blend_BlitRow32_neon() local
59 vres = vshrn_n_u16(vdst_wide, 8); in S32_Blend_BlitRow32_neon()
62 vst1_u32(dst, vreinterpret_u32_u8(vres)); in S32_Blend_BlitRow32_neon()
70 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; in S32_Blend_BlitRow32_neon() local
82 vres = vshrn_n_u16(vdst_wide, 8); in S32_Blend_BlitRow32_neon()
85 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0); in S32_Blend_BlitRow32_neon()
104 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; in S32A_Blend_BlitRow32_neon() local
126 vres = vshrn_n_u16(vdst_wide, 8); in S32A_Blend_BlitRow32_neon()
128 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0); in S32A_Blend_BlitRow32_neon()
141 uint8x8_t vsrc, vdst, vres, vsrc_alphas; in S32A_Blend_BlitRow32_neon() local
176 vres = vshrn_n_u16(vdst_wide, 8); in S32A_Blend_BlitRow32_neon()
178 vst1_u32(dst, vreinterpret_u32_u8(vres)); in S32A_Blend_BlitRow32_neon()