Searched defs:vsrc (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_pwr8.h | 184 vec_slli_epi32 (__m128i vsrc, unsigned int count) in vec_slli_epi32() 199 vec_srli_epi32 (__m128i vsrc, unsigned int count) in vec_srli_epi32() 214 vec_srai_epi32 (__m128i vsrc, unsigned int count) in vec_srai_epi32() 237 __m128i_union vsrc; in vec_loadu_si128() local 261 __m128i_union vsrc; in vec_load_si128() local 276 vec_movemask_epi8 (__m128i vsrc) in vec_movemask_epi8()
|
/external/skqp/src/core/ |
D | SkBlitRow_D32.cpp | 160 uint8x8_t vsrc, vdst, vres; in blit_row_s32_blend() local 182 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; in blit_row_s32_blend() local 204 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; in blit_row_s32a_blend() local 235 uint8x8_t vsrc, vdst, vres, vsrc_alphas; in blit_row_s32a_blend() local
|
/external/skia/src/core/ |
D | SkBlitRow_D32.cpp | 160 uint8x8_t vsrc, vdst, vres; in blit_row_s32_blend() local 182 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; in blit_row_s32_blend() local 204 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; in blit_row_s32a_blend() local 235 uint8x8_t vsrc, vdst, vres, vsrc_alphas; in blit_row_s32a_blend() local
|
/external/webp/src/enc/ |
D | iterator_enc.c | 137 const uint8_t* const vsrc = pic->v + (y * pic->uv_stride + x) * 8; in VP8IteratorImport() local 194 const uint8_t* const vsrc = it->yuv_out_ + V_OFF_ENC; in VP8IteratorExport() local
|
/external/libnl/lib/route/link/ |
D | macvlan.c | 122 struct macvlan_info *vdst, *vsrc = src->l_info; in macvlan_clone() local
|
D | vlan.c | 246 struct vlan_info *vdst, *vsrc = src->l_info; in vlan_clone() local
|
D | vxlan.c | 325 struct vxlan_info *vdst, *vsrc = src->l_info; in vxlan_clone() local
|
/external/libvpx/libvpx/vp8/encoder/ |
D | encodemb.c | 33 void vp8_subtract_mbuv(short *diff, unsigned char *usrc, unsigned char *vsrc, in vp8_subtract_mbuv()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vertex_generic.c | 1064 GLubyte *vsrc = vtx->vertex_buf + esrc * vtx->vertex_size; in _tnl_generic_copy_pv() local
|