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

  /dalvik/vm/mterp/portable/
entry.cpp 21 u2 vsrc1, vsrc2, vdst; // usually used for register indexes local
  /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 28 uint16x8_t vdst; local
34 vdst = SkPixel32ToPixel16_neon8(vsrc);
37 vst1q_u16(dst, vdst);
381 uint16x8_t vdst; local
423 vdst = vld1q_u16(dst);
424 vdst_g = vshrq_n_u16(vdst, 5); // shift down to get green
425 vdst_r = vshrq_n_u16(vshlq_n_u16(vdst, 5), 5+5); // double shift to extract red
426 vdst_b = vandq_u16(vdst, vmask_b); // mask to get blue
853 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
891 uint8x8_t vsrc, vdst, vres, vsrc_alphas; local
    [all...]
SkXfermode_opts_arm_neon.cpp 105 uint8x8_t vda, visa, vsrc, vdst; local
121 vdst = vshrn_n_u16(vdst_wide, 8);
123 vsrc += vdst;
135 uint8x8_t vsa, vida, vsrc, vdst; local
151 vdst = vshrn_n_u16(vdst_wide, 8);
153 vsrc += vdst;
167 uint8x8_t vsrc, vdst, visa, vida; local
173 vdst = vreinterpret_u8_u32(vdup_n_u32(dst));
176 vdst_wide = vmull_u8(vdst, visa);
185 vdst = vshrn_n_u16(vdst_wide, 8)
196 uint8x8_t vsrc, vdst; local
206 uint8x8_t vsrc, vdst, vres; local
709 uint8x8x4_t vsrc, vdst, vres; local
781 uint16x8_t vdst, vres16; local
    [all...]
  /external/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 28 uint16x8_t vdst; local
34 vdst = SkPixel32ToPixel16_neon8(vsrc);
37 vst1q_u16(dst, vdst);
381 uint16x8_t vdst; local
423 vdst = vld1q_u16(dst);
424 vdst_g = vshrq_n_u16(vdst, 5); // shift down to get green
425 vdst_r = vshrq_n_u16(vshlq_n_u16(vdst, 5), 5+5); // double shift to extract red
426 vdst_b = vandq_u16(vdst, vmask_b); // mask to get blue
853 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
891 uint8x8_t vsrc, vdst, vres, vsrc_alphas; local
    [all...]
SkXfermode_opts_arm_neon.cpp 105 uint8x8_t vda, visa, vsrc, vdst; local
121 vdst = vshrn_n_u16(vdst_wide, 8);
123 vsrc += vdst;
135 uint8x8_t vsa, vida, vsrc, vdst; local
151 vdst = vshrn_n_u16(vdst_wide, 8);
153 vsrc += vdst;
167 uint8x8_t vsrc, vdst, visa, vida; local
173 vdst = vreinterpret_u8_u32(vdup_n_u32(dst));
176 vdst_wide = vmull_u8(vdst, visa);
185 vdst = vshrn_n_u16(vdst_wide, 8)
196 uint8x8_t vsrc, vdst; local
206 uint8x8_t vsrc, vdst, vres; local
709 uint8x8x4_t vsrc, vdst, vres; local
781 uint16x8_t vdst, vres16; local
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
iterator.c 115 uint8_t* const vdst = it->yuv_in_ + V_OFF; local
129 ImportBlock(vsrc, pic->uv_stride, vdst, uv_w, uv_h, 8);
155 uint8_t* const vdst = pic->v + (y * pic->uv_stride + x) * 8; local
169 ExportBlock(vsrc, vdst, pic->uv_stride, uv_w, uv_h);
  /external/webp/src/enc/
iterator.c 115 uint8_t* const vdst = it->yuv_in_ + V_OFF; local
129 ImportBlock(vsrc, pic->uv_stride, vdst, uv_w, uv_h, 8);
155 uint8_t* const vdst = pic->v + (y * pic->uv_stride + x) * 8; local
169 ExportBlock(vsrc, vdst, pic->uv_stride, uv_w, uv_h);
  /external/chromium_org/third_party/libwebp/dec/
frame.c 174 uint8_t* const vdst = dec->cache_v_ - uvsize + uv_offset; local
189 io->v = vdst;
244 memcpy(dec->cache_v_ - uvsize, vdst + 8 * dec->cache_uv_stride_, uvsize);
  /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/webp/src/dec/
frame.c 174 uint8_t* const vdst = dec->cache_v_ - uvsize + uv_offset; local
189 io->v = vdst;
244 memcpy(dec->cache_v_ - uvsize, vdst + 8 * dec->cache_uv_stride_, uvsize);
  /dalvik/vm/mterp/out/
InterpC-portable.cpp 491 vdst = INST_A(inst); \
493 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
494 SET_REGISTER##_totype(vdst, \
505 vdst = INST_A(inst); \
507 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
520 SET_REGISTER##_tortype(vdst, result); \
526 vdst = INST_A(inst); \
528 ILOGV("|int-to-%s v%d,v%d", (_opname), vdst, vsrc1); \
529 SET_REGISTER(vdst, (_type) GET_REGISTER(vsrc1)); \
539 vdst = INST_AA(inst);
1132 u2 vsrc1, vsrc2, vdst; \/\/ usually used for register indexes local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_N.c 209 vector unsigned char vdst; local
227 vdst = vec_or((vector unsigned char)vrpixel, (vector unsigned char)vgpixel);
229 vdst = vec_or(vdst, (vector unsigned char)vbpixel);
230 vec_st(vdst, 0, dst);
    [all...]

Completed in 197 milliseconds