/aosp_15_r20/external/OpenCL-CTS/test_conformance/select/ |
H A D | util_select.cpp | 57 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 …]
|
/aosp_15_r20/external/angle/src/image_util/ |
H A D | imageformats.cpp | 31 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 …]
|
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/ |
H A D | ClElementwiseKernel.cpp | 64 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 …]
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/ |
H A D | CpuElementwiseKernel.cpp | 301 …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 …]
|
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | logic-aarch64.cc | 494 const LogicVRegister& src1, in cmp() 538 const LogicVRegister& src1, in cmp() 549 const LogicVRegister& src1, in cmptst() 563 const LogicVRegister& src1, in add() 593 const LogicVRegister& src1, in add_uint() 622 const LogicVRegister& src1, in addp() 636 const LogicVRegister& src1, in sdiv() 658 const LogicVRegister& src1, in udiv() 679 const LogicVRegister& src1, in mla() 691 const LogicVRegister& src1, in mls() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/ |
D | amxintrin.h | 153 #define _tile_dpbssd(dst, src0, src1) \ argument 172 #define _tile_dpbsud(dst, src0, src1) \ argument 191 #define _tile_dpbusd(dst, src0, src1) \ argument 210 #define _tile_dpbuud(dst, src0, src1) \ argument 228 #define _tile_dpbf16ps(dst, src0, src1) \ argument 255 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbssd_internal() 262 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbsud_internal() 269 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbusd_internal() 276 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbuud_internal() 291 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbf16ps_internal() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/ |
D | amxintrin.h | 153 #define _tile_dpbssd(dst, src0, src1) \ argument 172 #define _tile_dpbsud(dst, src0, src1) \ argument 191 #define _tile_dpbusd(dst, src0, src1) \ argument 210 #define _tile_dpbuud(dst, src0, src1) \ argument 228 #define _tile_dpbf16ps(dst, src0, src1) \ argument 255 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbssd_internal() 262 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbsud_internal() 269 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbusd_internal() 276 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbuud_internal() 291 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbf16ps_internal() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/ |
D | amxintrin.h | 153 #define _tile_dpbssd(dst, src0, src1) \ argument 172 #define _tile_dpbsud(dst, src0, src1) \ argument 191 #define _tile_dpbusd(dst, src0, src1) \ argument 210 #define _tile_dpbuud(dst, src0, src1) \ argument 228 #define _tile_dpbf16ps(dst, src0, src1) \ argument 255 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbssd_internal() 262 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbsud_internal() 269 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbusd_internal() 276 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbuud_internal() 291 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbf16ps_internal() [all …]
|
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/ |
H A D | amxintrin.h | 153 #define _tile_dpbssd(dst, src0, src1) \ argument 172 #define _tile_dpbsud(dst, src0, src1) \ argument 191 #define _tile_dpbusd(dst, src0, src1) \ argument 210 #define _tile_dpbuud(dst, src0, src1) \ argument 228 #define _tile_dpbf16ps(dst, src0, src1) \ argument 255 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbssd_internal() 262 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbsud_internal() 269 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbusd_internal() 276 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbuud_internal() 291 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbf16ps_internal() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/ |
D | amxintrin.h | 153 #define _tile_dpbssd(dst, src0, src1) \ argument 172 #define _tile_dpbsud(dst, src0, src1) \ argument 191 #define _tile_dpbusd(dst, src0, src1) \ argument 210 #define _tile_dpbuud(dst, src0, src1) \ argument 228 #define _tile_dpbf16ps(dst, src0, src1) \ argument 255 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbssd_internal() 262 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbsud_internal() 269 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbusd_internal() 276 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbuud_internal() 291 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbf16ps_internal() [all …]
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_test_fs_saturate_propagation.cpp | 126 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 …]
|
H A D | elk_test_fs_cmod_propagation.cpp | 135 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 …]
|
H A D | elk_test_vec4_cmod_propagation.cpp | 163 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 …]
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | test_fs_saturate_propagation.cpp | 126 brw_reg src1 = bld.vgrf(BRW_TYPE_F); in TEST_F() local 161 brw_reg src1 = bld.vgrf(BRW_TYPE_F); in TEST_F() local 197 brw_reg src1 = bld.vgrf(BRW_TYPE_F); in TEST_F() local 264 brw_reg src1 = bld.vgrf(BRW_TYPE_F); in TEST_F() local 301 brw_reg src1 = brw_imm_f(1.0f); in TEST_F() local 338 brw_reg src1 = bld.vgrf(BRW_TYPE_F); in TEST_F() local 375 brw_reg src1 = bld.vgrf(BRW_TYPE_F); in TEST_F() local 415 brw_reg src1 = brw_imm_f(-2.0f); in TEST_F() local 460 brw_reg src1 = bld.vgrf(BRW_TYPE_F); in TEST_F() local 501 brw_reg src1 = bld.vgrf(BRW_TYPE_F); in TEST_F() local [all …]
|
H A D | test_fs_cmod_propagation.cpp | 135 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 …]
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | blend_a64_mask_sse4.c | 33 const uint8_t *src1, uint32_t src1_stride, in blend_a64_mask_w4_sse4_1() 54 const uint8_t *src1, uint32_t src1_stride, in blend_a64_mask_w8_sse4_1() 75 uint32_t src0_stride, const uint8_t *src1, uint32_t src1_stride, in blend_a64_mask_w16n_sse4_1() 104 uint32_t src0_stride, const uint8_t *src1, uint32_t src1_stride, in blend_a64_mask_sx_w4_sse4_1() 131 uint32_t src0_stride, const uint8_t *src1, uint32_t src1_stride, in blend_a64_mask_sx_w8_sse4_1() 159 uint32_t src0_stride, const uint8_t *src1, uint32_t src1_stride, in blend_a64_mask_sx_w16n_sse4_1() 195 uint32_t src0_stride, const uint8_t *src1, uint32_t src1_stride, in blend_a64_mask_sy_w4_sse4_1() 221 uint32_t src0_stride, const uint8_t *src1, uint32_t src1_stride, in blend_a64_mask_sy_w8_sse4_1() 245 uint32_t src0_stride, const uint8_t *src1, uint32_t src1_stride, in blend_a64_mask_sy_w16n_sse4_1() 275 uint32_t src0_stride, const uint8_t *src1, uint32_t src1_stride, in blend_a64_mask_sx_sy_w4_sse4_1() [all …]
|
H A D | blend_a64_mask_avx2.c | 29 uint8_t *dst, const CONV_BUF_TYPE *src0, const CONV_BUF_TYPE *src1, in blend_a64_d16_mask_w16_avx2() 50 uint8_t *dst, const CONV_BUF_TYPE *src0, const CONV_BUF_TYPE *src1, in blend_a64_d16_mask_w32_avx2() 84 uint32_t src0_stride, const CONV_BUF_TYPE *src1, uint32_t src1_stride, in lowbd_blend_a64_d16_mask_subw0_subh0_w16_avx2() 103 uint32_t src0_stride, const CONV_BUF_TYPE *src1, uint32_t src1_stride, in lowbd_blend_a64_d16_mask_subw0_subh0_w32_avx2() 125 uint32_t src0_stride, const CONV_BUF_TYPE *src1, uint32_t src1_stride, in lowbd_blend_a64_d16_mask_subw1_subh1_w16_avx2() 150 uint32_t src0_stride, const CONV_BUF_TYPE *src1, uint32_t src1_stride, in lowbd_blend_a64_d16_mask_subw1_subh1_w32_avx2() 182 uint32_t src0_stride, const CONV_BUF_TYPE *src1, uint32_t src1_stride, in lowbd_blend_a64_d16_mask_subw1_subh0_w16_avx2() 206 uint32_t src0_stride, const CONV_BUF_TYPE *src1, uint32_t src1_stride, in lowbd_blend_a64_d16_mask_subw1_subh0_w32_avx2() 233 uint32_t src0_stride, const CONV_BUF_TYPE *src1, uint32_t src1_stride, in lowbd_blend_a64_d16_mask_subw0_subh1_w16_avx2() 258 uint32_t src0_stride, const CONV_BUF_TYPE *src1, uint32_t src1_stride, in lowbd_blend_a64_d16_mask_subw0_subh1_w32_avx2() [all …]
|
H A D | blend_a64_vmask_sse4.c | 32 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 …]
|
H A D | blend_sse4.h | 26 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()
|
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/operators/ |
H A D | ClElementwiseOperations.cpp | 34 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()
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/ |
H A D | CpuElementwise.cpp | 49 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()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_exec.c | 140 const union tgsi_exec_channel *src1, in micro_cmp() 402 union tgsi_exec_channel *src1) in micro_dldexp() 510 const union tgsi_exec_channel *src1, in micro_lrp() 522 const union tgsi_exec_channel *src1, in micro_mad() 596 const union tgsi_exec_channel *src1) in micro_seq() 607 const union tgsi_exec_channel *src1) in micro_sge() 638 const union tgsi_exec_channel *src1) in micro_sgt() 659 const union tgsi_exec_channel *src1) in micro_sle() 670 const union tgsi_exec_channel *src1) in micro_slt() 681 const union tgsi_exec_channel *src1) in micro_sne() [all …]
|
/aosp_15_r20/external/libyuv/source/ |
H A D | row_msa.cc | 313 v16u8 src0, src1, src2, src3; in MirrorRow_MSA() local 344 v16u8 src0, src1, src2, src3; in ARGBMirrorRow_MSA() local 414 v16u8 src0, src1, src2; in I422ToARGBRow_MSA() local 444 v16u8 src0, src1, src2; in I422ToRGBARow_MSA() local 476 v16u8 src0, src1, src2, src3; in I422AlphaToARGBRow_MSA() local 511 v16u8 src0, src1, src2, src3, src4, dst0, dst1, dst2; in I422ToRGB24Row_MSA() local 562 v16u8 src0, src1, src2, dst0; in I422ToRGB565Row_MSA() local 599 v16u8 src0, src1, src2, dst0; in I422ToARGB4444Row_MSA() local 638 v16u8 src0, src1, src2, dst0; in I422ToARGB1555Row_MSA() local 672 v16u8 src0, src1, src2, src3, dst0, dst1; in YUY2ToYRow_MSA() local [all …]
|
/aosp_15_r20/external/libvpx/third_party/libyuv/source/ |
H A D | row_msa.cc | 290 v16u8 src0, src1, src2, src3; in MirrorRow_MSA() local 307 v16u8 src0, src1, src2, src3; in ARGBMirrorRow_MSA() local 377 v16u8 src0, src1, src2; in I422ToARGBRow_MSA() local 408 v16u8 src0, src1, src2; in I422ToRGBARow_MSA() local 441 v16u8 src0, src1, src2, src3; in I422AlphaToARGBRow_MSA() local 477 v16u8 src0, src1, src2, src3, src4, dst0, dst1, dst2; in I422ToRGB24Row_MSA() local 530 v16u8 src0, src1, src2, dst0; in I422ToRGB565Row_MSA() local 568 v16u8 src0, src1, src2, dst0; in I422ToARGB4444Row_MSA() local 608 v16u8 src0, src1, src2, dst0; in I422ToARGB1555Row_MSA() local 643 v16u8 src0, src1, src2, src3, dst0, dst1; in YUY2ToYRow_MSA() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/ |
D | compare256.c | 10 static inline uint32_t compare256_c_static(const uint8_t *src0, const uint8_t *src1) { in compare256_c_static() 43 Z_INTERNAL uint32_t compare256_c(const uint8_t *src0, const uint8_t *src1) { in compare256_c() 60 static inline uint32_t compare256_unaligned_16_static(const uint8_t *src0, const uint8_t *src1) { in compare256_unaligned_16_static() 81 Z_INTERNAL uint32_t compare256_unaligned_16(const uint8_t *src0, const uint8_t *src1) { in compare256_unaligned_16() 98 static inline uint32_t compare256_unaligned_32_static(const uint8_t *src0, const uint8_t *src1) { in compare256_unaligned_32_static() 119 Z_INTERNAL uint32_t compare256_unaligned_32(const uint8_t *src0, const uint8_t *src1) { in compare256_unaligned_32() 138 static inline uint32_t compare256_unaligned_64_static(const uint8_t *src0, const uint8_t *src1) { in compare256_unaligned_64_static() 159 Z_INTERNAL uint32_t compare256_unaligned_64(const uint8_t *src0, const uint8_t *src1) { in compare256_unaligned_64()
|