Home
last modified time | relevance | path

Searched defs:vsrc (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/opts/
DSkBlitRow_opts_arm_neon.cpp36 uint8x8_t vsrc, vdst, vres; in S32_Blend_BlitRow32_neon() local
70 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; in S32_Blend_BlitRow32_neon() local
104 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; in S32A_Blend_BlitRow32_neon() local
141 uint8x8_t vsrc, vdst, vres, vsrc_alphas; in S32A_Blend_BlitRow32_neon() local
DSkSwizzler_opts.h21 static void RGBA_to_rgbA_portable(uint32_t* dst, const void* vsrc, int count) { in RGBA_to_rgbA_portable()
38 static void RGBA_to_bgrA_portable(uint32_t* dst, const void* vsrc, int count) { in RGBA_to_bgrA_portable()
55 static void RGBA_to_BGRA_portable(uint32_t* dst, const void* vsrc, int count) { in RGBA_to_BGRA_portable()
69 static void RGB_to_RGB1_portable(uint32_t dst[], const void* vsrc, int count) { in RGB_to_RGB1_portable()
83 static void RGB_to_BGR1_portable(uint32_t dst[], const void* vsrc, int count) { in RGB_to_BGR1_portable()
97 static void gray_to_RGB1_portable(uint32_t dst[], const void* vsrc, int count) { in gray_to_RGB1_portable()
107 static void grayA_to_RGBA_portable(uint32_t dst[], const void* vsrc, int count) { in grayA_to_RGBA_portable()
120 static void grayA_to_rgbA_portable(uint32_t dst[], const void* vsrc, int count) { in grayA_to_rgbA_portable()
134 static void inverted_CMYK_to_RGB1_portable(uint32_t* dst, const void* vsrc, int count) { in inverted_CMYK_to_RGB1_portable()
152 static void inverted_CMYK_to_BGR1_portable(uint32_t* dst, const void* vsrc, int count) { in inverted_CMYK_to_BGR1_portable()
[all …]
DSkColor_opts_neon.h44 static inline uint8x8x4_t SkPixel16ToPixel32_neon8(uint16x8_t vsrc) { in SkPixel16ToPixel32_neon8()
65 static inline uint16x8_t SkPixel32ToPixel16_neon8(uint8x8x4_t vsrc) { in SkPixel32ToPixel16_neon8()
/external/mesa3d/src/gallium/auxiliary/util/
Du_pwr8.h184 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/webp/src/enc/
Diterator_enc.c130 const uint8_t* const vsrc = pic->v + (y * pic->uv_stride + x) * 8; in VP8IteratorImport() local
187 const uint8_t* const vsrc = it->yuv_out_ + V_OFF_ENC; in VP8IteratorExport() local
/external/libnl/lib/route/link/
Dmacvlan.c122 struct macvlan_info *vdst, *vsrc = src->l_info; in macvlan_clone() local
Dvlan.c246 struct vlan_info *vdst, *vsrc = src->l_info; in vlan_clone() local
Dvxlan.c325 struct vxlan_info *vdst, *vsrc = src->l_info; in vxlan_clone() local
/external/libvpx/libvpx/vp8/encoder/
Dencodemb.c33 void vp8_subtract_mbuv(short *diff, unsigned char *usrc, unsigned char *vsrc, in vp8_subtract_mbuv()
/external/mesa3d/src/mesa/tnl/
Dt_vertex_generic.c1064 GLubyte *vsrc = vtx->vertex_buf + esrc * vtx->vertex_size; in _tnl_generic_copy_pv() local
/external/skia/src/core/
DSkColorSpaceXform.cpp754 static void color_xform_RGBA(void* dst, const void* vsrc, int len, in color_xform_RGBA()
/external/valgrind/VEX/priv/
Dhost_ppc_isel.c2354 HReg vsrc = iselVecExpr(env, e->Iex.Unop.arg, IEndianess); in iselWordExpr_R_wrk() local