/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/intrinsics/sse/ |
D | sse_common.h | 88 static inline void WriteCol1(float **dst, __m128 *dst1, __m128 *dst2, __m128 *dst3, __m128 *dst4, _… in WriteCol1() 107 static inline void WriteCol2(float **dst, __m128 *dst1, __m128 *dst2, __m128 *dst3, __m128 *dst4, _… in WriteCol2() 132 static inline void WriteCol2Opt(float **dst, __m128 *dst1, __m128 *dst2, __m128 *dst3, __m128 *dst4… in WriteCol2Opt() 159 static inline void WriteCol3(float **dst, __m128 *dst1, __m128 *dst2, __m128 *dst3, __m128 *dst4, _… in WriteCol3() 189 static inline void WriteCol4(float **dst, __m128 *dst1, __m128 *dst2, __m128 *dst3, __m128 *dst4, _… in WriteCol4() 208 static inline void WriteCol5(float **dst, __m128 *dst1, __m128 *dst2, __m128 *dst3, __m128 *dst4, _… in WriteCol5() 231 static inline void WriteCol6(float **dst, __m128 *dst1, __m128 *dst2, __m128 *dst3, __m128 *dst4, _… in WriteCol6() 262 static inline void WriteCol7(float **dst, __m128 *dst1, __m128 *dst2, __m128 *dst3, __m128 *dst4, _… in WriteCol7() 301 static inline void WriteCol8(float **dst, __m128 *dst1, __m128 *dst2, __m128 *dst3, __m128 *dst4, _… in WriteCol8() 324 …ne void DoBiasBlock8(const float *bias_ptr, __m128 *dst1, __m128 *dst2, __m128 *dst3, __m128 *dst4, in DoBiasBlock8()
|
D | TiledC4MatMulFp32.c | 20 …atic inline void TiledC4MatmulFp32_Transfer(__m128 *dst1, __m128 *dst2, __m128 *dst3, __m128 *dst4, in TiledC4MatmulFp32_Transfer() 57 __m128 dst4 = _mm_mul_ps(weight_data[0], _mm_set_ps1(MS_F32X4_GETI(src4, 0))); in TiledC4MatmulFp32() local
|
D | MatMul_Sse.c | 41 __m128 dst4 = _mm_setzero_ps(); in MatrixMultiplyWinograd() local 117 …__m128 dst1 = _mm_setzero_ps(), dst2 = _mm_setzero_ps(), dst3 = _mm_setzero_ps(), dst4 = _mm_setze… in MatmulFloatSse64Opt() local 215 __m128 dst3 = _mm_setzero_ps(), dst4 = _mm_setzero_ps(); in DeconvMatmulFloatSse() local
|
D | ConvDwFp32Row_sse.c | 34 __m128 dst4 = _mm_loadu_ps(output_ptr + 12); in ConvDwFp32Row() local
|
/third_party/skia/src/core/ |
D | Sk4px.h | 117 dst4 = fn(Load4(src+4)); in MapSrc() local 147 dst4 = fn(Load4(dst+4), Load4(src+4)); in MapDstSrc() local 177 dst4 = fn(Load4(dst+4), Load4Alphas(a+4)); in MapDstAlpha() local 209 dst4 = fn(Load4(dst+4), Load4(src+4), Load4Alphas(a+4)); in MapDstSrcAlpha() local
|
D | SkBlitRow_D32.cpp | 62 auto dst4 = ( __m128i*)dst; in blit_row_s32_blend() local 127 auto dst4 = ( __m128i*)dst; in blit_row_s32a_blend() local
|
/third_party/flutter/skia/src/core/ |
D | Sk4px.h | 117 dst4 = fn(Load4(src+4)); in MapSrc() local 147 dst4 = fn(Load4(dst+4), Load4(src+4)); in MapDstSrc() local 177 dst4 = fn(Load4(dst+4), Load4Alphas(a+4)); in MapDstAlpha() local 209 dst4 = fn(Load4(dst+4), Load4(src+4), Load4Alphas(a+4)); in MapDstSrcAlpha() local
|
D | SkMatrix44.cpp | 771 int count, float* SK_RESTRICT dst4) { in map2_if() 783 int count, double* SK_RESTRICT dst4) { in map2_id() 795 int count, float* SK_RESTRICT dst4) { in map2_tf() 810 int count, double* SK_RESTRICT dst4) { in map2_td() 822 int count, float* SK_RESTRICT dst4) { in map2_sf() 835 int count, double* SK_RESTRICT dst4) { in map2_sd() 847 int count, float* SK_RESTRICT dst4) { in map2_af() 865 int count, double* SK_RESTRICT dst4) { in map2_ad() 879 int count, float* SK_RESTRICT dst4) { in map2_pf() 894 int count, double* SK_RESTRICT dst4) { in map2_pd()
|
D | SkBlitRow_D32.cpp | 63 auto dst4 = ( __m128i*)dst; in blit_row_s32_blend() local 128 auto dst4 = ( __m128i*)dst; in blit_row_s32a_blend() local
|
/third_party/flutter/skia/gm/ |
D | poly2poly.cpp | 113 const int dst4[] = { 0, 0, 96, 0, 64, 96, 0, 64 }; in onDraw() local
|
D | image.cpp | 96 SkRect dst1, dst2, dst3, dst4; in test_surface() local
|
/third_party/skia/gm/ |
D | poly2poly.cpp | 113 const int dst4[] = { 0, 0, 96, 0, 64, 96, 0, 64 }; in onDraw() local
|
D | image.cpp | 99 SkRect dst1, dst2, dst3, dst4; in test_surface() local
|
/third_party/flutter/skia/samplecode/ |
D | SamplePolyToPoly.cpp | 144 const int dst4[] = { 0, 0, 96, 0, 64, 96, 0, 64 }; in onDrawContent() local
|
/third_party/skia/samplecode/ |
D | SamplePolyToPoly.cpp | 142 const int dst4[] = { 0, 0, 96, 0, 64, 96, 0, 64 }; in onDrawContent() local
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | vp9mc_neon.S | 465 .macro loadl dst1, dst2, dst3, dst4
|
/third_party/ffmpeg/libavcodec/arm/ |
D | vp9mc_neon.S | 530 .macro loadl dst1, dst2, dst3, dst4
|
/third_party/ffmpeg/libavcodec/mips/ |
D | hevc_mc_uniw_msa.c | 138 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, offset_vec; in hevc_uniwgt_copy_6w_msa() local 200 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, offset_vec; in hevc_uniwgt_copy_8w_msa() local 293 v8i16 dst0, dst1, dst2, dst3, dst4, dst5; in hevc_uniwgt_copy_12w_msa() local 339 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, offset_vec; in hevc_uniwgt_copy_16w_msa() local 382 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, offset_vec; in hevc_uniwgt_copy_24w_msa() local 435 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, offset_vec; in hevc_uniwgt_copy_32w_msa() local 481 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, offset_vec; in hevc_uniwgt_copy_48w_msa() local 538 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, offset_vec; in hevc_uniwgt_copy_64w_msa() local 760 v8i16 dst01, dst23, dst0, dst1, dst2, dst3, dst4, dst5; in hevc_hz_uniwgt_8t_12w_msa() local 931 v8i16 dst0, dst1, dst2, dst3, dst4, dst5; in hevc_hz_uniwgt_8t_24w_msa() local [all …]
|
D | vc1dsp_msa.c | 145 v4i32 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in ff_vc1_inv_trans_4x8_msa() local 235 v4i32 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in ff_vc1_inv_trans_8x4_msa() local
|
D | h264idct_msa.c | 122 v16i8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in avc_idct8_addblk_msa() local 246 v16i8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in avc_idct8_dc_addblk_msa() local
|
D | hevc_mc_bi_msa.c | 143 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in hevc_bi_copy_6w_msa() local 194 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in hevc_bi_copy_8w_msa() local 282 v8i16 dst0, dst1, dst2, dst3, dst4, dst5; in hevc_bi_copy_12w_msa() local 357 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, dst8, dst9, dst10; in hevc_bi_copy_24w_msa() local 404 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in hevc_bi_copy_32w_msa() local 448 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, dst8, dst9, dst10; in hevc_bi_copy_48w_msa() local 502 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in hevc_bi_copy_64w_msa() local 988 v8i16 dst0, dst1, dst2, dst3, dst4, dst5; in hevc_hz_bi_8t_48w_msa() local 1769 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in hevc_hv_bi_8t_8multx1mult_msa() local 1913 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in hevc_hv_bi_8t_12w_msa() local [all …]
|
D | hevcdsp_msa.c | 567 v8i16 filt0, filt1, filt2, filt3, dst0, dst1, dst2, dst3, dst4, dst5; in hevc_hz_8t_12w_msa() local 699 v8i16 dst0, dst1, dst2, dst3, dst4, dst5; in hevc_hz_8t_24w_msa() local 834 v8i16 dst0, dst1, dst2, dst3, dst4, dst5; in hevc_hz_8t_48w_msa() local 905 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in hevc_hz_8t_64w_msa() local 1485 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in hevc_hv_8t_8multx1mult_msa() local 1617 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in hevc_hv_8t_12w_msa() local 2175 v8i16 dst0, dst1, dst2, dst3, dst4, dst5; in hevc_hz_4t_12w_msa() local 2237 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in hevc_hz_4t_16w_msa() local 3372 v4i32 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in hevc_hv_4t_4multx8mult_msa() local 3607 v8i16 dst0, dst1, dst2, dst3, dst4; in hevc_hv_4t_8x2_msa() local [all …]
|
/third_party/mesa3d/src/mesa/swrast/ |
D | s_drawpix.c | 85 GLuint *dst4 = (GLuint *) dst; in fast_draw_rgb_ubyte_pixels() local 134 GLuint *dst4 = (GLuint *) dst; in fast_draw_rgba_ubyte_pixels() local
|
/third_party/mesa3d/src/mesa/main/ |
D | image.c | 506 GLfloat (*dst4)[4] = (GLfloat (*)[4]) (useTemp ? tempBuffer : dst); in _mesa_convert_colors() local 539 GLfloat (*dst4)[4] = (GLfloat (*)[4]) (useTemp ? tempBuffer : dst); in _mesa_convert_colors() local
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_image.cpp | 382 dng_rect dst4 (dng_rect (splitV, in GetRepeat() local
|