Home
last modified time | relevance | path

Searched defs:src0 (Results 1 – 25 of 211) sorted by relevance

123456789

/third_party/ffmpeg/tests/checkasm/
Dfloat_dsp.c44 static void test_vector_fmul(const float *src0, const float *src1) in test_vector_fmul()
67 static void test_vector_dmul(const double *src0, const double *src1) in test_vector_dmul()
91 static void test_vector_fmul_add(const float *src0, const float *src1, const float *src2) in test_vector_fmul_add()
113 static void test_vector_fmul_scalar(const float *src0, const float *src1) in test_vector_fmul_scalar()
136 static void test_vector_fmul_window(const float *src0, const float *src1, const float *win) in test_vector_fmul_window()
159 static void test_vector_fmac_scalar(const float *src0, const float *src1, const float *src2) in test_vector_fmac_scalar()
184 static void test_vector_dmul_scalar(const double *src0, const double *src1) in test_vector_dmul_scalar()
207 static void test_vector_dmac_scalar(const double *src0, const double *src1, const double *src2) in test_vector_dmac_scalar()
231 static void test_butterflies_float(const float *src0, const float *src1) in test_butterflies_float()
266 static void test_scalarproduct_float(const float *src0, const float *src1) in test_scalarproduct_float()
Dfixed_dsp.c40 static void check_vector_fmul(const int *src0, const int *src1) in check_vector_fmul()
54 static void check_vector_fmul_add(const int *src0, const int *src1, const int *src2) in check_vector_fmul_add()
68 static void check_vector_fmul_window(const int32_t *src0, const int32_t *src1, const int32_t *win) in check_vector_fmul_window()
82 static void check_vector_fmul_window_scaled(const int32_t *src0, const int32_t *src1, const int32_t… in check_vector_fmul_window_scaled()
96 static void check_butterflies(const int *src0, const int *src1) in check_butterflies()
120 static void check_scalarproduct_fixed(const int *src0, const int *src1) in check_scalarproduct_fixed()
Dllviddsp.c49 uint8_t *src0 = av_mallocz_array(width, sizeof(uint8_t)); in check_add_bytes() local
77 uint8_t *src0 = av_mallocz_array(width, sizeof(uint8_t)); in check_add_median_pred() local
115 uint8_t *src0 = av_mallocz_array(width, sizeof(uint8_t)); in check_add_left_pred() local
144 uint16_t *src0 = av_mallocz_array(width, sizeof(uint16_t)); in check_add_left_pred_16() local
170 uint8_t *src0, *src1; in check_add_gradient_pred() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/
Dactivation_grad.c24 int ReluGrad(const float *src0, const float *src1, size_t length, float *dst) { in ReluGrad()
42 int Relu6Grad(const float *src0, const float *src1, size_t length, float *dst) { in Relu6Grad()
63 int LReluGrad(const float *src0, const float *src1, size_t length, float *dst, float alpha) { in LReluGrad()
70 int SigmoidGrad(const float *src0, const float *src1, size_t length, float *dst) { in SigmoidGrad()
77 int TanhGrad(const float *src0, const float *src1, size_t length, float *dst) { in TanhGrad()
84 int HSwishGrad(const float *src0, const float *src1, size_t length, float *dst) { in HSwishGrad()
92 int HSigmoidGrad(const float *src0, const float *src1, size_t length, float *dst) { in HSigmoidGrad()
100 int EluGrad(const float *src0, const float *src1, size_t length, float *dst, float alpha) { in EluGrad()
107 int GeluGrad(const float *src0, const float *src1, size_t length, float *dst) { in GeluGrad()
115 int SoftplusGrad(const float *src0, const float *src1, int length, float *dst) { in SoftplusGrad()
/third_party/mesa3d/src/intel/compiler/
Dtest_fs_saturate_propagation.cpp118 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local
154 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local
191 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local
226 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local
260 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local
298 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local
336 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local
374 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local
415 fs_reg src0 = brw_imm_f(1.0f); in TEST_F() local
461 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local
[all …]
Dtest_vec4_cmod_propagation.cpp159 src_reg src0 = src_reg(v, glsl_type::float_type); in TEST_F() local
195 src_reg src0 = src_reg(v, glsl_type::float_type); in TEST_F() local
232 src_reg src0 = src_reg(v, glsl_type::float_type); in TEST_F() local
268 src_reg src0 = src_reg(v, glsl_type::uint_type); in TEST_F() local
301 src_reg src0 = src_reg(v, glsl_type::float_type); in TEST_F() local
341 src_reg src0 = src_reg(v, glsl_type::float_type); in TEST_F() local
380 src_reg src0 = src_reg(v, glsl_type::float_type); in TEST_F() local
422 src_reg src0 = src_reg(v, glsl_type::float_type); in TEST_F() local
463 src_reg src0 = src_reg(v, glsl_type::float_type); in TEST_F() local
499 src_reg src0 = src_reg(v, glsl_type::float_type); in TEST_F() local
[all …]
Dtest_fs_cmod_propagation.cpp127 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local
159 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local
193 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local
226 fs_reg src0 = v->vgrf(glsl_type::uint_type); in TEST_F() local
290 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local
328 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local
370 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local
409 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local
450 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local
491 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local
[all …]
Dbrw_vec4_builder.h245 emit(enum opcode opcode, const dst_reg &dst, const src_reg &src0) const in emit()
268 emit(enum opcode opcode, const dst_reg &dst, const src_reg &src0, in emit()
289 emit(enum opcode opcode, const dst_reg &dst, const src_reg &src0, in emit()
335 emit_minmax(const dst_reg &dst, const src_reg &src0, in emit_minmax()
476 CMPN(const dst_reg &dst, const src_reg &src0, const src_reg &src1, in CMPN()
510 IF(const src_reg &src0, const src_reg &src1, in IF()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16_grad/
Dactivation_grad.c28 int ReluFp16Grad(const float16_t *src0, const float16_t *src1, int length, float16_t *dst) { in ReluFp16Grad()
46 int Relu6Fp16Grad(const float16_t *src0, const float16_t *src1, int length, float16_t *dst) { in Relu6Fp16Grad()
67 int LReluFp16Grad(const float16_t *src0, const float16_t *src1, int length, float16_t *dst, float16… in LReluFp16Grad()
83 int SigmoidFp16Grad(const float16_t *src0, const float16_t *src1, int length, float16_t *dst) { in SigmoidFp16Grad()
100 int TanhFp16Grad(const float16_t *src0, const float16_t *src1, int length, float16_t *dst) { in TanhFp16Grad()
107 int HSwishFp16Grad(const float16_t *src0, const float16_t *src1, int length, float16_t *dst) { in HSwishFp16Grad()
115 int HSigmoidFp16Grad(const float16_t *src0, const float16_t *src1, int length, float16_t *dst) { in HSigmoidFp16Grad()
122 int EluFp16Grad(const float16_t *src0, const float16_t *src1, int length, float16_t *dst, float16_t… in EluFp16Grad()
145 int GeluFp16Grad(const float16_t *src0, const float16_t *src1, int length, float16_t *dst) { in GeluFp16Grad()
/third_party/mesa3d/src/compiler/nir/tests/
Dssa_def_bits_used_tests.cpp59 nir_ssa_def *src0, nir_ssa_def *src1) in build_alu_instr()
81 nir_ssa_def *src0 = nir_imm_ivec4(&bld, in TEST_F() local
110 nir_ssa_def *src0 = nir_imm_ivec4(&bld, in TEST_F() local
137 nir_ssa_def *src0 = nir_imm_int(&bld, 0xffffffff); in TEST_F() local
168 nir_ssa_def *src0 = nir_imm_int(&bld, 0xffffffff); in TEST_F() local
199 nir_ssa_def *src0 = nir_imm_int(&bld, 0xffffffff); in TEST_F() local
230 nir_ssa_def *src0 = nir_imm_int(&bld, 0xffffffff); in TEST_F() local
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native_layer_mathbinary.c32 static float sub(float src0, float src1) in sub()
36 static float add(float src0, float src1) in add()
40 static float mul(float src0, float src1) in mul()
44 static float realdiv(float src0, float src1) in realdiv()
48 static float minimum(float src0, float src1) in minimum()
52 static float floormod(float src0, float src1) in floormod()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c351 struct src_register src0) in emit_op1()
364 struct src_register src0, in emit_op2()
379 struct src_register src0, in emit_op3()
396 struct src_register src0, in emit_op4()
456 struct src_register *src0) in emit_repl()
504 struct src_register src0) in submit_op1()
524 struct src_register src0, in submit_op2()
573 struct src_register src0, in submit_op3()
645 struct src_register src0, in submit_op4()
1029 const struct src_register src0 = in emit_fake_arl() local
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp766 void ShaderCore::add(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in add()
774 void ShaderCore::iadd(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in iadd()
782 void ShaderCore::sub(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in sub()
790 void ShaderCore::isub(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in isub()
798 …void ShaderCore::mad(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &sr… in mad()
806 …void ShaderCore::imad(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &s… in imad()
814 void ShaderCore::mul(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in mul()
822 void ShaderCore::imul(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in imul()
840 void ShaderCore::div(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in div()
848 void ShaderCore::idiv(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in idiv()
[all …]
DPixelPipeline.cpp87 const Src &src0 = instruction->src[0]; in applyShader() local
1450 void PixelPipeline::MOV(Vector4s &dst, Vector4s &src0) in MOV()
1458 void PixelPipeline::ADD(Vector4s &dst, Vector4s &src0, Vector4s &src1) in ADD()
1466 void PixelPipeline::SUB(Vector4s &dst, Vector4s &src0, Vector4s &src1) in SUB()
1474 void PixelPipeline::MAD(Vector4s &dst, Vector4s &src0, Vector4s &src1, Vector4s &src2) in MAD()
1483 void PixelPipeline::MUL(Vector4s &dst, Vector4s &src0, Vector4s &src1) in MUL()
1492 void PixelPipeline::DP3(Vector4s &dst, Vector4s &src0, Vector4s &src1) in DP3()
1510 void PixelPipeline::DP4(Vector4s &dst, Vector4s &src0, Vector4s &src1) in DP4()
1530 void PixelPipeline::LRP(Vector4s &dst, Vector4s &src0, Vector4s &src1, Vector4s &src2) in LRP()
1644 …PixelPipeline::TEXDP3TEX(Vector4s &dst, Float4 &u, Float4 &v, Float4 &s, int stage, Vector4s &src0) in TEXDP3TEX()
[all …]
DVertexProgram.cpp132 Src src0 = instruction->src[0]; in program() local
1016 void VertexProgram::M3X2(Vector4f &dst, Vector4f &src0, Src &src1) in M3X2()
1025 void VertexProgram::M3X3(Vector4f &dst, Vector4f &src0, Src &src1) in M3X3()
1036 void VertexProgram::M3X4(Vector4f &dst, Vector4f &src0, Src &src1) in M3X4()
1049 void VertexProgram::M4X3(Vector4f &dst, Vector4f &src0, Src &src1) in M4X3()
1060 void VertexProgram::M4X4(Vector4f &dst, Vector4f &src0, Src &src1) in M4X4()
1078 void VertexProgram::BREAKC(Vector4f &src0, Vector4f &src1, Control control) in BREAKC()
1372 void VertexProgram::IFC(Vector4f &src0, Vector4f &src1, Control control) in IFC()
1583 void VertexProgram::TEX(Vector4f &dst, Vector4f &src0, const Src &src1) in TEX()
1588 void VertexProgram::TEXOFFSET(Vector4f &dst, Vector4f &src0, const Src& src1, Vector4f &offset) in TEXOFFSET()
[all …]
DPixelProgram.cpp144 const Src &src0 = instruction->src[0]; in applyShader() local
1195 void PixelProgram::M3X2(Vector4f &dst, Vector4f &src0, const Src &src1) in M3X2()
1204 void PixelProgram::M3X3(Vector4f &dst, Vector4f &src0, const Src &src1) in M3X3()
1215 void PixelProgram::M3X4(Vector4f &dst, Vector4f &src0, const Src &src1) in M3X4()
1228 void PixelProgram::M4X3(Vector4f &dst, Vector4f &src0, const Src &src1) in M4X3()
1239 void PixelProgram::M4X4(Vector4f &dst, Vector4f &src0, const Src &src1) in M4X4()
1252 void PixelProgram::TEX(Vector4f &dst, Vector4f &src0, const Src &src1, bool project, bool bias) in TEX()
1270 void PixelProgram::TEXOFFSET(Vector4f &dst, Vector4f &src0, const Src &src1, Vector4f &offset) in TEXOFFSET()
1275 …void PixelProgram::TEXLODOFFSET(Vector4f &dst, Vector4f &src0, const Src &src1, Vector4f &offset, … in TEXLODOFFSET()
1280 void PixelProgram::TEXBIAS(Vector4f &dst, Vector4f &src0, const Src &src1, Float4 &bias) in TEXBIAS()
[all …]
/third_party/ffmpeg/libavutil/
Dfixed_dsp.c50 static void vector_fmul_add_c(int *dst, const int *src0, const int *src1, const int *src2, int len){ in vector_fmul_add_c()
60 static void vector_fmul_reverse_c(int *dst, const int *src0, const int *src1, int len) in vector_fmul_reverse_c()
72 static void vector_fmul_window_scaled_c(int16_t *dst, const int32_t *src0, in vector_fmul_window_scaled_c()
93 static void vector_fmul_window_c(int32_t *dst, const int32_t *src0, in vector_fmul_window_c()
113 static void vector_fmul_c(int *dst, const int *src0, const int *src1, int len) in vector_fmul_c()
Dfloat_dsp.c27 static void vector_fmul_c(float *dst, const float *src0, const float *src1, in vector_fmul_c()
35 static void vector_dmul_c(double *dst, const double *src0, const double *src1, in vector_dmul_c()
75 static void vector_fmul_window_c(float *dst, const float *src0, in vector_fmul_window_c()
94 static void vector_fmul_add_c(float *dst, const float *src0, const float *src1, in vector_fmul_add_c()
102 static void vector_fmul_reverse_c(float *dst, const float *src0, in vector_fmul_reverse_c()
/third_party/ffmpeg/libavutil/ppc/
Dfloat_dsp_vsx.c25 const float *src0, const float *src1, in ff_vector_fmul_vsx()
40 void ff_vector_fmul_window_vsx(float *dst, const float *src0, in ff_vector_fmul_window_vsx()
74 void ff_vector_fmul_add_vsx(float *dst, const float *src0, in ff_vector_fmul_add_vsx()
90 void ff_vector_fmul_reverse_vsx(float *dst, const float *src0, in ff_vector_fmul_reverse_vsx()
Dfloat_dsp_altivec.c24 void ff_vector_fmul_altivec(float *dst, const float *src0, const float *src1, in ff_vector_fmul_altivec()
40 void ff_vector_fmul_window_altivec(float *dst, const float *src0, in ff_vector_fmul_window_altivec()
73 void ff_vector_fmul_add_altivec(float *dst, const float *src0, in ff_vector_fmul_add_altivec()
95 void ff_vector_fmul_reverse_altivec(float *dst, const float *src0, in ff_vector_fmul_reverse_altivec()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c130 const union tgsi_exec_channel *src0, in micro_cmp()
392 const union tgsi_double_channel *src0, in micro_dldexp()
511 const union tgsi_exec_channel *src0, in micro_lrp()
523 const union tgsi_exec_channel *src0, in micro_mad()
597 const union tgsi_exec_channel *src0, in micro_seq()
608 const union tgsi_exec_channel *src0, in micro_sge()
639 const union tgsi_exec_channel *src0, in micro_sgt()
660 const union tgsi_exec_channel *src0, in micro_sle()
671 const union tgsi_exec_channel *src0, in micro_slt()
682 const union tgsi_exec_channel *src0, in micro_sne()
[all …]
/third_party/ffmpeg/libavcodec/
Djpeg2000dsp.c45 float *src0 = _src0, *src1 = _src1, *src2 = _src2; in ict_float() local
62 int32_t *src0 = _src0, *src1 = _src1, *src2 = _src2; in ict_int() local
79 int32_t *src0 = _src0, *src1 = _src1, *src2 = _src2; in rct_int() local
/third_party/mesa3d/src/compiler/spirv/
Dvtn_subgroup.c29 struct vtn_ssa_value *src0, in vtn_build_subgroup_instr()
131 nir_ssa_def *src0, *src1 = NULL; in vtn_handle_subgroup() local
254 nir_ssa_def *src0; in vtn_handle_subgroup() local
/third_party/openh264/codec/common/loongarch/
Dmc_chroma_lsx.c49 __m128i src0, src1; in McCopyWidthEq4_lsx() local
64 __m128i src0, src1; in McCopyWidthEq8_lsx() local
79 __m128i src0, src1; in McCopyWidthEq16_lsx() local
100 __m128i src0, src1, src2, src0Even, src1Even, src2Even; in McChromaWidthEq4_lsx() local
150 __m128i src0, src1, src2, src0Even, src1Even, src2Even; in McChromaWidthEq8_lsx() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/
Dlite_mat.cc375 inline void SubtractImpl(const T *src0, const T *src1, T *dst, int64_t total_size) { in SubtractImpl()
382 inline void SubtractImpl(const uint8_t *src0, const uint8_t *src1, uint8_t *dst, int64_t total_size… in SubtractImpl()
408 inline void SubtractImpl(const uint16_t *src0, const uint16_t *src1, uint16_t *dst, int64_t total_s… in SubtractImpl()
417 inline void SubtractImpl(const uint32_t *src0, const uint32_t *src1, uint32_t *dst, int64_t total_s… in SubtractImpl()
500 inline void DivideImpl(const T *src0, const T *src1, T *dst, int64_t total_size) { in DivideImpl()
507 inline void DivideImpl(const uint8_t *src0, const uint8_t *src1, uint8_t *dst, int64_t total_size) { in DivideImpl()
572 inline void DivideImpl(const uint16_t *src0, const uint16_t *src1, uint16_t *dst, int64_t total_siz… in DivideImpl()
581 inline void DivideImpl(const uint32_t *src0, const uint32_t *src1, uint32_t *dst, int64_t total_siz… in DivideImpl()
642 inline void MultiplyImpl(const T *src0, const T *src1, T *dst, int64_t total_size) { in MultiplyImpl()
649 inline void MultiplyImpl(const uint8_t *src0, const uint8_t *src1, uint8_t *dst, int64_t total_size… in MultiplyImpl()
[all …]

123456789