Home
last modified time | relevance | path

Searched refs:CONV (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libswresample/x86/
Daudio_convert.asm163 %macro CONV 5-7
612 CONV int32, int16, u, 2, 1, INT16_TO_INT32_N, NOP_N label
613 CONV int32, int16, a, 2, 1, INT16_TO_INT32_N, NOP_N label
614 CONV int16, int32, u, 1, 2, INT32_TO_INT16_N, NOP_N label
615 CONV int16, int32, a, 1, 2, INT32_TO_INT16_N, NOP_N label
628 CONV int32, int16, u, 2, 1, INT16_TO_INT32_N, NOP_N label
629 CONV int32, int16, a, 2, 1, INT16_TO_INT32_N, NOP_N label
630 CONV int16, int32, u, 1, 2, INT32_TO_INT16_N, NOP_N label
631 CONV int16, int32, a, 1, 2, INT32_TO_INT16_N, NOP_N label
651 CONV float, int32, u, 2, 2, INT32_TO_FLOAT_N, INT32_TO_FLOAT_INIT label
[all …]
/third_party/mesa3d/src/mesa/main/
Dformat_utils.c844 #define SWIZZLE_CONVERT_LOOP(DST_TYPE, DST_CHANS, SRC_TYPE, SRC_CHANS, CONV) \ argument
850 tmp[j] = CONV; \
886 #define SWIZZLE_CONVERT(DST_TYPE, SRC_TYPE, CONV) \ argument
901 SWIZZLE_CONVERT_LOOP(DST_TYPE, 1, SRC_TYPE, 1, CONV); \
904 SWIZZLE_CONVERT_LOOP(DST_TYPE, 1, SRC_TYPE, 2, CONV); \
907 SWIZZLE_CONVERT_LOOP(DST_TYPE, 1, SRC_TYPE, 3, CONV); \
910 SWIZZLE_CONVERT_LOOP(DST_TYPE, 1, SRC_TYPE, 4, CONV); \
917 SWIZZLE_CONVERT_LOOP(DST_TYPE, 2, SRC_TYPE, 1, CONV); \
920 SWIZZLE_CONVERT_LOOP(DST_TYPE, 2, SRC_TYPE, 2, CONV); \
923 SWIZZLE_CONVERT_LOOP(DST_TYPE, 2, SRC_TYPE, 3, CONV); \
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/buffer_fusion/
Dconv_single_in_fusion_pass.cc50 AnfAlgo::GetFusionType(eltwise_input) == kernel::FusionType::CONV) { in MatchConvSingleInEltwise()
Dconv_double_in_fusion_pass.cc46 AnfAlgo::GetFusionType(double_in_eltwise_input) == kernel::FusionType::CONV) { in MatchConvDoubleInEltwise()
Dstridedread_conv_stridedwrite_fusion_pass.cc46 AnfAlgo::GetFusionType(conv_cnode) == kernel::FusionType::CONV && in MatchStridedReadConvStridedWrite()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dkernel.h49 CONV = 0, enumerator
Dcommon_utils.cc101 {FusionType::CONV, "Convolution"},
/third_party/mindspore/tests/ut/cpp/session/
Danf_runtime_algorithm_test.cc679 builder.SetFusionType(kernel::CONV); in TEST_F()
681 EXPECT_EQ(AnfAlgo::GetFusionType(add), kernel::CONV); in TEST_F()
691 builder->SetFusionType(kernel::CONV); in TEST_F()
694 EXPECT_EQ(AnfAlgo::GetFusionType(add), kernel::CONV); in TEST_F()
/third_party/mindspore/tests/ut/cpp/pre_activate/mem_reuse/
Dmem_reuse_test.cc99 builder.SetFusionType(mindspore::kernel::CONV); in CreateKernelGraph()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1968 #define CONV(X) \ in CCMaskForCondCode() macro
1977 CONV(EQ); in CCMaskForCondCode()
1978 CONV(NE); in CCMaskForCondCode()
1979 CONV(GT); in CCMaskForCondCode()
1980 CONV(GE); in CCMaskForCondCode()
1981 CONV(LT); in CCMaskForCondCode()
1982 CONV(LE); in CCMaskForCondCode()
1987 #undef CONV in CCMaskForCondCode()
/third_party/gstreamer/gstreamer/
DChangeLog106221 …src.c: JITTER, RATE, and LATENCY query should be handled by the default case and not by the CONV...