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

  /external/chromium_org/third_party/skia/src/opts/
SkBlitMask_opts_arm_neon.cpp 149 uint8x8x4_t vdst; local
154 vdst = vld4_u8((uint8_t*)dst);
172 vdst.val[NEON_A] = vbsl_u8(vsel_trans, vdst.val[NEON_A], vdup_n_u8(0xFF));
173 vdst.val[NEON_A] = vbsl_u8(vsel_opq, vopqDstA, vdst.val[NEON_A]);
175 vdst.val[NEON_R] = SkBlend32_neon8(vcolR, vdst.val[NEON_R], vmaskR);
176 vdst.val[NEON_G] = SkBlend32_neon8(vcolG, vdst.val[NEON_G], vmaskG)
217 uint8x8x4_t vdst; local
    [all...]
SkBlitRow_opts_arm_neon.cpp 74 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
494 uint16x8_t vdst, vdst_r, vdst_g, vdst_b; local
499 vdst = vld1q_u16(dst)
631 uint16x8_t vdst; local
1032 uint8x8_t vsrc, vdst, vres; local
1065 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
1098 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
1136 uint8x8_t vsrc, vdst, vres, vsrc_alphas; local
1614 uint32x4x2_t vdst; local
    [all...]
SkXfermode_opts_arm_neon.cpp 118 uint8x8_t vda, visa, vsrc, vdst; local
134 vdst = vshrn_n_u16(vdst_wide, 8);
136 vsrc += vdst;
148 uint8x8_t vsa, vida, vsrc, vdst; local
164 vdst = vshrn_n_u16(vdst_wide, 8);
166 vsrc += vdst;
180 uint8x8_t vsrc, vdst, visa, vida; local
186 vdst = vreinterpret_u8_u32(vdup_n_u32(dst));
189 vdst_wide = vmull_u8(vdst, visa);
198 vdst = vshrn_n_u16(vdst_wide, 8)
209 uint8x8_t vsrc, vdst; local
219 uint8x8_t vsrc, vdst, vres; local
772 uint8x8x4_t vsrc, vdst, vres; local
867 uint16x8_t vdst, vres16; local
    [all...]
  /art/runtime/verifier/
register_line.cc 39 bool RegisterLine::SetRegisterType(uint32_t vdst, RegType& new_type) {
40 DCHECK_LT(vdst, num_regs_);
49 line_[vdst] = new_type.GetId();
52 ClearAllRegToLockDepths(vdst);
56 bool RegisterLine::SetRegisterTypeWide(uint32_t vdst, RegType& new_type1,
58 DCHECK_LT(vdst + 1, num_regs_);
64 line_[vdst] = new_type1.GetId();
65 line_[vdst + 1] = new_type2.GetId();
68 ClearAllRegToLockDepths(vdst);
69 ClearAllRegToLockDepths(vdst + 1)
    [all...]
register_line.h 59 // Implement category-1 "move" instructions. Copy a 32-bit value from "vsrc" to "vdst".
60 void CopyRegister1(uint32_t vdst, uint32_t vsrc, TypeCategory cat)
63 // Implement category-2 "move" instructions. Copy a 64-bit value from "vsrc" to "vdst". This
65 void CopyRegister2(uint32_t vdst, uint32_t vsrc)
70 void CopyResultRegister1(uint32_t vdst, bool is_reference)
75 void CopyResultRegister2(uint32_t vdst)
84 bool SetRegisterType(uint32_t vdst, RegType& new_type)
87 bool SetRegisterTypeWide(uint32_t vdst, RegType& new_type1, RegType& new_type2)
  /external/libnl/lib/route/link/
vlan.c 240 struct vlan_info *vdst, *vsrc = src->l_info; local
246 vdst = dst->l_info;
248 vdst->vi_egress_qos = calloc(vsrc->vi_egress_size,
250 if (!vdst->vi_egress_qos)
253 memcpy(vdst->vi_egress_qos, vsrc->vi_egress_qos,
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vertex_generic.c 1021 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/mesa3d/src/mesa/tnl/
t_vertex_generic.c 1021 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/chromium_org/third_party/libwebp/enc/
iterator.c 194 uint8_t* const vdst = pic->v + (y * pic->uv_stride + x) * 8; local
208 ExportBlock(vsrc, vdst, pic->uv_stride, uv_w, uv_h);
  /external/chromium_org/third_party/libwebp/dec/
frame.c 257 uint8_t* const vdst = dec->cache_v_ - uvsize + uv_offset; local
281 io->v = vdst;
333 memcpy(dec->cache_v_ - uvsize, vdst + 8 * dec->cache_uv_stride_, uvsize);

Completed in 479 milliseconds