Searched refs:dst16 (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/opts/ |
D | SkBitmapProcState_matrix_neon.h | 70 int16_t *dst16 = (int16_t *)xy; in SCALE_NOFILTER_NAME() local 89 vst1q_s16(dst16, fx8); in SCALE_NOFILTER_NAME() 94 dst16 += 8; in SCALE_NOFILTER_NAME() 98 xy = (uint32_t *) dst16; in SCALE_NOFILTER_NAME() 136 int16_t *dst16 = (int16_t *) xy; in AFFINE_NOFILTER_NAME() local 160 vst2q_s16(dst16, hi16); in AFFINE_NOFILTER_NAME() 168 dst16 += 16; // 8x32 aka 16x16 in AFFINE_NOFILTER_NAME() 173 xy = (uint32_t *) dst16; in AFFINE_NOFILTER_NAME()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_tile_image.c | 172 uint16_t *dst16 = (uint16_t *) dst; in lp_tiled_to_linear() local 185 dst16 + dst_offset, in lp_tiled_to_linear() 262 uint16_t *dst16 = (uint16_t *) dst; in lp_linear_to_tiled() local 275 dst16 + dst_offset, in lp_linear_to_tiled()
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_intrapred_ssse3.asm | 228 cglobal d45_predictor_32x32, 3, 6, 7, dst, stride, above, dst16, line, goffset 233 DEFINE_ARGS dst, stride, stride3, dst16, line
|
/external/mesa3d/src/mesa/main/ |
D | texstore.c | 1153 GLushort *dst16 = (GLushort *) dstRow; in _mesa_texstore_z16() local 1155 GL_UNSIGNED_SHORT, dst16, depthScale, in _mesa_texstore_z16()
|
/external/valgrind/VEX/priv/ |
D | guest_s390_toIR.c | 7240 IRTemp dst16 = newTemp(Ity_F32); in s390_irgen_PFPO() local 7407 assign(dst16, binop(Iop_D128toF32, irrm, mkexpr(src16))); in s390_irgen_PFPO() 7408 put_fpr_w0(0, mkexpr(dst16)); /* put the result in FPR 0,2 */ in s390_irgen_PFPO()
|