Home
last modified time | relevance | path

Searched defs:dst2 (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/intrinsics/sse/
Dsse_common.h88 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 static inline void DoBiasBlock8(const float *bias_ptr, __m128 *dst1, __m128 *dst2, __m128 *dst3, __… in DoBiasBlock8()
DConvDwFp32Row_sse.c32 __m128 dst2 = _mm_loadu_ps(output_ptr + 4); in ConvDwFp32Row() local
57 __m128 dst2 = _mm_loadu_ps(output_ptr + 4); in ConvDwFp32Row() local
DMatMul_Sse.c39 __m128 dst2 = _mm_setzero_ps(); in MatrixMultiplyWinograd() local
72 __m128 dst2 = _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
214 __m128 dst1 = _mm_setzero_ps(), dst2 = _mm_setzero_ps(); in DeconvMatmulFloatSse() local
DTiledC4MatMulFp32.c20 static inline void TiledC4MatmulFp32_Transfer(__m128 *dst1, __m128 *dst2, __m128 *dst3, __m128 *dst… in TiledC4MatmulFp32_Transfer()
55 __m128 dst2 = _mm_mul_ps(weight_data[0], _mm_set_ps1(MS_F32X4_GETI(src2, 0))); in TiledC4MatmulFp32() local
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tile.c55 uint8_t *dst2 = (uint8_t *)dst + row * dst_pitch + in micro_tile_8_x_4_8bit() local
86 uint16_t *dst2 = (uint16_t *)dst + row * dst_pitch + in micro_tile_4_x_4_16bit() local
117 uint16_t *dst2 = (uint16_t *)dst + row * dst_pitch + in micro_tile_8_x_2_16bit() local
148 uint32_t *dst2 = (uint32_t *)dst + row * dst_pitch + in micro_tile_4_x_2_32bit() local
179 uint64_t *dst2 = (uint64_t *)dst + row * dst_pitch + in micro_tile_2_x_2_64bit() local
272 uint8_t *dst2 = (uint8_t *)dst + dst_pitch * row + col; in micro_untile_8_x_4_8bit() local
305 uint16_t *dst2 = (uint16_t *)dst + dst_pitch * row + col; in micro_untile_8_x_2_16bit() local
338 uint16_t *dst2 = (uint16_t *)dst + dst_pitch * row + col; in micro_untile_4_x_4_16bit() local
371 uint32_t *dst2 = (uint32_t *)dst + dst_pitch * row + col; in micro_untile_4_x_2_32bit() local
404 uint64_t *dst2 = (uint64_t *)dst + dst_pitch * row + col; in micro_untile_2_x_2_64bit() local
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_tile.c55 uint8_t *dst2 = (uint8_t *)dst + row * dst_pitch + in micro_tile_8_x_4_8bit() local
86 uint16_t *dst2 = (uint16_t *)dst + row * dst_pitch + in micro_tile_4_x_4_16bit() local
117 uint16_t *dst2 = (uint16_t *)dst + row * dst_pitch + in micro_tile_8_x_2_16bit() local
148 uint32_t *dst2 = (uint32_t *)dst + row * dst_pitch + in micro_tile_4_x_2_32bit() local
179 uint64_t *dst2 = (uint64_t *)dst + row * dst_pitch + in micro_tile_2_x_2_64bit() local
272 uint8_t *dst2 = (uint8_t *)dst + dst_pitch * row + col; in micro_untile_8_x_4_8bit() local
305 uint16_t *dst2 = (uint16_t *)dst + dst_pitch * row + col; in micro_untile_8_x_2_16bit() local
338 uint16_t *dst2 = (uint16_t *)dst + dst_pitch * row + col; in micro_untile_4_x_4_16bit() local
371 uint32_t *dst2 = (uint32_t *)dst + dst_pitch * row + col; in micro_untile_4_x_2_32bit() local
404 uint64_t *dst2 = (uint64_t *)dst + dst_pitch * row + col; in micro_untile_2_x_2_64bit() local
/third_party/skia/samplecode/
DSamplePolyToPoly.cpp58 const SkPoint dst2[] = { in PolyToPolyView() local
126 const int dst2[] = { 32, 32, 64, 48 }; in onDrawContent() local
/third_party/mesa3d/src/intel/compiler/
Dtest_fs_saturate_propagation.cpp153 fs_reg dst2 = v->vgrf(glsl_type::float_type); in TEST_F() local
460 fs_reg dst2 = v->vgrf(glsl_type::float_type); in TEST_F() local
502 fs_reg dst2 = v->vgrf(glsl_type::float_type); in TEST_F() local
580 fs_reg dst2 = v->vgrf(glsl_type::float_type); in TEST_F() local
619 fs_reg dst2 = v->vgrf(glsl_type::float_type); in TEST_F() local
700 fs_reg dst2 = v->vgrf(glsl_type::float_type); in TEST_F() local
/third_party/ffmpeg/libavcodec/
Dvmnc.c167 uint16_t *dst2; in put_cursor() local
178 uint32_t *dst2; in put_cursor() local
203 uint16_t *dst2; in paint_rect() local
211 uint32_t *dst2; in paint_rect() local
251 uint8_t *dst2; in decode_hextile() local
/third_party/ffmpeg/libavfilter/x86/
Dvf_spp.c38 #define REQUANT_CORE(dst0, dst1, dst2, dst3, src0, src1, src2, src3) \ in hardthresh_mmx() argument
109 #define REQUANT_CORE(dst0, dst1, dst2, dst3, src0, src1, src2, src3) \ in softthresh_mmx() argument
/third_party/flutter/skia/tests/
DEncodeTest.cpp69 SkDynamicMemoryWStream dst0, dst1, dst2, dst3; in test_encode() local
192 SkDynamicMemoryWStream dst0, dst1, dst2; in DEF_TEST() local
304 SkDynamicMemoryWStream dst0, dst1, dst2; in DEF_TEST() local
395 SkDynamicMemoryWStream dst0, dst1, dst2, dst3; in DEF_TEST() local
/third_party/ffmpeg/libavcodec/ppc/
Dfmtconvert_altivec.c39 vector float src1, src2, dst1, dst2, mul_v, zero; in int32_to_float_fmul_scalar_altivec() local
/third_party/skia/tests/
DEncodeTest.cpp71 SkDynamicMemoryWStream dst0, dst1, dst2, dst3; in test_encode() local
194 SkDynamicMemoryWStream dst0, dst1, dst2; in DEF_TEST() local
306 SkDynamicMemoryWStream dst0, dst1, dst2; in DEF_TEST() local
397 SkDynamicMemoryWStream dst0, dst1, dst2, dst3; in DEF_TEST() local
/third_party/ffmpeg/tests/checkasm/
Dvf_blend.c95 uint8_t *dst2 = av_malloc(BUF_SIZE); in checkasm_check_blend() local
/third_party/ffmpeg/libswscale/
Dhscale_fast_bilinear.c38 void ff_hcscale_fast_c(SwsContext *c, int16_t *dst1, int16_t *dst2, in ff_hcscale_fast_c()
Dhscale.c176 uint8_t ** dst2 = desc->dst->plane[2].line; in chr_h_scale() local
225 uint8_t * dst2 = desc->dst->plane[2].line[i]; in chr_convert() local
/third_party/boost/libs/multi_index/test/
Dtest_node_handling.cpp322 Src& src,Dst& dst0,Dst& dst1,Dst& dst2,Dst& dst3, in test_transfer()
338 void test_transfer(Src& src,Dst& dst0,Dst& dst1,Dst& dst2,Dst& dst3) in test_transfer()
373 container2 dst0,dst1,dst2,dst3; in test_transfer() local
/third_party/flutter/skia/gm/
Dpoly2poly.cpp97 const int dst2[] = { 32, 32, 64, 48 }; in onDraw() local
/third_party/skia/gm/
Dpoly2poly.cpp97 const int dst2[] = { 32, 32, 64, 48 }; in onDraw() local
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_utils.h527 simd4scalar dst2 = SIMD128::unpacklo_ps(src_r1, src_g1); in Transpose() local
594 simd4scalari dst2 = SIMD128::unpacklo_epi32(rg1, ba1); in Transpose() local
628 … simdscalari dst2 = _simd_permute2f128_si(tmp0, tmp1, 0x31); // (3, 1) // rbga8 rbga9 rbgaA rbgaB in Transpose_simd16() local
669 simd4scalari dst2 = SIMD128::unpacklo_epi32(rg1, ba1); in Transpose() local
703 … simdscalari dst2 = _simd_permute2f128_si(tmp0, tmp1, 0x31); // (3, 1) // rbga8 rbga9 rbgaA rbgaB in Transpose_simd16() local
/third_party/ffmpeg/libavcodec/mips/
Dhevc_mc_uniw_msa.c70 v8i16 dst0, dst1, dst2, dst3, offset_vec; in hevc_uniwgt_copy_4w_msa() local
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
605 v8i16 dst0, dst1, dst2, dst3, weight_vec_h, offset_vec, denom_vec; in hevc_hz_uniwgt_8t_4w_msa() local
[all …]
/third_party/flutter/skia/samplecode/
DSamplePolyToPoly.cpp128 const int dst2[] = { 32, 32, 64, 48 }; in onDrawContent() local
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dprocess_vm.c51 char dst2[__VALUE_BUFFER_SIZE__] = ""; in process_vm_writev_0200() local
/third_party/ffmpeg/libavfilter/
Dcolorspacedsp_yuv2yuv_template.c48 opixel *dst0 = dst[0], *dst1 = dst[1], *dst2 = dst[2]; in fn() local
/third_party/ffmpeg/libpostproc/
Dpostprocess_template.c3103 #define REAL_SCALED_CPY(src1, src2, dst1, dst2) \ in RENAME() argument
3153 #define SCALED_CPY(src1, src2, dst1, dst2)\ in RENAME() argument
3183 #define REAL_SIMPLE_CPY(src1, src2, dst1, dst2) \ in RENAME() argument
3189 #define SIMPLE_CPY(src1, src2, dst1, dst2)\ in RENAME() argument

1234