/external/skia/src/core/ |
D | SkMatrix44.cpp | 749 typedef void (*Map2Procf)(const SkMScalar mat[][4], const float src2[], int count, float dst4[]); 750 typedef void (*Map2Procd)(const SkMScalar mat[][4], const double src2[], int count, double dst4[]); 753 int count, float* SK_RESTRICT dst4) { in map2_if() argument 755 dst4[0] = src2[0]; in map2_if() 756 dst4[1] = src2[1]; in map2_if() 757 dst4[2] = 0; in map2_if() 758 dst4[3] = 1; in map2_if() 760 dst4 += 4; in map2_if() 765 int count, double* SK_RESTRICT dst4) { in map2_id() argument 767 dst4[0] = src2[0]; in map2_id() [all …]
|
D | SkBlitRow_D32.cpp | 64 auto dst4 = ( __m128i*)dst; in blit_row_s32_blend() local 67 _mm_storeu_si128(dst4, SkPMLerp_SSE2(_mm_loadu_si128(src4), in blit_row_s32_blend() 68 _mm_loadu_si128(dst4), in blit_row_s32_blend() 71 dst4++; in blit_row_s32_blend() 76 dst = ( SkPMColor*)dst4; in blit_row_s32_blend() 129 auto dst4 = ( __m128i*)dst; in blit_row_s32a_blend() local 132 _mm_storeu_si128(dst4, SkBlendARGB32_SSE2(_mm_loadu_si128(src4), in blit_row_s32a_blend() 133 _mm_loadu_si128(dst4), in blit_row_s32a_blend() 136 dst4++; in blit_row_s32a_blend() 141 dst = ( SkPMColor*)dst4; in blit_row_s32a_blend()
|
D | Sk4px.h | 117 dst4 = fn(Load4(src+4)); in MapSrc() local 119 dst4.store4(dst+4); in MapSrc() 147 dst4 = fn(Load4(dst+4), Load4(src+4)); in MapDstSrc() local 149 dst4.store4(dst+4); in MapDstSrc() 177 dst4 = fn(Load4(dst+4), Load4Alphas(a+4)); in MapDstAlpha() local 179 dst4.store4(dst+4); in MapDstAlpha() 209 dst4 = fn(Load4(dst+4), Load4(src+4), Load4Alphas(a+4)); in MapDstSrcAlpha() local 211 dst4.store4(dst+4); in MapDstSrcAlpha()
|
/external/skqp/src/core/ |
D | SkMatrix44.cpp | 749 typedef void (*Map2Procf)(const SkMScalar mat[][4], const float src2[], int count, float dst4[]); 750 typedef void (*Map2Procd)(const SkMScalar mat[][4], const double src2[], int count, double dst4[]); 753 int count, float* SK_RESTRICT dst4) { in map2_if() argument 755 dst4[0] = src2[0]; in map2_if() 756 dst4[1] = src2[1]; in map2_if() 757 dst4[2] = 0; in map2_if() 758 dst4[3] = 1; in map2_if() 760 dst4 += 4; in map2_if() 765 int count, double* SK_RESTRICT dst4) { in map2_id() argument 767 dst4[0] = src2[0]; in map2_id() [all …]
|
D | SkBlitRow_D32.cpp | 64 auto dst4 = ( __m128i*)dst; in blit_row_s32_blend() local 67 _mm_storeu_si128(dst4, SkPMLerp_SSE2(_mm_loadu_si128(src4), in blit_row_s32_blend() 68 _mm_loadu_si128(dst4), in blit_row_s32_blend() 71 dst4++; in blit_row_s32_blend() 76 dst = ( SkPMColor*)dst4; in blit_row_s32_blend() 129 auto dst4 = ( __m128i*)dst; in blit_row_s32a_blend() local 132 _mm_storeu_si128(dst4, SkBlendARGB32_SSE2(_mm_loadu_si128(src4), in blit_row_s32a_blend() 133 _mm_loadu_si128(dst4), in blit_row_s32a_blend() 136 dst4++; in blit_row_s32a_blend() 141 dst = ( SkPMColor*)dst4; in blit_row_s32a_blend()
|
D | Sk4px.h | 117 dst4 = fn(Load4(src+4)); in MapSrc() local 119 dst4.store4(dst+4); in MapSrc() 147 dst4 = fn(Load4(dst+4), Load4(src+4)); in MapDstSrc() local 149 dst4.store4(dst+4); in MapDstSrc() 177 dst4 = fn(Load4(dst+4), Load4Alphas(a+4)); in MapDstAlpha() local 179 dst4.store4(dst+4); in MapDstAlpha() 209 dst4 = fn(Load4(dst+4), Load4(src+4), Load4Alphas(a+4)); in MapDstSrcAlpha() local 211 dst4.store4(dst+4); in MapDstSrcAlpha()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | vpx_convolve_avg_msa.c | 85 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in avg_width16_msa() local 90 LD_UB8(dst, dst_stride, dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7); in avg_width16_msa() 94 AVER_UB4_UB(src4, dst4, src5, dst5, src6, dst6, src7, dst7, dst4, dst5, in avg_width16_msa() 96 ST_UB8(dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, dst, dst_stride); in avg_width16_msa() 107 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in avg_width32_msa() local 114 LD_UB4(dst_dup, dst_stride, dst0, dst2, dst4, dst6); in avg_width32_msa() 126 AVER_UB4_UB(src4, dst4, src5, dst5, src6, dst6, src7, dst7, dst4, dst5, in avg_width32_msa() 133 ST_UB4(dst0, dst2, dst4, dst6, dst, dst_stride); in avg_width32_msa() 148 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in avg_width64_msa() local 163 LD_UB4(dst_dup, 16, dst4, dst5, dst6, dst7); in avg_width64_msa() [all …]
|
D | vpx_convolve8_avg_vert_msa.c | 470 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in common_vt_2t_and_aver_dst_32w_msa() local 488 LD_UB4(dst + 16, dst_stride, dst4, dst5, dst6, dst7); in common_vt_2t_and_aver_dst_32w_msa() 513 PCKEV_AVG_ST_UB(tmp1, tmp0, dst4, dst + 16); in common_vt_2t_and_aver_dst_32w_msa() 542 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in common_vt_2t_and_aver_dst_64w_msa() local 560 LD_UB2(dst + 32, dst_stride, dst4, dst5); in common_vt_2t_and_aver_dst_64w_msa() 589 PCKEV_AVG_ST_UB(tmp1, tmp0, dst4, dst + 32); in common_vt_2t_and_aver_dst_64w_msa()
|
D | idct16x16_msa.c | 332 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in vpx_iadst16_1d_columns_addblk_msa() local 417 dst4 = LD_UB(dst + 3 * dst_stride); in vpx_iadst16_1d_columns_addblk_msa() 419 ILVR_B2_SH(zero, dst4, zero, dst5, res4, res5); in vpx_iadst16_1d_columns_addblk_msa()
|
/external/llvm/test/MC/Hexagon/ |
D | lcomm.s | 4 .lcomm dst4,4,4,4 9 r0 = add(pc, ##dst4@PCREL) 14 # CHECK: 00000000 l .sbss.4 00000004 dst4
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Hexagon/ |
D | lcomm.s | 4 .lcomm dst4,4,4,4 9 r0 = add(pc, ##dst4@PCREL) 14 # CHECK: 00000000 l .sbss.4 00000004 dst4
|
/external/mesa3d/src/mesa/main/ |
D | image.c | 506 GLfloat (*dst4)[4] = (GLfloat (*)[4]) (useTemp ? tempBuffer : dst); in _mesa_convert_colors() local 511 dst4[i][RCOMP] = UBYTE_TO_FLOAT(src1[i][RCOMP]); in _mesa_convert_colors() 512 dst4[i][GCOMP] = UBYTE_TO_FLOAT(src1[i][GCOMP]); in _mesa_convert_colors() 513 dst4[i][BCOMP] = UBYTE_TO_FLOAT(src1[i][BCOMP]); in _mesa_convert_colors() 514 dst4[i][ACOMP] = UBYTE_TO_FLOAT(src1[i][ACOMP]); in _mesa_convert_colors() 539 GLfloat (*dst4)[4] = (GLfloat (*)[4]) (useTemp ? tempBuffer : dst); in _mesa_convert_colors() local 544 dst4[i][RCOMP] = USHORT_TO_FLOAT(src2[i][RCOMP]); in _mesa_convert_colors() 545 dst4[i][GCOMP] = USHORT_TO_FLOAT(src2[i][GCOMP]); in _mesa_convert_colors() 546 dst4[i][BCOMP] = USHORT_TO_FLOAT(src2[i][BCOMP]); in _mesa_convert_colors() 547 dst4[i][ACOMP] = USHORT_TO_FLOAT(src2[i][ACOMP]); in _mesa_convert_colors()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_blend.c | 157 uint *dst4 = (uint *) dst; in logicop_quad() local 182 res4[j] = ~(src4[j] | dst4[j]); in logicop_quad() 186 res4[j] = ~src4[j] & dst4[j]; in logicop_quad() 194 res4[j] = src4[j] & ~dst4[j]; in logicop_quad() 198 res4[j] = ~dst4[j]; in logicop_quad() 202 res4[j] = dst4[j] ^ src4[j]; in logicop_quad() 206 res4[j] = ~(src4[j] & dst4[j]); in logicop_quad() 210 res4[j] = src4[j] & dst4[j]; in logicop_quad() 214 res4[j] = ~(src4[j] ^ dst4[j]); in logicop_quad() 218 res4[j] = dst4[j]; in logicop_quad() [all …]
|
/external/dng_sdk/source/ |
D | dng_image.cpp | 382 dng_rect dst4 (dng_rect (splitV, in GetRepeat() local 387 if (dst4.NotEmpty ()) in GetRepeat() 392 temp.fArea = dst4 + (srcArea.TL () - in GetRepeat() 396 temp.fData = buffer.DirtyPixel (dst4.t, in GetRepeat() 397 dst4.l, in GetRepeat()
|
/external/skia/gm/ |
D | poly2poly.cpp | 101 const int dst4[] = { 0, 0, 96, 0, 64, 96, 0, 64 }; in onDraw() local 102 doDraw(canvas, font, &paint, src4, dst4, 4); in onDraw()
|
D | image.cpp | 72 SkRect dst1, dst2, dst3, dst4; in test_surface() local 76 dst4.set(0, 480, 65, 545); in test_surface() 81 canvas->drawImageRect(imgG, dst4, usePaint ? &paint : nullptr); in test_surface()
|
/external/skia/samplecode/ |
D | SamplePolyToPoly.cpp | 150 const int dst4[] = { 0, 0, 96, 0, 64, 96, 0, 64 }; in onDrawContent() local 151 doDraw(canvas, &paint, font, src4, dst4, 4); in onDrawContent()
|
/external/skqp/samplecode/ |
D | SamplePolyToPoly.cpp | 150 const int dst4[] = { 0, 0, 96, 0, 64, 96, 0, 64 }; in onDrawContent() local 151 doDraw(canvas, &paint, font, src4, dst4, 4); in onDrawContent()
|
/external/skqp/gm/ |
D | poly2poly.cpp | 271 const int dst4[] = { 0, 0, 96, 0, 64, 96, 0, 64 }; in onDraw() local 272 doDraw(canvas, font, &paint, src4, dst4, 4); in onDraw()
|
D | image.cpp | 72 SkRect dst1, dst2, dst3, dst4; in test_surface() local 76 dst4.set(0, 480, 65, 545); in test_surface() 81 canvas->drawImageRect(imgG, dst4, usePaint ? &paint : nullptr); in test_surface()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_drawpix.c | 83 GLuint *dst4 = (GLuint *) dst; in fast_draw_rgb_ubyte_pixels() local 85 dst4[j] = PACK_COLOR_8888(0xff, src[j*3+0], src[j*3+1], src[j*3+2]); in fast_draw_rgb_ubyte_pixels() 130 GLuint *dst4 = (GLuint *) dst; in fast_draw_rgba_ubyte_pixels() local 132 dst4[j] = PACK_COLOR_8888(src[j*4+3], src[j*4+0], in fast_draw_rgba_ubyte_pixels()
|
/external/skia/include/core/ |
D | SkMatrix44.h | 428 void map2(const float src2[], int count, float dst4[]) const; 429 void map2(const double src2[], int count, double dst4[]) const;
|
/external/skqp/include/core/ |
D | SkMatrix44.h | 428 void map2(const float src2[], int count, float dst4[]) const; 429 void map2(const double src2[], int count, double dst4[]) const;
|
/external/v8/src/arm64/ |
D | simulator-logic-arm64.cc | 448 LogicVRegister dst4, uint64_t addr1) { in ld4() argument 452 dst4.ClearForWrite(vform); in ld4() 461 dst4.ReadUintFromMem(vform, i, addr4); in ld4() 471 LogicVRegister dst4, int index, uint64_t addr1) { in ld4() argument 475 dst4.ClearForWrite(vform); in ld4() 482 dst4.ReadUintFromMem(vform, index, addr4); in ld4() 487 LogicVRegister dst4, uint64_t addr) { in ld4r() argument 491 dst4.ClearForWrite(vform); in ld4r() 499 dst4.ReadUintFromMem(vform, i, addr4); in ld4r() 558 LogicVRegister dst3, LogicVRegister dst4, uint64_t addr) { in st4() argument [all …]
|
/external/vixl/src/aarch64/ |
D | logic-aarch64.cc | 300 LogicVRegister dst4, in ld4() argument 305 dst4.ClearForWrite(vform); in ld4() 314 dst4.ReadUintFromMem(vform, i, addr4); in ld4() 327 LogicVRegister dst4, in ld4() argument 333 dst4.ClearForWrite(vform); in ld4() 340 dst4.ReadUintFromMem(vform, index, addr4); in ld4() 348 LogicVRegister dst4, in ld4r() argument 353 dst4.ClearForWrite(vform); in ld4r() 361 dst4.ReadUintFromMem(vform, i, addr4); in ld4r() 444 LogicVRegister dst4, in st4() argument [all …]
|