Home
last modified time | relevance | path

Searched defs:src1 (Results 1 – 25 of 502) sorted by relevance

12345678910>>...21

/external/ComputeLibrary/src/gpu/cl/operators/
DClElementwiseOperations.cpp34 void ClElementwiseDivision::configure(const ClCompileContext &compile_context, ITensorInfo *src1, I… in configure()
42 Status ClElementwiseDivision::validate(const ITensorInfo *src1, const ITensorInfo *src2, const ITen… in validate()
47 void ClElementwiseMax::configure(const ClCompileContext &compile_context, ITensorInfo *src1, ITenso… in configure()
55 Status ClElementwiseMax::validate(const ITensorInfo *src1, const ITensorInfo *src2, const ITensorIn… in validate()
60 void ClElementwiseMin::configure(const ClCompileContext &compile_context, ITensorInfo *src1, ITenso… in configure()
68 Status ClElementwiseMin::validate(const ITensorInfo *src1, const ITensorInfo *src2, const ITensorIn… in validate()
73 void ClElementwiseSquaredDiff::configure(const ClCompileContext &compile_context, ITensorInfo *src1 in configure()
81 Status ClElementwiseSquaredDiff::validate(const ITensorInfo *src1, const ITensorInfo *src2, const I… in validate()
86 void ClElementwisePower::configure(const ClCompileContext &compile_context, ITensorInfo *src1, ITen… in configure()
94 Status ClElementwisePower::validate(const ITensorInfo *src1, const ITensorInfo *src2, const ITensor… in validate()
DClMul.cpp36 void ClMul::configure(const CLCompileContext &compile_context, ITensorInfo *src1, ITensorInfo *src2… in configure()
45 Status ClMul::validate(const ITensorInfo *src1, const ITensorInfo *src2, const ITensorInfo *dst, fl… in validate()
51 void ClComplexMul::configure(const CLCompileContext &compile_context, ITensorInfo *src1, ITensorInf… in configure()
58 Status ClComplexMul::validate(const ITensorInfo *src1, const ITensorInfo *src2, const ITensorInfo *… in validate()
/external/ComputeLibrary/src/cpu/kernels/
DCpuElementwiseKernel.cpp301 …nel<Derived>::validate_arguments_common(const ITensorInfo &src0, const ITensorInfo &src1, const IT… in validate_arguments_common()
320 void CpuArithmeticKernel::configure_common(const ITensorInfo *src0, const ITensorInfo *src1, ITenso… in configure_common()
342 void CpuComparisonKernel::configure_common(const ITensorInfo *src0, const ITensorInfo *src1, ITenso… in configure_common()
371 auto src1 = tensors.get_const_tensor(TensorType::ACL_SRC_1); in run_op() local
388 …rnel::configure(ArithmeticOperation op, const ITensorInfo *src0, const ITensorInfo *src1, ITensorI… in configure()
395 Status CpuArithmeticKernel::validate_arguments(const ITensorInfo &src0, const ITensorInfo &src1, co… in validate_arguments()
406 …ernel::validate(ArithmeticOperation op, const ITensorInfo *src0, const ITensorInfo *src1, const IT… in validate()
458 void CpuDivisionKernel::configure(const ITensorInfo *src0, const ITensorInfo *src1, ITensorInfo *ds… in configure()
506 Status CpuDivisionKernel::validate_arguments(const ITensorInfo &src0, const ITensorInfo &src1, cons… in validate_arguments()
512 Status CpuDivisionKernel::validate(const ITensorInfo *src0, const ITensorInfo *src1, const ITensorI… in validate()
[all …]
/external/ComputeLibrary/src/cpu/operators/
DCpuElementwise.cpp49 void CpuElementwiseArithmetic<op>::configure(const ITensorInfo *src0, const ITensorInfo *src1, ITen… in configure()
58 Status CpuElementwiseArithmetic<op>::validate(const ITensorInfo *src0, const ITensorInfo *src1, con… in validate()
68 void CpuElementwiseDivision::configure(const ITensorInfo *src0, const ITensorInfo *src1, ITensorInf… in configure()
76 Status CpuElementwiseDivision::validate(const ITensorInfo *src0, const ITensorInfo *src1, const ITe… in validate()
81 void CpuElementwisePower::configure(const ITensorInfo *src0, const ITensorInfo *src1, ITensorInfo *… in configure()
89 Status CpuElementwisePower::validate(const ITensorInfo *src0, const ITensorInfo *src1, const ITenso… in validate()
95 …entwiseComparisonStatic<COP>::configure(const ITensorInfo *src0, const ITensorInfo *src1, ITensorI… in configure()
104 …mentwiseComparisonStatic<COP>::validate(const ITensorInfo *src0, const ITensorInfo *src1, const IT… in validate()
109 void CpuElementwiseComparison::configure(const ITensorInfo *src0, const ITensorInfo *src1, ITensorI… in configure()
117 Status CpuElementwiseComparison::validate(const ITensorInfo *src0, const ITensorInfo *src1, const I… in validate()
DCpuMul.cpp36 Status CpuMul::validate(const ITensorInfo *src1, const ITensorInfo *src2, const ITensorInfo *dst, f… in validate()
43 void CpuMul::configure(ITensorInfo *src1, ITensorInfo *src2, ITensorInfo *dst, float scale, Convert… in configure()
61 Status CpuComplexMul::validate(const ITensorInfo *src1, const ITensorInfo *src2, const ITensorInfo … in validate()
67 void CpuComplexMul::configure(ITensorInfo *src1, ITensorInfo *src2, ITensorInfo *dst, const Activat… in configure()
/external/ComputeLibrary/src/gpu/cl/kernels/
DClElementwiseKernel.cpp64 std::string generate_id_for_tuning_common(const std::string &kernel_name, const ITensorInfo &src1, … in generate_id_for_tuning_common()
78 …lace_output_shape(const bool in_place, const bool src1_in_place, const ITensorInfo &src1, const IT… in validate_in_place_output_shape()
93 Status validate_arguments_with_float_only_supported_rules(const ITensorInfo &src1, const ITensorInf… in validate_arguments_with_float_only_supported_rules()
119 Status validate_arguments_divide_operation(const ITensorInfo *src1, const ITensorInfo *src2, const … in validate_arguments_divide_operation()
145 Status validate_arguments_with_arithmetic_rules(const ITensorInfo &src1, const ITensorInfo &src2, c… in validate_arguments_with_arithmetic_rules()
184 CLBuildOptions generate_build_options_with_arithmetic_rules(const ITensorInfo &src1, const ITensorI… in generate_build_options_with_arithmetic_rules()
227 std::pair<Status, Window> validate_and_configure_window_for_arithmetic_operators(ITensorInfo &src1,… in validate_and_configure_window_for_arithmetic_operators()
237 … Window> validate_and_configure_window_for_logical_binary_operators(ITensorInfo &src1, ITensorInfo… in validate_and_configure_window_for_logical_binary_operators()
248 std::pair<Status, Window> validate_and_configure_window_for_division(ITensorInfo &src1, ITensorInfo… in validate_and_configure_window_for_division()
264 …seKernel::configure_common(const ClCompileContext &compile_context, ITensorInfo *src1, ITensorInfo… in configure_common()
[all …]
DClWidthConcatenate2TensorsKernel.cpp46 Status validate_arguments(const ITensorInfo *src1, const ITensorInfo *src2, const ITensorInfo *dst) in validate_arguments()
65 Status ClWidthConcatenate2TensorsKernel::validate(const ITensorInfo *src1, const ITensorInfo *src2,… in validate()
76 …e2TensorsKernel::configure(const CLCompileContext &compile_context, ITensorInfo *src1, ITensorInfo… in configure()
149 …const auto src1 = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(Te… in run_op() local
/external/mesa3d/src/intel/compiler/elk/
Delk_test_fs_saturate_propagation.cpp126 elk_fs_reg src1 = v->vgrf(glsl_float_type()); in TEST_F() local
161 elk_fs_reg src1 = v->vgrf(glsl_float_type()); in TEST_F() local
197 elk_fs_reg src1 = v->vgrf(glsl_float_type()); in TEST_F() local
264 elk_fs_reg src1 = v->vgrf(glsl_float_type()); in TEST_F() local
301 elk_fs_reg src1 = elk_imm_f(1.0f); in TEST_F() local
338 elk_fs_reg src1 = v->vgrf(glsl_float_type()); in TEST_F() local
375 elk_fs_reg src1 = v->vgrf(glsl_float_type()); in TEST_F() local
415 elk_fs_reg src1 = elk_imm_f(-2.0f); in TEST_F() local
460 elk_fs_reg src1 = v->vgrf(glsl_float_type()); in TEST_F() local
501 elk_fs_reg src1 = v->vgrf(glsl_float_type()); in TEST_F() local
[all …]
Delk_test_vec4_cmod_propagation.cpp163 src_reg src1 = src_reg(v, glsl_float_type()); in TEST_F() local
199 src_reg src1 = src_reg(v, glsl_float_type()); in TEST_F() local
305 src_reg src1 = src_reg(v, glsl_float_type()); in TEST_F() local
345 src_reg src1 = src_reg(v, glsl_float_type()); in TEST_F() local
384 src_reg src1 = src_reg(v, glsl_float_type()); in TEST_F() local
426 src_reg src1 = src_reg(v, glsl_float_type()); in TEST_F() local
467 src_reg src1 = src_reg(v, glsl_float_type()); in TEST_F() local
503 src_reg src1 = src_reg(v, glsl_float_type()); in TEST_F() local
539 src_reg src1 = src_reg(v, glsl_int_type()); in TEST_F() local
612 src_reg src1 = src_reg(v, glsl_vec4_type()); in TEST_F() local
[all …]
Delk_test_fs_cmod_propagation.cpp135 elk_fs_reg src1 = v->vgrf(glsl_float_type()); in TEST_F() local
166 elk_fs_reg src1 = v->vgrf(glsl_float_type()); in TEST_F() local
199 elk_fs_reg src1 = v->vgrf(glsl_float_type()); in TEST_F() local
293 elk_fs_reg src1 = v->vgrf(glsl_float_type()); in TEST_F() local
330 elk_fs_reg src1 = v->vgrf(glsl_float_type()); in TEST_F() local
371 elk_fs_reg src1 = v->vgrf(glsl_float_type()); in TEST_F() local
409 elk_fs_reg src1 = v->vgrf(glsl_float_type()); in TEST_F() local
449 elk_fs_reg src1 = v->vgrf(glsl_float_type()); in TEST_F() local
489 elk_fs_reg src1 = v->vgrf(glsl_float_type()); in TEST_F() local
526 elk_fs_reg src1 = v->vgrf(glsl_float_type()); in TEST_F() local
[all …]
/external/OpenCL-CTS/test_conformance/select/
Dutil_select.cpp57 void refselect_1i8(void *const dest, const void *const src1, in refselect_1i8()
70 void refselect_1u8(void *const dest, const void *const src1, in refselect_1u8()
83 void refselect_1i16(void *const dest, const void *const src1, in refselect_1i16()
96 void refselect_1u16(void *const dest, const void *const src1, in refselect_1u16()
108 void refselect_1i32(void *const dest, const void *const src1, in refselect_1i32()
120 void refselect_1u32(void *const dest, const void *const src1, in refselect_1u32()
132 void refselect_1i64(void *const dest, const void *const src1, in refselect_1i64()
144 void refselect_1u64(void *const dest, const void *const src1, in refselect_1u64()
156 void refselect_1i8u(void *const dest, const void *const src1, in refselect_1i8u()
168 void refselect_1u8u(void *const dest, const void *const src1, in refselect_1u8u()
[all …]
/external/mesa3d/src/intel/compiler/
Dtest_opt_saturate_propagation.cpp125 brw_reg src1 = bld.vgrf(BRW_TYPE_F); in TEST_F() local
158 brw_reg src1 = bld.vgrf(BRW_TYPE_F); in TEST_F() local
194 brw_reg src1 = bld.vgrf(BRW_TYPE_F); in TEST_F() local
259 brw_reg src1 = bld.vgrf(BRW_TYPE_F); in TEST_F() local
330 brw_reg src1 = bld.vgrf(BRW_TYPE_F); in TEST_F() local
366 brw_reg src1 = bld.vgrf(BRW_TYPE_F); in TEST_F() local
448 brw_reg src1 = bld.vgrf(BRW_TYPE_F); in TEST_F() local
488 brw_reg src1 = bld.vgrf(BRW_TYPE_F); in TEST_F() local
528 brw_reg src1 = bld.vgrf(BRW_TYPE_F); in TEST_F() local
563 brw_reg src1 = bld.vgrf(BRW_TYPE_F); in TEST_F() local
[all …]
Dbrw_opt_algebraic.cpp149 const uint64_t src1 = src_as_uint(inst->src[1]); in brw_opt_constant_fold_instruction() local
167 const uint64_t src1 = src_as_uint(inst->src[1]); in brw_opt_constant_fold_instruction() local
182 const uint64_t src1 = src_as_uint(inst->src[1]); in brw_opt_constant_fold_instruction() local
249 const uint64_t src1 = src_as_uint(inst->src[1]); in brw_opt_constant_fold_instruction() local
262 const uint64_t src1 = src_as_uint(inst->src[1]); in brw_opt_constant_fold_instruction() local
Dtest_opt_cmod_propagation.cpp135 brw_reg src1 = bld.vgrf(BRW_TYPE_F); in TEST_F() local
166 brw_reg src1 = bld.vgrf(BRW_TYPE_F); in TEST_F() local
199 brw_reg src1 = bld.vgrf(BRW_TYPE_F); in TEST_F() local
293 brw_reg src1 = bld.vgrf(BRW_TYPE_F); in TEST_F() local
330 brw_reg src1 = bld.vgrf(BRW_TYPE_F); in TEST_F() local
371 brw_reg src1 = bld.vgrf(BRW_TYPE_F); in TEST_F() local
409 brw_reg src1 = bld.vgrf(BRW_TYPE_F); in TEST_F() local
449 brw_reg src1 = bld.vgrf(BRW_TYPE_F); in TEST_F() local
497 brw_reg src1 = bld.vgrf(BRW_TYPE_F); in TEST_F() local
534 brw_reg src1 = bld.vgrf(BRW_TYPE_F); in TEST_F() local
[all …]
/external/angle/src/image_util/
Dimageformats.cpp31 void L8::average(L8 *dst, const L8 *src1, const L8 *src2) in average()
62 void R8::average(R8 *dst, const R8 *src1, const R8 *src2) in average()
80 void A8::average(A8 *dst, const A8 *src1, const A8 *src2) in average()
100 void L8A8::average(L8A8 *dst, const L8A8 *src1, const L8A8 *src2) in average()
121 void A8L8::average(A8L8 *dst, const A8L8 *src1, const A8L8 *src2) in average()
142 void L4A4::average(L4A4 *dst, const L4A4 *src1, const L4A4 *src2) in average()
176 void R8G8::average(R8G8 *dst, const R8G8 *src1, const R8G8 *src2) in average()
212 void R8G8B8::average(R8G8B8 *dst, const R8G8B8 *src1, const R8G8B8 *src2) in average()
249 void B8G8R8::average(B8G8R8 *dst, const B8G8R8 *src1, const B8G8R8 *src2) in average()
271 void R5G6B5::average(R5G6B5 *dst, const R5G6B5 *src1, const R5G6B5 *src2) in average()
[all …]
/external/mesa3d/src/compiler/nir/tests/
Drange_analysis_tests.cpp52 nir_def *src0, nir_def *src1) in build_alu_instr()
76 nir_def *src1 = nir_imm_int(b, 0xffffffff); in TEST_F() local
105 nir_def *src1 = nir_imm_int(b, 0xffffffff); in TEST_F() local
133 nir_def *src1 = nir_imm_ivec4(b, in TEST_F() local
164 nir_def *src1 = nir_imm_ivec4(b, in TEST_F() local
195 nir_def *src1 = nir_imm_ivec4(b, in TEST_F() local
226 nir_def *src1 = nir_imm_ivec4(b, in TEST_F() local
/external/libaom/aom_dsp/x86/
Dblend_a64_vmask_sse4.c32 const uint8_t *src1, uint32_t src1_stride, in blend_a64_vmask_w4_sse4_1()
57 const uint8_t *src1, uint32_t src1_stride, in blend_a64_vmask_w8_sse4_1()
83 const uint8_t *src1, in blend_a64_vmask_w16n_sse4_1()
114 const uint8_t *src1, uint32_t src1_stride, in aom_blend_a64_vmask_sse4_1()
153 uint32_t src0_stride, const uint16_t *src1, uint32_t src1_stride, in blend_a64_vmask_bn_w4_sse4_1()
175 const uint16_t *src1, in blend_a64_vmask_b10_w4_sse4_1()
186 const uint16_t *src1, in blend_a64_vmask_b12_w4_sse4_1()
196 uint32_t src0_stride, const uint16_t *src1, uint32_t src1_stride, in blend_a64_vmask_bn_w8n_sse4_1()
219 const uint16_t *src1, in blend_a64_vmask_b10_w8n_sse4_1()
229 const uint16_t *src1, in blend_a64_vmask_b12_w8n_sse4_1()
[all …]
Dblend_sse4.h26 static inline __m128i blend_4(const uint8_t *src0, const uint8_t *src1, in blend_4()
41 static inline __m128i blend_8(const uint8_t *src0, const uint8_t *src1, in blend_8()
58 static inline __m128i blend_4_u8(const uint8_t *src0, const uint8_t *src1, in blend_4_u8()
72 static inline __m128i blend_8_u8(const uint8_t *src0, const uint8_t *src1, in blend_8_u8()
86 static inline __m128i blend_16_u8(const uint8_t *src0, const uint8_t *src1, in blend_16_u8()
106 static inline __m128i blend_4_b10(const uint16_t *src0, const uint16_t *src1, in blend_4_b10()
121 static inline __m128i blend_8_b10(const uint16_t *src0, const uint16_t *src1, in blend_8_b10()
136 static inline __m128i blend_4_b12(const uint16_t *src0, const uint16_t *src1, in blend_4_b12()
161 static inline __m128i blend_8_b12(const uint16_t *src0, const uint16_t *src1, in blend_8_b12()
/external/mesa3d/src/imagination/vulkan/pds/
Dpvr_pds_printer.c70 char src1[32]; in pvr_pds_disassemble_instruction_add64() local
94 char src1[32]; in pvr_pds_disassemble_instruction_add32() local
119 char src1[32]; in pvr_pds_disassemble_instruction_sftlp32() local
171 char src1[32]; in pvr_pds_disassemble_instruction_stm() local
226 char src1[32]; in pvr_pds_disassemble_instruction_sftlp64() local
278 char src1[32]; in pvr_pds_disassemble_instruction_cmp() local
386 char src1[PVR_PDS_MAX_INST_STR_LEN]; in pvr_pds_disassemble_instruction_ddmad() local
487 char src1[PVR_PDS_MAX_INST_STR_LEN]; in pvr_pds_disassemble_instruction_mad() local
514 char src1[PVR_PDS_MAX_INST_STR_LEN]; in pvr_pds_disassemble_instruction_dout() local
Dpvr_rogue_pds_encode.h67 uint32_t src1, in pvr_pds_inst_encode_sftlp64()
119 uint32_t src1, in pvr_pds_inst_encode_sftlp32()
201 uint32_t src1, in pvr_rogue_inst_encode_mad()
230 uint32_t src1, in pvr_pds_inst_encode_add64()
256 uint32_t src1, in pvr_pds_inst_encode_add32()
281 uint32_t src1) in pvr_pds_inst_encode_cmp()
393 uint32_t src1, in pvr_pds_inst_encode_limm()
490 uint32_t src1, in pvr_pds_inst_encode_ddmad()
516 uint32_t src1, in pvr_pds_inst_encode_dout()
/external/mesa3d/src/freedreno/afuc/
Demu.c39 emu_alu(struct emu *emu, afuc_opc opc, uint32_t src1, uint32_t src2) in emu_alu()
199 uint32_t src1 = emu_get_gpr_reg(emu, instr->src1); in emu_instr() local
210 uint32_t src1 = emu_get_gpr_reg(emu, instr->src1); in emu_instr() local
222 uint32_t src1 = emu_get_gpr_reg(emu, instr->src1); in emu_instr() local
233 uint32_t src1 = emu_get_gpr_reg(emu, instr->src1); in emu_instr() local
244 uint32_t src1 = emu_get_gpr_reg(emu, instr->src1); in emu_instr() local
259 uint32_t src1 = emu_get_gpr_reg(emu, instr->src1); in emu_instr() local
/external/ComputeLibrary/tests/validation/reference/
DArithmeticOperations.cpp40 T arithm_op(ArithmeticOperation op, T src1, T src2, ConvertPolicy convert_policy) in arithm_op()
92 SimpleTensor<T> arithmetic_operation(ArithmeticOperation op, const SimpleTensor<T> &src1, const Sim… in arithmetic_operation()
104 …ensor<uint8_t> arithmetic_operation(ArithmeticOperation op, const SimpleTensor<uint8_t> &src1, con… in arithmetic_operation()
131 SimpleTensor<int8_t> arithmetic_operation(ArithmeticOperation op, const SimpleTensor<int8_t> &src1,… in arithmetic_operation()
158 …ensor<int16_t> arithmetic_operation(ArithmeticOperation op, const SimpleTensor<int16_t> &src1, con… in arithmetic_operation()
188 SimpleTensor<T> arithmetic_operation(ArithmeticOperation op, const SimpleTensor<T> &src1, const Sim… in arithmetic_operation()
/external/vixl/src/aarch64/
Dlogic-aarch64.cc536 const LogicVRegister& src1, in cmp()
580 const LogicVRegister& src1, in cmp()
591 const LogicVRegister& src1, in cmptst()
605 const LogicVRegister& src1, in add()
635 const LogicVRegister& src1, in add_uint()
664 const LogicVRegister& src1, in addp()
678 const LogicVRegister& src1, in sdiv()
700 const LogicVRegister& src1, in udiv()
721 const LogicVRegister& src1, in mla()
733 const LogicVRegister& src1, in mls()
[all …]
/external/ComputeLibrary/src/cpu/kernels/add/generic/sve/
Dinteger.cpp33 void add_u8_sve(const ITensor *src0, const ITensor *src1, ITensor *dst, const ConvertPolicy &policy… in add_u8_sve()
38 void add_s16_sve(const ITensor *src0, const ITensor *src1, ITensor *dst, const ConvertPolicy &polic… in add_s16_sve()
43 void add_s32_sve(const ITensor *src0, const ITensor *src1, ITensor *dst, const ConvertPolicy &polic… in add_s32_sve()
/external/ComputeLibrary/src/cpu/kernels/add/generic/neon/
Dinteger.cpp31 void add_u8_neon(const ITensor *src0, const ITensor *src1, ITensor *dst, const ConvertPolicy &polic… in add_u8_neon()
36 void add_s16_neon(const ITensor *src0, const ITensor *src1, ITensor *dst, const ConvertPolicy &poli… in add_s16_neon()
41 void add_s32_neon(const ITensor *src0, const ITensor *src1, ITensor *dst, const ConvertPolicy &poli… in add_s32_neon()

12345678910>>...21