Searched defs:dst16 (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_matrixProcs_neon.cpp51 uint16_t *dst16 = (uint16_t *)dst; local
74 vst1q_u16(dst16, hi16);
79 dst16 += 8;
83 dst = (uint32_t *) dst16;
H A DSkBitmapProcState_matrix_repeat_neon.h107 int16_t *dst16 = (int16_t *)xy; local
138 vst1q_s16(dst16, hi16);
143 dst16 += 8;
147 xy = (uint32_t *) dst16;
202 int16_t *dst16 = (int16_t *)xy; local
234 vst1q_s16(dst16, hi16);
239 dst16 += 8; /* 8 x16 aka 4x32 */
244 xy = (uint32_t *) dst16;
H A DSkBitmapProcState_matrix_clamp_neon.h110 int16_t *dst16 = (int16_t *)xy; local
141 vst1q_s16(dst16, hi16);
146 dst16 += 8;
150 xy = (uint32_t *) dst16;
193 int16_t *dst16 = (int16_t *) xy; local
234 vst1q_s16 (dst16, hi16);
249 /* RBE: gcc regenerates dst16+8 all the time instead
251 vst1q_s16 (dst16+8, hi16_2);
259 dst16 += 16; /* 8x32 aka 16x16 */
264 xy = (uint32_t *) dst16;
[all...]
/external/skia/src/opts/
H A DSkBitmapProcState_matrixProcs_neon.cpp51 uint16_t *dst16 = (uint16_t *)dst; local
74 vst1q_u16(dst16, hi16);
79 dst16 += 8;
83 dst = (uint32_t *) dst16;
H A DSkBitmapProcState_matrix_repeat_neon.h107 int16_t *dst16 = (int16_t *)xy; local
138 vst1q_s16(dst16, hi16);
143 dst16 += 8;
147 xy = (uint32_t *) dst16;
202 int16_t *dst16 = (int16_t *)xy; local
234 vst1q_s16(dst16, hi16);
239 dst16 += 8; /* 8 x16 aka 4x32 */
244 xy = (uint32_t *) dst16;
H A DSkBitmapProcState_matrix_clamp_neon.h110 int16_t *dst16 = (int16_t *)xy; local
141 vst1q_s16(dst16, hi16);
146 dst16 += 8;
150 xy = (uint32_t *) dst16;
193 int16_t *dst16 = (int16_t *) xy; local
234 vst1q_s16 (dst16, hi16);
249 /* RBE: gcc regenerates dst16+8 all the time instead
251 vst1q_s16 (dst16+8, hi16_2);
259 dst16 += 16; /* 8x32 aka 16x16 */
264 xy = (uint32_t *) dst16;
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_tile_image.c172 uint16_t *dst16 = (uint16_t *) dst; local
185 dst16 + dst_offset,
262 uint16_t *dst16 = (uint16_t *) dst; local
275 dst16 + dst_offset,
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tile_image.c172 uint16_t *dst16 = (uint16_t *) dst; local
185 dst16 + dst_offset,
262 uint16_t *dst16 = (uint16_t *) dst; local
275 dst16 + dst_offset,
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexstore.c1153 GLushort *dst16 = (GLushort *) dstRow; local
1155 GL_UNSIGNED_SHORT, dst16, depthScale,
/external/mesa3d/src/mesa/main/
H A Dtexstore.c1153 GLushort *dst16 = (GLushort *) dstRow; local
1155 GL_UNSIGNED_SHORT, dst16, depthScale,

Completed in 221 milliseconds