Searched refs:vdst (Results 1 - 11 of 11) sorted by relevance

/external/skia/src/opts/
H A DSkBlitMask_opts_arm_neon.cpp32 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
100 uint8x8x4_t vdst; local
174 uint16x8x2_t vdst = vzipq_u16((vdev & vmaskq_ng16), (vdev & vmaskq_g16)); local
[all...]
H A DSkBlitRow_opts_arm_neon.cpp74 uint16x8_t vdst; local
85 vdst = SkPixel32ToPixel16_neon8(vsrc);
88 vst1q_u16(dst, vdst);
118 uint16x8_t vdst, vdst_r, vdst_g, vdst_b; local
143 vdst = vld1q_u16(dst);
144 vdst_g = vshlq_n_u16(vdst, 5); // shift green to top of lanes
145 vdst_b = vandq_u16(vdst, vmask_blue); // extract blue
146 vdst_r = vshrq_n_u16(vdst, 6+5); // extract red
630 uint16x8_t vdst, vdst_r, vdst_g, vdst_b; local
635 vdst
765 uint16x8_t vdst; local
890 uint8x8_t vsrc, vdst, vres; local
924 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
958 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
995 uint8x8_t vsrc, vdst, vres, vsrc_alphas; local
[all...]
/external/libnl/lib/route/link/
H A Dmacvlan.c122 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));
H A Dvlan.c246 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,
H A Dvxlan.c325 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/mesa/tnl/
H A Dt_vertex_generic.c1021 GLubyte *vdst = vtx->vertex_buf + edst * vtx->vertex_size; local
1038 a[0].insert[4-1]( &a[0], vdst, pos );
1042 a[0].insert[4-1]( &a[0], vdst, VB->ClipPtr->data[edst] );
1054 a[j].insert[4-1]( &a[j], vdst + a[j].vertoffset, fdst );
1066 GLubyte *vdst = vtx->vertex_buf + edst * vtx->vertex_size; local
1075 memcpy( vdst + a[j].vertoffset,
/external/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp202 const MachineOperand *Dest0 = TII->getNamedOperand(*I, AMDGPU::OpName::vdst);
203 const MachineOperand *Dest1 = TII->getNamedOperand(*Paired, AMDGPU::OpName::vdst);
H A DSIShrinkInstructions.cpp367 // Add the dst operand if the 32-bit encoding also has an explicit $vdst.
369 int Op32DstIdx = AMDGPU::getNamedOperandIdx(Op32, AMDGPU::OpName::vdst);
H A DSIInstrInfo.cpp306 FirstDst = getNamedOperand(FirstLdSt, AMDGPU::OpName::vdst);
307 SecondDst = getNamedOperand(SecondLdSt, AMDGPU::OpName::vdst);
1432 const MachineOperand *Dst = getNamedOperand(MI, AMDGPU::OpName::vdst);
/external/webp/src/enc/
H A Diterator_enc.c191 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/webp/src/dec/
H A Dframe_dec.c414 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);

Completed in 320 milliseconds