Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 25 of 7943) sorted by relevance

12345678910>>...318

/aosp_15_r20/external/angle/src/image_util/
H A Dimageformats.cpp17 void L8::readColor(gl::ColorF *dst, const L8 *src) in readColor()
26 void L8::writeColor(L8 *dst, const gl::ColorF *src) in writeColor()
31 void L8::average(L8 *dst, const L8 *src1, const L8 *src2) in average()
36 void R8::readColor(gl::ColorUI *dst, const R8 *src) in readColor()
44 void R8::readColor(gl::ColorF *dst, const R8 *src) in readColor()
52 void R8::writeColor(R8 *dst, const gl::ColorUI *src) in writeColor()
57 void R8::writeColor(R8 *dst, const gl::ColorF *src) in writeColor()
62 void R8::average(R8 *dst, const R8 *src1, const R8 *src2) in average()
67 void A8::readColor(gl::ColorF *dst, const A8 *src) in readColor()
75 void A8::writeColor(A8 *dst, const gl::ColorF *src) in writeColor()
[all …]
/aosp_15_r20/art/compiler/utils/x86/
H A Dassembler_x86.cc140 void X86Assembler::movl(Register dst, const Immediate& imm) { in movl()
147 void X86Assembler::movl(Register dst, Register src) { in movl()
154 void X86Assembler::movl(Register dst, const Address& src) { in movl()
161 void X86Assembler::movl(const Address& dst, Register src) { in movl()
168 void X86Assembler::movl(const Address& dst, const Immediate& imm) { in movl()
175 void X86Assembler::movl(const Address& dst, Label* lbl) { in movl()
182 void X86Assembler::movntl(const Address& dst, Register src) { in movntl()
189 void X86Assembler::blsi(Register dst, Register src) { in blsi()
203 void X86Assembler::blsmsk(Register dst, Register src) { in blsmsk()
217 void X86Assembler::blsr(Register dst, Register src) { in blsr()
[all …]
/aosp_15_r20/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc142 void X86_64Assembler::movq(CpuRegister dst, const Immediate& imm) { in movq()
158 void X86_64Assembler::movl(CpuRegister dst, const Immediate& imm) { in movl()
167 void X86_64Assembler::movq(const Address& dst, const Immediate& imm) { in movq()
177 void X86_64Assembler::movq(CpuRegister dst, CpuRegister src) { in movq()
186 void X86_64Assembler::movl(CpuRegister dst, CpuRegister src) { in movl()
194 void X86_64Assembler::movq(CpuRegister dst, const Address& src) { in movq()
202 void X86_64Assembler::movl(CpuRegister dst, const Address& src) { in movl()
210 void X86_64Assembler::movq(const Address& dst, CpuRegister src) { in movq()
218 void X86_64Assembler::movl(const Address& dst, CpuRegister src) { in movl()
225 void X86_64Assembler::movl(const Address& dst, const Immediate& imm) { in movl()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.c288 struct x86_reg dst, in emit_op_modrm()
456 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_reg_imm()
465 void x86_mov_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_imm()
478 void x86_mov16_imm( struct x86_function *p, struct x86_reg dst, uint16_t imm ) in x86_mov16_imm()
495 void x86_mov8_imm( struct x86_function *p, struct x86_reg dst, uint8_t imm ) in x86_mov8_imm()
516 unsigned op, struct x86_reg dst, int imm ) in x86_group1_imm()
532 void x86_add_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_add_imm()
538 void x86_or_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_or_imm()
544 void x86_and_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_and_imm()
550 void x86_sub_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_sub_imm()
[all …]
/aosp_15_r20/external/selinux/libsepol/tests/
H A Dtest-ebitmap.c325 ebitmap_t dst; in test_ebitmap_or() local
334 ebitmap_t dst; in test_ebitmap_or() local
343 ebitmap_t dst; in test_ebitmap_or() local
352 ebitmap_t dst; in test_ebitmap_or() local
361 ebitmap_t dst; in test_ebitmap_or() local
370 ebitmap_t dst; in test_ebitmap_or() local
427 ebitmap_t dst; in test_ebitmap_and() local
436 ebitmap_t dst; in test_ebitmap_and() local
445 ebitmap_t dst; in test_ebitmap_and() local
454 ebitmap_t dst; in test_ebitmap_and() local
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c98 micro_abs(union tgsi_exec_channel *dst, in micro_abs()
108 micro_arl(union tgsi_exec_channel *dst, in micro_arl()
118 micro_arr(union tgsi_exec_channel *dst, in micro_arr()
128 micro_ceil(union tgsi_exec_channel *dst, in micro_ceil()
138 micro_cmp(union tgsi_exec_channel *dst, in micro_cmp()
150 micro_cos(union tgsi_exec_channel *dst, in micro_cos()
160 micro_d2f(union tgsi_exec_channel *dst, in micro_d2f()
170 micro_d2i(union tgsi_exec_channel *dst, in micro_d2i()
180 micro_d2u(union tgsi_exec_channel *dst, in micro_d2u()
189 micro_dabs(union tgsi_double_channel *dst, in micro_dabs()
[all …]
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.cpp265 void AssemblerX8632::setcc(BrCond condition, ByteRegister dst) { in setcc()
279 void AssemblerX8632::mov(Type Ty, GPRRegister dst, const Immediate &imm) { in mov()
295 void AssemblerX8632::mov(Type Ty, GPRRegister dst, GPRRegister src) { in mov()
307 void AssemblerX8632::mov(Type Ty, GPRRegister dst, const AsmAddress &src) { in mov()
319 void AssemblerX8632::mov(Type Ty, const AsmAddress &dst, GPRRegister src) { in mov()
331 void AssemblerX8632::mov(Type Ty, const AsmAddress &dst, const Immediate &imm) { in mov()
348 void AssemblerX8632::movzx(Type SrcTy, GPRRegister dst, GPRRegister src) { in movzx()
357 void AssemblerX8632::movzx(Type SrcTy, GPRRegister dst, const AsmAddress &src) { in movzx()
366 void AssemblerX8632::movsx(Type SrcTy, GPRRegister dst, GPRRegister src) { in movsx()
375 void AssemblerX8632::movsx(Type SrcTy, GPRRegister dst, const AsmAddress &src) { in movsx()
[all …]
H A DIceAssemblerX8664.cpp245 void AssemblerX8664::setcc(BrCond condition, ByteRegister dst) { in setcc()
261 void AssemblerX8664::mov(Type Ty, GPRRegister dst, const Immediate &imm) { in mov()
278 void AssemblerX8664::mov(Type Ty, GPRRegister dst, GPRRegister src) { in mov()
291 void AssemblerX8664::mov(Type Ty, GPRRegister dst, const AsmAddress &src) { in mov()
304 void AssemblerX8664::mov(Type Ty, const AsmAddress &dst, GPRRegister src) { in mov()
317 void AssemblerX8664::mov(Type Ty, const AsmAddress &dst, const Immediate &imm) { in mov()
349 void AssemblerX8664::movzx(Type SrcTy, GPRRegister dst, GPRRegister src) { in movzx()
366 void AssemblerX8664::movzx(Type SrcTy, GPRRegister dst, const AsmAddress &src) { in movzx()
383 void AssemblerX8664::movsx(Type SrcTy, GPRRegister dst, GPRRegister src) { in movsx()
397 void AssemblerX8664::movsx(Type SrcTy, GPRRegister dst, const AsmAddress &src) { in movsx()
[all …]
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dintrapred_sse2.c16 static inline void dc_store_4xh(uint32_t dc, int height, uint8_t *dst, in dc_store_4xh()
26 static inline void dc_store_8xh(const __m128i *row, int height, uint8_t *dst, in dc_store_8xh()
35 static inline void dc_store_16xh(const __m128i *row, int height, uint8_t *dst, in dc_store_16xh()
44 static inline void dc_store_32xh(const __m128i *row, int height, uint8_t *dst, in dc_store_32xh()
54 static inline void dc_store_64xh(const __m128i *row, int height, uint8_t *dst, in dc_store_64xh()
109 void aom_dc_predictor_4x8_sse2(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_4x8_sse2()
125 void aom_dc_predictor_4x16_sse2(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_4x16_sse2()
141 void aom_dc_predictor_8x4_sse2(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_8x4_sse2()
155 void aom_dc_predictor_8x16_sse2(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_8x16_sse2()
169 void aom_dc_predictor_8x32_sse2(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_8x32_sse2()
[all …]
H A Dhighbd_intrapred_sse2.c19 void aom_highbd_h_predictor_4x4_sse2(uint16_t *dst, ptrdiff_t stride, in aom_highbd_h_predictor_4x4_sse2()
38 void aom_highbd_h_predictor_4x8_sse2(uint16_t *dst, ptrdiff_t stride, in aom_highbd_h_predictor_4x8_sse2()
47 void aom_highbd_h_predictor_8x4_sse2(uint16_t *dst, ptrdiff_t stride, in aom_highbd_h_predictor_8x4_sse2()
66 void aom_highbd_h_predictor_8x8_sse2(uint16_t *dst, ptrdiff_t stride, in aom_highbd_h_predictor_8x8_sse2()
97 void aom_highbd_h_predictor_8x16_sse2(uint16_t *dst, ptrdiff_t stride, in aom_highbd_h_predictor_8x16_sse2()
106 static inline void h_store_16_unpacklo(uint16_t **dst, const ptrdiff_t stride, in h_store_16_unpacklo()
114 static inline void h_store_16_unpackhi(uint16_t **dst, const ptrdiff_t stride, in h_store_16_unpackhi()
122 static inline void h_predictor_16x8(uint16_t *dst, ptrdiff_t stride, in h_predictor_16x8()
143 void aom_highbd_h_predictor_16x8_sse2(uint16_t *dst, ptrdiff_t stride, in aom_highbd_h_predictor_16x8_sse2()
151 void aom_highbd_h_predictor_16x16_sse2(uint16_t *dst, ptrdiff_t stride, in aom_highbd_h_predictor_16x16_sse2()
[all …]
/aosp_15_r20/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc170 void Simulator::ld1(VectorFormat vform, LogicVRegister dst, uint64_t addr) { in ld1()
180 LogicVRegister dst, in ld1()
189 LogicVRegister dst, in ld1r()
204 void Simulator::ld1r(VectorFormat vform, LogicVRegister dst, uint64_t addr) { in ld1r()
493 LogicVRegister dst, in cmp()
537 LogicVRegister dst, in cmp()
548 LogicVRegister dst, in cmptst()
562 LogicVRegister dst, in add()
592 LogicVRegister dst, in add_uint()
621 LogicVRegister dst, in addp()
[all …]
/aosp_15_r20/system/media/audio_utils/
H A Dprimitives.c30 void memcpy_to_i16_from_q4_27(int16_t *dst, const int32_t *src, size_t count) in memcpy_to_i16_from_q4_27()
37 void memcpy_to_i16_from_u8(int16_t *dst, const uint8_t *src, size_t count) in memcpy_to_i16_from_u8()
46 void memcpy_to_u8_from_i16(uint8_t *dst, const int16_t *src, size_t count) in memcpy_to_u8_from_i16()
53 void memcpy_to_u8_from_p24(uint8_t *dst, const uint8_t *src, size_t count) in memcpy_to_u8_from_p24()
65 void memcpy_to_u8_from_i32(uint8_t *dst, const int32_t *src, size_t count) in memcpy_to_u8_from_i32()
72 void memcpy_to_u8_from_q8_23(uint8_t *dst, const int32_t *src, size_t count) in memcpy_to_u8_from_q8_23()
79 void memcpy_to_u8_from_float(uint8_t *dst, const float *src, size_t count) in memcpy_to_u8_from_float()
86 void memcpy_to_i16_from_i32(int16_t *dst, const int32_t *src, size_t count) in memcpy_to_i16_from_i32()
93 void memcpy_to_i16_from_float(int16_t *dst, const float *src, size_t count) in memcpy_to_i16_from_float()
100 void memcpy_to_float_from_q4_27(float *dst, const int32_t *src, size_t count) in memcpy_to_float_from_q4_27()
[all …]
/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dmerge_gen.go11 func mergeBool(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { argument
15 func mergeBoolNoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { argument
22 func mergeBoolPtr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { argument
30 func mergeBoolSlice(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { argument
36 func mergeInt32(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { argument
40 func mergeInt32NoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { argument
47 func mergeInt32Ptr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { argument
55 func mergeInt32Slice(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { argument
61 func mergeUint32(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { argument
65 func mergeUint32NoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { argument
[all …]
/aosp_15_r20/art/test/011-array-copy2/src/
H A DMain.java44 public static void checkIncrementedArray(byte[] dst) { in checkIncrementedArray()
50 public static void $noinline$test1(byte[] src, byte[] dst) { in $noinline$test1()
54 public static void $noinline$test2(byte[] src, byte[] dst) { in $noinline$test2()
95 public static void check6(byte[] dst) { in check6()
111 public static void check7(byte[] dst) { in check7()
127 public static void check8(byte[] dst) { in check8()
136 public static void $noinline$test9(byte[] src, byte[] dst, byte i) { in $noinline$test9()
197 public static void checkIncrementedArray(char[] dst) { in checkIncrementedArray()
203 public static void $noinline$test1(char[] src, char[] dst) { in $noinline$test1()
207 public static void $noinline$test2(char[] src, char[] dst) { in $noinline$test2()
[all …]
/aosp_15_r20/external/pdfium/third_party/lcms/src/
H A Dcmsalpha.c69 void copy8(void* dst, const void* src) in copy8()
75 void from8to16(void* dst, const void* src) in from8to16()
82 void from8to16SE(void* dst, const void* src) in from8to16SE()
89 void from8toFLT(void* dst, const void* src) in from8toFLT()
95 void from8toDBL(void* dst, const void* src) in from8toDBL()
101 void from8toHLF(void* dst, const void* src) in from8toHLF()
115 void from16to8(void* dst, const void* src) in from16to8()
122 void from16SEto8(void* dst, const void* src) in from16SEto8()
129 void copy16(void* dst, const void* src) in copy16()
135 void from16to16(void* dst, const void* src) in from16to16()
[all …]
/aosp_15_r20/external/libvpx/vpx_dsp/mips/
H A Dintrapred_msa.c20 static void intra_predict_vert_4x4_msa(const uint8_t *src, uint8_t *dst, in intra_predict_vert_4x4_msa()
29 static void intra_predict_vert_8x8_msa(const uint8_t *src, uint8_t *dst, in intra_predict_vert_8x8_msa()
44 static void intra_predict_vert_16x16_msa(const uint8_t *src, uint8_t *dst, in intra_predict_vert_16x16_msa()
57 static void intra_predict_vert_32x32_msa(const uint8_t *src, uint8_t *dst, in intra_predict_vert_32x32_msa()
71 static void intra_predict_horiz_4x4_msa(const uint8_t *src, uint8_t *dst, in intra_predict_horiz_4x4_msa()
83 static void intra_predict_horiz_8x8_msa(const uint8_t *src, uint8_t *dst, in intra_predict_horiz_8x8_msa()
101 static void intra_predict_horiz_16x16_msa(const uint8_t *src, uint8_t *dst, in intra_predict_horiz_16x16_msa()
124 static void intra_predict_horiz_32x32_msa(const uint8_t *src, uint8_t *dst, in intra_predict_horiz_32x32_msa()
154 const uint8_t *src_left, uint8_t *dst, in intra_predict_dc_4x4_msa()
175 static void intra_predict_dc_tl_4x4_msa(const uint8_t *src, uint8_t *dst, in intra_predict_dc_tl_4x4_msa()
[all …]
/aosp_15_r20/external/skia/src/encode/
H A DSkImageEncoderFns.h26 static inline void transform_scanline_memcpy(char* dst, const char* src, int width, int bpp) { in transform_scanline_memcpy()
30 static inline void transform_scanline_A8_to_GrayAlpha(char* dst, const char* src, int width, int) { in transform_scanline_A8_to_GrayAlpha()
38 static void skcms(char* dst, const char* src, int n, in skcms()
45 static inline void transform_scanline_gray(char* dst, const char* src, int width, int) { in transform_scanline_gray()
51 static inline void transform_scanline_565(char* dst, const char* src, int width, int) { in transform_scanline_565()
57 static inline void transform_scanline_RGBX(char* dst, const char* src, int width, int) { in transform_scanline_RGBX()
63 static inline void transform_scanline_BGRX(char* dst, const char* src, int width, int) { in transform_scanline_BGRX()
69 static inline void transform_scanline_444(char* dst, const char* src, int width, int) { in transform_scanline_444()
75 static inline void transform_scanline_rgbA(char* dst, const char* src, int width, int) { in transform_scanline_rgbA()
81 static inline void transform_scanline_bgrA(char* dst, const char* src, int width, int) { in transform_scanline_bgrA()
[all …]
/aosp_15_r20/external/deqp/framework/referencerenderer/
H A DrrVertexAttrib.cpp60 inline void readOrder(typename tcu::Vector<DstScalarType, 4> &dst, const int size, const void *ptr) in readOrder()
75 inline void readUnormOrder(tcu::Vec4 &dst, const int size, const void *ptr) in readUnormOrder()
92 inline void readSnormClamp(tcu::Vec4 &dst, const int size, const void *ptr) in readSnormClamp()
110 inline void readSnormScale(tcu::Vec4 &dst, const int size, const void *ptr) in readSnormScale()
127 inline void readHalf(tcu::Vec4 &dst, const int size, const void *ptr) in readHalf()
141 inline void readFixed(tcu::Vec4 &dst, const int size, const void *ptr) in readFixed()
155 inline void readDouble(tcu::Vec4 &dst, const int size, const void *ptr) in readDouble()
176 inline void readUint2101010Rev(typename tcu::Vector<DstScalarType, 4> &dst, const int size, const v… in readUint2101010Rev()
191 inline void readInt2101010Rev(typename tcu::Vector<DstScalarType, 4> &dst, const int size, const vo… in readInt2101010Rev()
206 inline void readUnorm2101010RevOrder(tcu::Vec4 &dst, const int size, const void *ptr) in readUnorm2101010RevOrder()
[all …]
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dfrom_nir.rs660 let dst: SSARef = match alu.op { in parse_alu() localVariable
684 let dst = b.alloc_ssa(RegFile::GPR, 1); in parse_alu() localVariable
694 let dst = b.alloc_ssa(RegFile::GPR, 1); in parse_alu() localVariable
711 let dst = b.alloc_ssa(RegFile::GPR, 1); in parse_alu() localVariable
762 let dst = b.alloc_ssa(RegFile::GPR, dst_bits.div_ceil(32)); in parse_alu() localVariable
785 let dst = b.alloc_ssa(RegFile::GPR, 1); in parse_alu() localVariable
799 let dst = b.alloc_ssa(RegFile::GPR, dst_bits.div_ceil(32)); in parse_alu() localVariable
844 let dst; in parse_alu() localVariable
881 let dst = b.alloc_ssa(RegFile::GPR, 1); in parse_alu() localVariable
930 let dst = b.alloc_ssa(RegFile::Pred, alu.def.num_components); in parse_alu() localVariable
[all …]
/aosp_15_r20/external/libaom/aom_dsp/
H A Dintrapred.c23 static inline void v_predictor(uint8_t *dst, ptrdiff_t stride, int bw, int bh, in v_predictor()
34 static inline void h_predictor(uint8_t *dst, ptrdiff_t stride, int bw, int bh, in h_predictor()
60 static inline void paeth_predictor(uint8_t *dst, ptrdiff_t stride, int bw, in paeth_predictor()
84 static inline void smooth_predictor(uint8_t *dst, ptrdiff_t stride, int bw, in smooth_predictor()
115 static inline void smooth_v_predictor(uint8_t *dst, ptrdiff_t stride, int bw, in smooth_v_predictor()
144 static inline void smooth_h_predictor(uint8_t *dst, ptrdiff_t stride, int bw, in smooth_h_predictor()
173 static inline void dc_128_predictor(uint8_t *dst, ptrdiff_t stride, int bw, in dc_128_predictor()
186 static inline void dc_left_predictor(uint8_t *dst, ptrdiff_t stride, int bw, in dc_left_predictor()
201 static inline void dc_top_predictor(uint8_t *dst, ptrdiff_t stride, int bw, in dc_top_predictor()
216 static inline void dc_predictor(uint8_t *dst, ptrdiff_t stride, int bw, int bh, in dc_predictor()
[all …]
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dpack.c162 GLubyte *dst = (GLubyte *) _mesa_image_address2d(packing, dest, in _mesa_pack_bitmap() local
560 GLubyte *dst = (GLubyte *) dest; in _mesa_unpack_stencil_span() local
569 GLuint *dst = (GLuint *) dest; in _mesa_unpack_stencil_span() local
581 GLuint *dst = (GLuint *) dest; in _mesa_unpack_stencil_span() local
623 GLbyte *dst = (GLbyte *) dest; in _mesa_pack_stencil_span() local
632 GLushort *dst = (GLushort *) dest; in _mesa_pack_stencil_span() local
644 GLshort *dst = (GLshort *) dest; in _mesa_pack_stencil_span() local
656 GLuint *dst = (GLuint *) dest; in _mesa_pack_stencil_span() local
668 GLint *dst = (GLint *) dest; in _mesa_pack_stencil_span() local
680 GLfloat *dst = (GLfloat *) dest; in _mesa_pack_stencil_span() local
[all …]
/aosp_15_r20/external/libaom/aom_dsp/arm/
H A Dintrapred_neon.c37 static inline void dc_store_4xh(uint8_t *dst, ptrdiff_t stride, int h, in dc_store_4xh()
44 void aom_dc_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_4x4_neon()
53 void aom_dc_left_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride, in aom_dc_left_predictor_4x4_neon()
61 void aom_dc_top_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride, in aom_dc_top_predictor_4x4_neon()
69 void aom_dc_128_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride, in aom_dc_128_predictor_4x4_neon()
107 static inline void dc_store_8xh(uint8_t *dst, ptrdiff_t stride, int h, in dc_store_8xh()
114 void aom_dc_predictor_8x8_neon(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_8x8_neon()
124 void aom_dc_left_predictor_8x8_neon(uint8_t *dst, ptrdiff_t stride, in aom_dc_left_predictor_8x8_neon()
132 void aom_dc_top_predictor_8x8_neon(uint8_t *dst, ptrdiff_t stride, in aom_dc_top_predictor_8x8_neon()
140 void aom_dc_128_predictor_8x8_neon(uint8_t *dst, ptrdiff_t stride, in aom_dc_128_predictor_8x8_neon()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/
Damxintrin.h86 #define _tile_loadd(dst, base, stride) \ argument
106 #define _tile_stream_loadd(dst, base, stride) \ argument
124 #define _tile_stored(dst, base, stride) \ argument
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()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/
Damxintrin.h86 #define _tile_loadd(dst, base, stride) \ argument
106 #define _tile_stream_loadd(dst, base, stride) \ argument
124 #define _tile_stored(dst, base, stride) \ argument
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()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/
Damxintrin.h86 #define _tile_loadd(dst, base, stride) \ argument
106 #define _tile_stream_loadd(dst, base, stride) \ argument
124 #define _tile_stored(dst, base, stride) \ argument
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()
[all …]

12345678910>>...318