/external/skia/src/opts/ |
D | SkBlitRow_opts_arm_neon.cpp | 36 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
|
D | SkSwizzler_opts.h | 21 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 …]
|
D | SkColor_opts_neon.h | 44 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/ |
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/webp/src/enc/ |
D | iterator_enc.c | 130 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/ |
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
|
/external/skia/src/core/ |
D | SkColorSpaceXform.cpp | 754 static void color_xform_RGBA(void* dst, const void* vsrc, int len, in color_xform_RGBA()
|
/external/valgrind/VEX/priv/ |
D | host_ppc_isel.c | 2354 HReg vsrc = iselVecExpr(env, e->Iex.Unop.arg, IEndianess); in iselWordExpr_R_wrk() local
|