/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/operators/ |
H A D | ClElementwiseOperations.cpp | 34 …pileContext &compile_context, ITensorInfo *src1, ITensorInfo *src2, ITensorInfo *dst, const Activa… in configure() 42 …sion::validate(const ITensorInfo *src1, const ITensorInfo *src2, const ITensorInfo *dst, const Act… in validate() 47 …pileContext &compile_context, ITensorInfo *src1, ITensorInfo *src2, ITensorInfo *dst, const Activa… in configure() 55 …eMax::validate(const ITensorInfo *src1, const ITensorInfo *src2, const ITensorInfo *dst, const Act… in validate() 60 …pileContext &compile_context, ITensorInfo *src1, ITensorInfo *src2, ITensorInfo *dst, const Activa… in configure() 68 …eMin::validate(const ITensorInfo *src1, const ITensorInfo *src2, const ITensorInfo *dst, const Act… in validate() 73 …pileContext &compile_context, ITensorInfo *src1, ITensorInfo *src2, ITensorInfo *dst, const Activa… in configure() 81 …Diff::validate(const ITensorInfo *src1, const ITensorInfo *src2, const ITensorInfo *dst, const Act… in validate() 86 …pileContext &compile_context, ITensorInfo *src1, ITensorInfo *src2, ITensorInfo *dst, const Activa… in configure() 94 …ower::validate(const ITensorInfo *src1, const ITensorInfo *src2, const ITensorInfo *dst, const Act… in validate()
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | fortify.cpp | 96 char* __fgets_chk(char* dst, int supplied_size, FILE* stream, size_t dst_len_from_compiler) { in __fgets_chk() 132 extern "C" void* __memmove_chk(void* dst, const void* src, size_t len, size_t dst_len) { in __memmove_chk() 233 extern "C" char* __stpcpy_chk(char* dst, const char* src, size_t dst_len) { in __stpcpy_chk() 241 extern "C" char* __stpncpy_chk(char* dst, const char* src, size_t len, size_t dst_len) { in __stpncpy_chk() 250 char* __stpncpy_chk2(char* dst, const char* src, size_t n, size_t dst_len, size_t src_len) { in __stpncpy_chk2() 301 size_t __strlcat_chk(char* dst, const char* src, in __strlcat_chk() 307 size_t __strlcpy_chk(char* dst, const char* src, in __strlcpy_chk() 325 extern "C" char* __strncat_chk(char* dst, const char* src, size_t len, size_t dst_buf_size) { in __strncat_chk() 352 extern "C" char* __strncpy_chk(char* dst, const char* src, size_t len, size_t dst_len) { in __strncpy_chk() 361 char* __strncpy_chk2(char* dst, const char* src, size_t n, size_t dst_len, size_t src_len) { in __strncpy_chk2() [all …]
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/ |
H A D | CpuElementwise.cpp | 49 …ntwiseArithmetic<op>::configure(const ITensorInfo *src0, const ITensorInfo *src1, ITensorInfo *dst) in configure() 58 …eArithmetic<op>::validate(const ITensorInfo *src0, const ITensorInfo *src1, const ITensorInfo *dst) in validate() 68 …uElementwiseDivision::configure(const ITensorInfo *src0, const ITensorInfo *src1, ITensorInfo *dst) in configure() 76 …entwiseDivision::validate(const ITensorInfo *src0, const ITensorInfo *src1, const ITensorInfo *dst) in validate() 81 … CpuElementwisePower::configure(const ITensorInfo *src0, const ITensorInfo *src1, ITensorInfo *dst) in configure() 89 …lementwisePower::validate(const ITensorInfo *src0, const ITensorInfo *src1, const ITensorInfo *dst) in validate() 95 …omparisonStatic<COP>::configure(const ITensorInfo *src0, const ITensorInfo *src1, ITensorInfo *dst) in configure() 104 …isonStatic<COP>::validate(const ITensorInfo *src0, const ITensorInfo *src1, const ITensorInfo *dst) in validate() 109 …arison::configure(const ITensorInfo *src0, const ITensorInfo *src1, ITensorInfo *dst, ComparisonOp… in configure() 117 …ison::validate(const ITensorInfo *src0, const ITensorInfo *src1, const ITensorInfo *dst, Compariso… in validate()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/json/ |
D | json_object_loader.cc | 30 void LoadScalar::LoadInto(const Json& json, const JsonArgs& /*args*/, void* dst, in LoadInto() 45 void LoadString::LoadInto(const std::string& value, void* dst, in LoadInto() 52 void LoadDuration::LoadInto(const std::string& value, void* dst, in LoadInto() 94 void LoadBool::LoadInto(const Json& json, const JsonArgs&, void* dst, in LoadInto() 104 void* dst, in LoadInto() 114 void* dst, in LoadInto() 123 void LoadVector::LoadInto(const Json& json, const JsonArgs& args, void* dst, in LoadInto() 139 const JsonArgs& args, void* dst, in LoadInto() 156 void LoadMap::LoadInto(const Json& json, const JsonArgs& args, void* dst, in LoadInto() 171 void LoadWrapped::LoadInto(const Json& json, const JsonArgs& args, void* dst, in LoadInto() [all …]
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/json/ |
H A D | json_object_loader.cc | 30 void LoadScalar::LoadInto(const Json& json, const JsonArgs& /*args*/, void* dst, in LoadInto() 45 void LoadString::LoadInto(const std::string& value, void* dst, in LoadInto() 52 void LoadDuration::LoadInto(const std::string& value, void* dst, in LoadInto() 94 void LoadBool::LoadInto(const Json& json, const JsonArgs&, void* dst, in LoadInto() 104 void* dst, in LoadInto() 114 void* dst, in LoadInto() 123 void LoadVector::LoadInto(const Json& json, const JsonArgs& args, void* dst, in LoadInto() 139 const JsonArgs& args, void* dst, in LoadInto() 156 void LoadMap::LoadInto(const Json& json, const JsonArgs& args, void* dst, in LoadInto() 171 void LoadWrapped::LoadInto(const Json& json, const JsonArgs& args, void* dst, in LoadInto() [all …]
|
/aosp_15_r20/external/libaom/third_party/libyuv/source/ |
H A D | scale_common.cc | 33 uint8_t* dst, in ScaleRowDown2_C() 50 uint16_t* dst, in ScaleRowDown2_16_C() 67 uint8_t* dst, in ScaleRowDown2Linear_C() 85 uint16_t* dst, in ScaleRowDown2Linear_16_C() 103 uint8_t* dst, in ScaleRowDown2Box_C() 122 uint8_t* dst, in ScaleRowDown2Box_Odd_C() 146 uint16_t* dst, in ScaleRowDown2Box_16_C() 165 uint8_t* dst, in ScaleRowDown4_C() 182 uint16_t* dst, in ScaleRowDown4_16_C() 199 uint8_t* dst, in ScaleRowDown4Box_C() [all …]
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_fs_builder.h | 272 emit(enum elk_opcode opcode, const dst_reg &dst) const in emit() 281 emit(enum elk_opcode opcode, const dst_reg &dst, const src_reg &src0) const in emit() 303 emit(enum elk_opcode opcode, const dst_reg &dst, const src_reg &src0, in emit() 325 emit(enum elk_opcode opcode, const dst_reg &dst, const src_reg &src0, in emit() 349 emit(enum elk_opcode opcode, const dst_reg &dst, const src_reg srcs[], in emit() 394 emit_minmax(const dst_reg &dst, const src_reg &src0, in emit_minmax() 421 const dst_reg dst = vgrf(src.type); in emit_uniformize() local 436 const dst_reg dst = vgrf(src.type, num_components); in move_to_vgrf() local 680 F16TO32(const dst_reg &dst, const src_reg &src) const in F16TO32() 701 CMP(const dst_reg &dst, const src_reg &src0, const src_reg &src1, in CMP() [all …]
|
H A D | elk_fs_generator.cpp | 324 struct elk_reg dst, in generate_send() 429 struct elk_reg dst, in generate_mov_indirect() 575 struct elk_reg dst, in generate_shuffle() 698 struct elk_reg dst, struct elk_reg src, in generate_quad_swizzle() 801 struct elk_reg dst, struct elk_reg *src) in generate_linterp() 901 elk_fs_generator::generate_tex(elk_fs_inst *inst, struct elk_reg dst, in generate_tex() 1152 struct elk_reg dst, struct elk_reg src) in generate_ddx() 1208 struct elk_reg dst, struct elk_reg src) in generate_ddy() 1319 elk_fs_generator::generate_scratch_read(elk_fs_inst *inst, struct elk_reg dst) in generate_scratch_read() 1329 elk_fs_generator::generate_scratch_read_gfx7(elk_fs_inst *inst, struct elk_reg dst) in generate_scratch_read_gfx7() [all …]
|
/aosp_15_r20/external/zstd/tests/ |
H A D | fullbench.c | 103 void* dst, size_t dstSize, in local_ZSTD_compress() 115 void* dst, size_t dstSize, in local_ZSTD_compress_freshCCtx() 134 void* dst, size_t dstSize, in local_ZSTD_decompress() 143 void* dst, size_t dstSize, in local_ZSTD_decompressDCtx() 155 static size_t local_ZSTD_decodeLiteralsBlock(const void* src, size_t srcSize, void* dst, size_t dst… in local_ZSTD_decodeLiteralsBlock() 161 static size_t local_ZSTD_decodeSeqHeaders(const void* src, size_t srcSize, void* dst, size_t dstSiz… in local_ZSTD_decodeSeqHeaders() 222 static size_t local_ZSTD_decodeLiteralsHeader(const void* src, size_t srcSize, void* dst, size_t ds… in local_ZSTD_decodeLiteralsHeader() 232 void* dst, size_t dstCapacity, in local_ZSTD_compressStream() 255 void* dst, size_t dstCapacity, in local_ZSTD_compressStream_freshCCtx() 271 void* dst, size_t dstCapacity, in local_ZSTD_compress2() [all …]
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/ |
H A D | System.java | 81 private static void arraycopy(char[] src, int srcPos, char[] dst, int dstPos, int length) { in arraycopy() 86 char[] src, int srcPos, char[] dst, int dstPos, int length); in arraycopyCharUnchecked() 89 public static void arraycopy(byte[] src, int srcPos, byte[] dst, int dstPos, int length) { in arraycopy() 94 byte[] src, int srcPos, byte[] dst, int dstPos, int length); in arraycopyByteUnchecked() 97 private static void arraycopy(short[] src, int srcPos, short[] dst, int dstPos, int length) { in arraycopy() 102 short[] src, int srcPos, short[] dst, int dstPos, int length); in arraycopyShortUnchecked() 105 private static void arraycopy(int[] src, int srcPos, int[] dst, int dstPos, int length) { in arraycopy() 110 int[] src, int srcPos, int[] dst, int dstPos, int length); in arraycopyIntUnchecked() 113 private static void arraycopy(long[] src, int srcPos, long[] dst, int dstPos, int length) { in arraycopy() 118 long[] src, int srcPos, long[] dst, int dstPos, int length); in arraycopyLongUnchecked() [all …]
|
/aosp_15_r20/external/webp/src/dsp/ |
H A D | enc_sse2.c | 30 uint8_t* dst) { in ITransform_One_SSE2() 181 uint8_t* dst) { in ITransform_Two_SSE2() 319 static void ITransform_SSE2(const uint8_t* ref, const int16_t* in, uint8_t* dst, in ITransform_SSE2() 614 static WEBP_INLINE void Put8x8uv_SSE2(uint8_t v, uint8_t* dst) { in Put8x8uv_SSE2() 622 static WEBP_INLINE void Put16_SSE2(uint8_t v, uint8_t* dst) { in Put16_SSE2() 630 static WEBP_INLINE void Fill_SSE2(uint8_t* dst, int value, int size) { in Fill_SSE2() 643 static WEBP_INLINE void VE8uv_SSE2(uint8_t* dst, const uint8_t* top) { in VE8uv_SSE2() 651 static WEBP_INLINE void VE16_SSE2(uint8_t* dst, const uint8_t* top) { in VE16_SSE2() 659 static WEBP_INLINE void VerticalPred_SSE2(uint8_t* dst, in VerticalPred_SSE2() 672 static WEBP_INLINE void HE8uv_SSE2(uint8_t* dst, const uint8_t* left) { in HE8uv_SSE2() [all …]
|
/aosp_15_r20/external/mesa3d/src/intel/isl/ |
H A D | isl_tiled_memcpy.c | 87 rgba8_copy(void *dst, const void *src, size_t bytes) in rgba8_copy() 108 rgba8_copy_16_aligned_dst(void *dst, const void *src) in rgba8_copy_16_aligned_dst() 116 rgba8_copy_16_aligned_src(void *dst, const void *src) in rgba8_copy_16_aligned_src() 125 rgba8_copy_16_aligned_dst(void *dst, const void *src) in rgba8_copy_16_aligned_dst() 142 rgba8_copy_16_aligned_src(void *dst, const void *src) in rgba8_copy_16_aligned_src() 163 rgba8_copy_aligned_dst(void *dst, const void *src, size_t bytes) in rgba8_copy_aligned_dst() 193 rgba8_copy_aligned_src(void *dst, const void *src, size_t bytes) in rgba8_copy_aligned_src() 252 char *dst, const char *src, in linear_to_xtiled() 294 char *dst, const char *src, in linear_to_ytiled() 416 char *dst, const char *src, in linear_to_tile4() [all …]
|
/aosp_15_r20/external/libyuv/source/ |
H A D | scale_common.cc | 52 uint8_t* dst, in ScaleRowDown2_C() 69 uint16_t* dst, in ScaleRowDown2_16_C() 86 uint8_t* dst, in ScaleRowDown2_16To8_C() 106 uint8_t* dst, in ScaleRowDown2_16To8_Odd_C() 130 uint8_t* dst, in ScaleRowDown2Linear_C() 148 uint16_t* dst, in ScaleRowDown2Linear_16_C() 166 uint8_t* dst, in ScaleRowDown2Linear_16To8_C() 187 uint8_t* dst, in ScaleRowDown2Linear_16To8_Odd_C() 212 uint8_t* dst, in ScaleRowDown2Box_C() 231 uint8_t* dst, in ScaleRowDown2Box_Odd_C() [all …]
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/diff/ |
D | lcs_test.cpp | 28 void VerifyMatch(const Sequence& src, const Sequence& dst, in VerifyMatch() 63 Sequence src, dst; in TEST() local 77 Sequence src, dst = {1, 2, 3}; in TEST() local 91 Sequence src = {1, 2, 3}, dst; in TEST() local 105 Sequence src = {1, 2, 3, 4, 5, 6}, dst = {1, 2, 3, 4, 5, 6}; in TEST() local 119 Sequence src = {1, 2, 3, 4}, dst = {1, 2, 3, 4, 5, 6}; in TEST() local 136 Sequence src = {1, 2, 3, 4, 5, 6}, dst = {1, 2, 3, 4, 5}; in TEST() local 153 Sequence src = {3, 4, 5, 6}, dst = {1, 2, 3, 4, 5, 6}; in TEST() local 170 Sequence src = {1, 2, 3, 4, 5, 6}, dst = {5, 6}; in TEST() local 187 Sequence src = {1, 3, 5, 7, 9}, dst = {2, 4, 6, 8, 10, 12}; in TEST() local [all …]
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/diff/ |
H A D | lcs_test.cpp | 28 void VerifyMatch(const Sequence& src, const Sequence& dst, in VerifyMatch() 63 Sequence src, dst; in TEST() local 77 Sequence src, dst = {1, 2, 3}; in TEST() local 91 Sequence src = {1, 2, 3}, dst; in TEST() local 105 Sequence src = {1, 2, 3, 4, 5, 6}, dst = {1, 2, 3, 4, 5, 6}; in TEST() local 119 Sequence src = {1, 2, 3, 4}, dst = {1, 2, 3, 4, 5, 6}; in TEST() local 136 Sequence src = {1, 2, 3, 4, 5, 6}, dst = {1, 2, 3, 4, 5}; in TEST() local 153 Sequence src = {3, 4, 5, 6}, dst = {1, 2, 3, 4, 5, 6}; in TEST() local 170 Sequence src = {1, 2, 3, 4, 5, 6}, dst = {5, 6}; in TEST() local 187 Sequence src = {1, 3, 5, 7, 9}, dst = {2, 4, 6, 8, 10, 12}; in TEST() local [all …]
|
/aosp_15_r20/external/perfetto/src/base/ |
H A D | string_utils_unittest.cc | 393 char dst[2] = {42, 43}; in TEST() local 401 UninitializedBuf<10> dst; in TEST() local 408 UninitializedBuf<8> dst; in TEST() local 415 UninitializedBuf<8> dst; in TEST() local 422 UninitializedBuf<3> dst; in TEST() local 430 UninitializedBuf<3> dst; in TEST() local 436 char dst[3]{'O', 'K', '\0'}; in TEST() local 442 UninitializedBuf<1> dst; in TEST() local 448 UninitializedBuf<3> dst; in TEST() local 454 UninitializedBuf<3> dst; in TEST() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/diff/ |
H A D | lcs_test.cpp | 28 void VerifyMatch(const Sequence& src, const Sequence& dst, in VerifyMatch() 63 Sequence src, dst; in TEST() local 77 Sequence src, dst = {1, 2, 3}; in TEST() local 91 Sequence src = {1, 2, 3}, dst; in TEST() local 105 Sequence src = {1, 2, 3, 4, 5, 6}, dst = {1, 2, 3, 4, 5, 6}; in TEST() local 119 Sequence src = {1, 2, 3, 4}, dst = {1, 2, 3, 4, 5, 6}; in TEST() local 136 Sequence src = {1, 2, 3, 4, 5, 6}, dst = {1, 2, 3, 4, 5}; in TEST() local 153 Sequence src = {3, 4, 5, 6}, dst = {1, 2, 3, 4, 5, 6}; in TEST() local 170 Sequence src = {1, 2, 3, 4, 5, 6}, dst = {5, 6}; in TEST() local 187 Sequence src = {1, 3, 5, 7, 9}, dst = {2, 4, 6, 8, 10, 12}; in TEST() local [all …]
|
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libresource/ |
D | ExynosMPP.cpp | 285 bool ExynosMPP::isDataspaceSupportedByMPP(struct exynos_image &src, struct exynos_image &dst) in isDataspaceSupportedByMPP() 324 bool ExynosMPP::isSupportedHDR(struct exynos_image &src, struct exynos_image &dst) in isSupportedHDR() 449 bool ExynosMPP::checkCSCRestriction(struct exynos_image &src, struct exynos_image &dst) in checkCSCRestriction() 490 bool ExynosMPP::isDstFormatSupported(struct exynos_image &dst) in isDstFormatSupported() 701 uint32_t ExynosMPP::getDstMaxWidth(struct exynos_image &dst) in getDstMaxWidth() 706 uint32_t ExynosMPP::getDstMaxHeight(struct exynos_image &dst) in getDstMaxHeight() 711 uint32_t ExynosMPP::getDstMinWidth(struct exynos_image &dst) in getDstMinWidth() 728 uint32_t ExynosMPP::getDstMinHeight(struct exynos_image &dst) in getDstMinHeight() 767 uint32_t ExynosMPP::getDstXOffsetAlign(struct exynos_image &dst) in getDstXOffsetAlign() 779 uint32_t ExynosMPP::getDstYOffsetAlign(struct exynos_image &dst) in getDstYOffsetAlign() [all …]
|
/aosp_15_r20/frameworks/libs/binary_translation/backend/x86_64/ |
D | code_emit.cc | 39 void EmitMovGRegGReg(CodeEmitter* as, MachineReg dst, MachineReg src, int /* size */) { in EmitMovGRegGReg() 43 void EmitMovGRegXReg(CodeEmitter* as, MachineReg dst, MachineReg src, int /* size */) { in EmitMovGRegXReg() 47 void EmitMovGRegMem(CodeEmitter* as, MachineReg dst, MachineReg src, int /* size */) { in EmitMovGRegMem() 53 void EmitMovXRegGReg(CodeEmitter* as, MachineReg dst, MachineReg src, int /* size */) { in EmitMovXRegGReg() 57 void EmitMovXRegXReg(CodeEmitter* as, MachineReg dst, MachineReg src, int /* size */) { in EmitMovXRegXReg() 61 void EmitMovXRegMem(CodeEmitter* as, MachineReg dst, MachineReg src, int size) { in EmitMovXRegMem() 73 void EmitMovMemGReg(CodeEmitter* as, MachineReg dst, MachineReg src, int /* size */) { in EmitMovMemGReg() 79 void EmitMovMemXReg(CodeEmitter* as, MachineReg dst, MachineReg src, int size) { in EmitMovMemXReg() 91 void EmitMovMemMem(CodeEmitter* as, MachineReg dst, MachineReg src, int size) { in EmitMovMemMem() 104 void EmitCopy(CodeEmitter* as, MachineReg dst, MachineReg src, int size) { in EmitCopy() [all …]
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator_vector_x86_64.cc | 59 XmmRegister dst = locations->Out().AsFpuRegister<XmmRegister>(); in VisitVecReplicateScalar() local 201 XmmRegister dst = locations->Out().AsFpuRegister<XmmRegister>(); in VisitVecReduce() local 247 XmmRegister dst = locations->Out().AsFpuRegister<XmmRegister>(); in VisitVecCnv() local 265 XmmRegister dst = locations->Out().AsFpuRegister<XmmRegister>(); in VisitVecNeg() local 316 XmmRegister dst = locations->Out().AsFpuRegister<XmmRegister>(); in VisitVecAbs() local 357 XmmRegister dst = locations->Out().AsFpuRegister<XmmRegister>(); in VisitVecNot() local 453 XmmRegister dst = locations->Out().AsFpuRegister<XmmRegister>(); in VisitVecAdd() local 496 XmmRegister dst = locations->Out().AsFpuRegister<XmmRegister>(); in VisitVecSaturationAdd() local 528 XmmRegister dst = locations->Out().AsFpuRegister<XmmRegister>(); in VisitVecHalvingAdd() local 560 XmmRegister dst = locations->Out().AsFpuRegister<XmmRegister>(); in VisitVecSub() local [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_inlines.h | 57 pipe_reference_init(struct pipe_reference *dst, unsigned count) in pipe_reference_init() 75 pipe_reference_described(struct pipe_reference *dst, in pipe_reference_described() 100 pipe_reference(struct pipe_reference *dst, struct pipe_reference *src) in pipe_reference() 108 pipe_surface_reference(struct pipe_surface **dst, struct pipe_surface *src) in pipe_surface_reference() 155 pipe_resource_reference(struct pipe_resource **dst, struct pipe_resource *src) in pipe_resource_reference() 172 pipe_drop_resource_references(struct pipe_resource *dst, int num_refs) in pipe_drop_resource_references() 208 pipe_sampler_view_reference(struct pipe_sampler_view **dst, in pipe_sampler_view_reference() 222 pipe_so_target_reference(struct pipe_stream_output_target **dst, in pipe_so_target_reference() 235 pipe_vertex_state_reference(struct pipe_vertex_state **dst, in pipe_vertex_state_reference() 247 pipe_vertex_buffer_unreference(struct pipe_vertex_buffer *dst) in pipe_vertex_buffer_unreference() [all …]
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkBlitter_ARGB32.cpp | 39 static inline int blend_32(int src, int dst, int scale) { in blend_32() 47 SkPMColor dst, uint16_t mask) { in blend_lcd16() 86 SkPMColor dst, uint16_t mask, in blend_lcd16_opaque() 161 static __m128i blend_lcd16_sse2(__m128i &src, __m128i &dst, __m128i &mask, __m128i &srcA) { in blend_lcd16_sse2() 263 static __m128i blend_lcd16_opaque_sse2(__m128i &src, __m128i &dst, __m128i &mask) { in blend_lcd16_opaque_sse2() 343 void blit_row_lcd16(SkPMColor dst[], const uint16_t mask[], SkColor src, int width, SkPMColor) { in blit_row_lcd16() argument 414 void blit_row_lcd16_opaque(SkPMColor dst[], const uint16_t mask[], in blit_row_lcd16_opaque() 489 static inline uint8x8_t blend_32_neon(uint8x8_t src, uint8x8_t dst, uint16x8_t scale) { in blend_32_neon() 502 void blit_row_lcd16_opaque(SkPMColor dst[], const uint16_t src[], in blit_row_lcd16_opaque() 553 void blit_row_lcd16(SkPMColor dst[], const uint16_t src[], in blit_row_lcd16() argument [all …]
|
/aosp_15_r20/external/libvpx/vp8/common/mips/msa/ |
H A D | bilinear_filter_msa.c | 31 uint8_t *RESTRICT dst, int32_t dst_stride, in common_hz_2t_4x4_msa() 51 uint8_t *RESTRICT dst, int32_t dst_stride, in common_hz_2t_4x8_msa() 77 uint8_t *RESTRICT dst, int32_t dst_stride, in common_hz_2t_4w_msa() 87 uint8_t *RESTRICT dst, int32_t dst_stride, in common_hz_2t_8x4_msa() 109 uint8_t *RESTRICT dst, int32_t dst_stride, in common_hz_2t_8x8mult_msa() 171 uint8_t *RESTRICT dst, int32_t dst_stride, in common_hz_2t_8w_msa() 181 uint8_t *RESTRICT dst, int32_t dst_stride, in common_hz_2t_16w_msa() 245 uint8_t *RESTRICT dst, int32_t dst_stride, in common_vt_2t_4x4_msa() 269 uint8_t *RESTRICT dst, int32_t dst_stride, in common_vt_2t_4x8_msa() 302 uint8_t *RESTRICT dst, int32_t dst_stride, in common_vt_2t_4w_msa() [all …]
|
/aosp_15_r20/external/libvpx/vpx_dsp/mips/ |
H A D | vpx_convolve8_mmi.c | 91 uint8_t *dst, ptrdiff_t dst_stride, in convolve_horiz_mmi() 165 uint8_t *dst, ptrdiff_t dst_stride, in convolve_vert_mmi() 258 uint8_t *dst, ptrdiff_t dst_stride, in convolve_avg_horiz_mmi() 341 uint8_t *dst, ptrdiff_t dst_stride, in convolve_avg_vert_mmi() 445 uint8_t *dst, ptrdiff_t dst_stride, in vpx_convolve_avg_mmi() 508 uint8_t *dst, ptrdiff_t dst_stride, in convolve_horiz() 530 uint8_t *dst, ptrdiff_t dst_stride, in convolve_vert() 553 uint8_t *dst, ptrdiff_t dst_stride, in convolve_avg_vert() 579 uint8_t *dst, ptrdiff_t dst_stride, in convolve_avg_horiz() 601 void vpx_convolve8_mmi(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, in vpx_convolve8_mmi() [all …]
|
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_executor.cpp | 27 static void DefaultAssign(Dst& dst, Expr expr) { in DefaultAssign() 40 static void DeviceAssign(Device& d, Dst& dst, Expr expr) { in DeviceAssign() 68 Tensor<T, NumDims, Options, Index> dst(dims); in test_execute_unary_expr() local 97 Tensor<T, NumDims, Options, Index> dst(dims); in test_execute_binary_expr() local 135 Tensor<T, NumDims, Options, Index> dst(golden.dimensions()); in test_execute_broadcasting() local 267 Tensor<T, NumDims, Options, Index> dst(shuffled_dims); in test_execute_shuffle_rvalue() local 302 Tensor<T, NumDims, Options, Index> dst(shuffled_dims); in test_execute_shuffle_lvalue() local 338 Tensor<T, ReshapedDims, Options, Index> dst(golden.dimensions()); in test_execute_reshape() local 378 Tensor<T, NumDims, Options, Index> dst(golden.dimensions()); in test_execute_slice_rvalue() local 422 Tensor<T, NumDims, Options, Index> dst = src; in test_execute_slice_lvalue() local [all …]
|