HomeSort by relevance Sort by last modified time
    Searched defs:vdst (Results 1 - 10 of 10) sorted by null

  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 36 uint8x8_t vsrc, vdst, vres; local
48 vdst = vreinterpret_u8_u32(vld1_u32(dst));
55 vdst_wide = vmull_u8(vdst, vdup_n_u8(dst_scale));
70 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
75 vdst = vreinterpret_u8_u32(vld1_lane_u32(dst, vreinterpret_u32_u8(vdst), 0));
80 vdst_wide = vmull_u8(vdst, vdup_n_u8(dst_scale));
104 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
110 vdst = vreinterpret_u8_u32(vld1_lane_u32(dst, vreinterpret_u32_u8(vdst), 0))
141 uint8x8_t vsrc, vdst, vres, vsrc_alphas; local
    [all...]
SkBlitMask_opts_arm_neon.cpp 32 uint8x8x4_t vdst; local
37 vdst = vld4_u8((uint8_t*)dst);
55 vdst.val[NEON_A] = vbsl_u8(vsel_trans, vdst.val[NEON_A], vdup_n_u8(0xFF));
56 vdst.val[NEON_A] = vbsl_u8(vsel_opq, vopqDstA, vdst.val[NEON_A]);
58 vdst.val[NEON_R] = SkBlend32_neon8(vcolR, vdst.val[NEON_R], vmaskR);
59 vdst.val[NEON_G] = SkBlend32_neon8(vcolG, vdst.val[NEON_G], vmaskG)
100 uint8x8x4_t vdst; local
174 uint16x8x2_t vdst = vzipq_u16((vdev & vmaskq_ng16), (vdev & vmaskq_g16)); local
    [all...]
  /external/libnl/lib/route/link/
macvlan.c 122 struct macvlan_info *vdst, *vsrc = src->l_info; local
128 vdst = dst->l_info;
130 if (!vdst || !vsrc)
133 memcpy(vdst, vsrc, sizeof(struct macvlan_info));
vlan.c 246 struct vlan_info *vdst, *vsrc = src->l_info; local
252 vdst = dst->l_info;
254 vdst->vi_egress_qos = calloc(vsrc->vi_egress_size,
256 if (!vdst->vi_egress_qos)
259 memcpy(vdst->vi_egress_qos, vsrc->vi_egress_qos,
vxlan.c 325 struct vxlan_info *vdst, *vsrc = src->l_info; local
331 vdst = dst->l_info;
333 if (!vdst || !vsrc)
336 memcpy(vdst, vsrc, sizeof(struct vxlan_info));
  /external/mesa3d/src/gallium/auxiliary/util/
u_pwr8.h 54 __m128i_union vdst; local
57 vdst.i[0] = i0;
58 vdst.i[1] = i1;
59 vdst.i[2] = i2;
60 vdst.i[3] = i3;
62 vdst.i[3] = i0;
63 vdst.i[2] = i1;
64 vdst.i[1] = i2;
65 vdst.i[0] = i3;
68 return (__m128i) vdst.m128si
    [all...]
  /external/webp/src/enc/
iterator_enc.c 191 uint8_t* const vdst = pic->v + (y * pic->uv_stride + x) * 8; local
205 ExportBlock(vsrc, vdst, pic->uv_stride, uv_w, uv_h);
  /external/mesa3d/src/mesa/tnl/
t_vertex_generic.c 1020 GLubyte *vdst = vtx->vertex_buf + edst * vtx->vertex_size; local
1037 a[0].insert[4-1]( &a[0], vdst, pos );
1041 a[0].insert[4-1]( &a[0], vdst, VB->ClipPtr->data[edst] );
1053 a[j].insert[4-1]( &a[j], vdst + a[j].vertoffset, fdst );
1065 GLubyte *vdst = vtx->vertex_buf + edst * vtx->vertex_size; local
1074 memcpy( vdst + a[j].vertoffset,
  /external/webp/src/dec/
frame_dec.c 414 uint8_t* const vdst = dec->cache_v_ - uvsize + uv_offset; local
438 io->v = vdst;
490 memcpy(dec->cache_v_ - uvsize, vdst + 8 * dec->cache_uv_stride_, uvsize);
  /external/valgrind/VEX/priv/
host_ppc_isel.c 2348 HReg vdst = newVRegV(env); \/* V128 *\/ local
    [all...]

Completed in 599 milliseconds