Home
last modified time | relevance | path

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

12345678910>>...63

/external/mesa3d/src/mesa/main/
Dpack.c153 GLubyte *buffer, *dst; in _mesa_unpack_bitmap() local
262 GLubyte *dst = (GLubyte *) _mesa_image_address2d(packing, dest, in _mesa_pack_bitmap() local
558 GLubyte *dst = (GLubyte *) dstAddr; in _mesa_pack_rgba_span_from_uints() local
570 GLubyte *dst = (GLubyte *) dstAddr; in _mesa_pack_rgba_span_from_uints() local
582 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local
594 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local
606 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local
615 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local
624 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local
637 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local
[all …]
Dformat_pack.c98 pack_ubyte_RGBA8888(const GLubyte src[4], void *dst) in pack_ubyte_RGBA8888()
105 pack_float_RGBA8888(const GLfloat src[4], void *dst) in pack_float_RGBA8888()
113 pack_row_ubyte_RGBA8888(GLuint n, const GLubyte src[][4], void *dst) in pack_row_ubyte_RGBA8888()
124 pack_row_float_RGBA8888(GLuint n, const GLfloat src[][4], void *dst) in pack_row_float_RGBA8888()
142 pack_ubyte_RGBA8888_REV(const GLubyte src[4], void *dst) in pack_ubyte_RGBA8888_REV()
149 pack_float_RGBA8888_REV(const GLfloat src[4], void *dst) in pack_float_RGBA8888_REV()
157 pack_row_ubyte_RGBA8888_REV(GLuint n, const GLubyte src[][4], void *dst) in pack_row_ubyte_RGBA8888_REV()
168 pack_row_float_RGBA8888_REV(GLuint n, const GLfloat src[][4], void *dst) in pack_row_float_RGBA8888_REV()
185 pack_ubyte_ARGB8888(const GLubyte src[4], void *dst) in pack_ubyte_ARGB8888()
192 pack_float_ARGB8888(const GLfloat src[4], void *dst) in pack_float_ARGB8888()
[all …]
/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.c287 struct x86_reg dst, in emit_op_modrm()
454 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_reg_imm()
463 void x86_mov_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_imm()
476 void x86_mov16_imm( struct x86_function *p, struct x86_reg dst, uint16_t imm ) in x86_mov16_imm()
493 void x86_mov8_imm( struct x86_function *p, struct x86_reg dst, uint8_t imm ) in x86_mov8_imm()
514 unsigned op, struct x86_reg dst, int imm ) in x86_group1_imm()
530 void x86_add_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_add_imm()
536 void x86_or_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_or_imm()
542 void x86_and_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_and_imm()
548 void x86_sub_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_sub_imm()
[all …]
/external/mesa3d/src/mesa/x86/rtasm/
Dx86sse.c143 struct x86_reg dst, in emit_op_modrm()
305 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_reg_imm()
353 struct x86_reg dst, in x86_mov()
360 struct x86_reg dst, in x86_xor()
367 struct x86_reg dst, in x86_cmp()
374 struct x86_reg dst, in x86_lea()
382 struct x86_reg dst, in x86_test()
390 struct x86_reg dst, in x86_add()
404 struct x86_reg dst, in x86_sub()
411 struct x86_reg dst, in x86_or()
[all …]
/external/deqp/framework/referencerenderer/
DrrVertexAttrib.cpp60 inline void readOrder (typename tcu::Vector<DstScalarType, 4>& dst, const int size, const void* ptr) in readOrder()
72 inline void readUnormOrder (tcu::Vec4& dst, const int size, const void* ptr) in readUnormOrder()
86 inline void readSnormClamp (tcu::Vec4& dst, const int size, const void* ptr) in readSnormClamp()
101 inline void readSnormScale (tcu::Vec4& dst, const int size, const void* ptr) in readSnormScale()
115 inline void readHalf (tcu::Vec4& dst, const int size, const void* ptr) in readHalf()
126 inline void readFixed (tcu::Vec4& dst, const int size, const void* ptr) in readFixed()
137 inline void readDouble (tcu::Vec4& dst, const int size, const void* ptr) in readDouble()
155 inline void readUint2101010Rev (typename tcu::Vector<DstScalarType, 4>& dst, const int size, const … in readUint2101010Rev()
167 inline void readInt2101010Rev (typename tcu::Vector<DstScalarType, 4>& dst, const int size, const v… in readInt2101010Rev()
179 inline void readUnorm2101010RevOrder (tcu::Vec4& dst, const int size, const void* ptr) in readUnorm2101010RevOrder()
[all …]
/external/owasp/sanitizer/tools/
Dupdate_tree_in_svn.py61 def remove(src, dst): run(['rm', dst]) argument
63 def svn_delete(src, dst): svn_deletes.append(dst) argument
65 def recurse(src, dst): argument
74 def copy(src, dst): run(['cp', '-f', src, dst]) argument
76 def copy_if_different(src, dst): argument
79 def svn_add(src, dst): argument
90 def cnf(src, dst): conflict = True argument
92 def mkdir(src, dst): run(['mkdir', dst]) argument
111 def handle(src, dst): argument
/external/v8/src/ia32/
Dassembler-ia32.cc424 void Assembler::pop(Register dst) { in pop()
431 void Assembler::pop(const Operand& dst) { in pop()
452 void Assembler::mov_b(Register dst, const Operand& src) { in mov_b()
460 void Assembler::mov_b(const Operand& dst, int8_t imm8) { in mov_b()
468 void Assembler::mov_b(const Operand& dst, Register src) { in mov_b()
476 void Assembler::mov_w(Register dst, const Operand& src) { in mov_w()
484 void Assembler::mov_w(const Operand& dst, Register src) { in mov_w()
492 void Assembler::mov_w(const Operand& dst, int16_t imm16) { in mov_w()
502 void Assembler::mov(Register dst, int32_t imm32) { in mov()
509 void Assembler::mov(Register dst, const Immediate& x) { in mov()
[all …]
Dassembler-ia32.h614 void mov_b(Register dst, Register src) { mov_b(dst, Operand(src)); } in mov_b()
616 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); } in mov_b()
633 void movsx_b(Register dst, Register src) { movsx_b(dst, Operand(src)); } in movsx_b()
636 void movsx_w(Register dst, Register src) { movsx_w(dst, Operand(src)); } in movsx_w()
639 void movzx_b(Register dst, Register src) { movzx_b(dst, Operand(src)); } in movzx_b()
642 void movzx_w(Register dst, Register src) { movzx_w(dst, Operand(src)); } in movzx_w()
646 void cmov(Condition cc, Register dst, Register src) { in cmov()
667 void add(Register dst, Register src) { add(dst, Operand(src)); } in add()
670 void add(Register dst, const Immediate& imm) { add(Operand(dst), imm); } in add()
675 void and_(Register dst, Register src) { and_(dst, Operand(src)); } in and_()
[all …]
/external/v8/src/x64/
Dassembler-x64.cc497 Register dst, in immediate_arithmetic_op()
517 const Operand& dst, in immediate_arithmetic_op()
535 Register dst, in immediate_arithmetic_op_16()
556 const Operand& dst, in immediate_arithmetic_op_16()
574 const Operand& dst, in immediate_arithmetic_op_8()
586 Register dst, in immediate_arithmetic_op_8()
600 void Assembler::shift(Register dst, in shift()
620 void Assembler::shift(Register dst, int subcode, int size) { in shift()
628 void Assembler::bt(const Operand& dst, Register src) { in bt()
637 void Assembler::bts(const Operand& dst, Register src) { in bts()
[all …]
Dassembler-x64.h754 void cmpb(Register dst, Immediate src) { in cmpb()
760 void cmpb(Register dst, Register src) { in cmpb()
764 void cmpb(Register dst, const Operand& src) { in cmpb()
768 void cmpb(const Operand& dst, Register src) { in cmpb()
772 void cmpb(const Operand& dst, Immediate src) { in cmpb()
776 void cmpw(const Operand& dst, Immediate src) { in cmpw()
780 void cmpw(Register dst, Immediate src) { in cmpw()
784 void cmpw(Register dst, const Operand& src) { in cmpw()
788 void cmpw(Register dst, Register src) { in cmpw()
792 void cmpw(const Operand& dst, Register src) { in cmpw()
[all …]
/external/icu/icu4c/source/common/
Dcpputils.h26 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy()
31 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
35 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy()
40 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
44 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy()
49 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
53 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy()
58 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
64 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
72 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy()
[all …]
/external/vixl/src/vixl/a64/
Dlogic-a64.cc387 LogicVRegister dst, in ld1()
398 LogicVRegister dst, in ld1()
406 LogicVRegister dst, in ld1r()
605 LogicVRegister dst, in st2()
620 LogicVRegister dst, in st2()
631 LogicVRegister dst, in st3()
650 LogicVRegister dst, in st3()
663 LogicVRegister dst, in st4()
686 LogicVRegister dst, in st4()
701 LogicVRegister dst, in cmp()
[all …]
/external/valgrind/none/tests/amd64/
Dsse4-64.c117 ULong src64, V128* dst, V128* res ) in showIGVV()
420 V128 src, dst; in test_BLENDPD() local
434 V128 src, dst; in test_BLENDPS() local
460 V128 src, dst; in test_DPPD() local
727 V128 src, dst; in test_DPPS() local
998 V128 src, dst; in test_INSERTPS() local
1269 V128 src, dst; in test_MPSADBW() local
1287 V128 src, dst; in test_PACKUSDW() local
1311 V128 src, dst; in test_PBLENDW() local
1577 V128 src, dst; in test_PCMPEQQ() local
[all …]
/external/skia/tests/
DBlendTest.cpp17 static uint8_t blend_double_round(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_double_round()
28 uint8_t dst, uint8_t src, uint8_t alpha) { in test()
43 for (unsigned dst = 0; dst < 256; dst++) { in test_alpha() local
50 static void test_dst(skiatest::Reporter* r, uint8_t dst, int maxDiff, Blend algorithm) { in test_dst()
60 static uint8_t blend_double_trunc(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_double_trunc()
64 static uint8_t blend_float_trunc(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_float_trunc()
68 static uint8_t blend_float_round(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_float_round()
72 static uint8_t blend_255_trunc(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_255_trunc()
78 static uint8_t blend_255_round(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_255_round()
84 static uint8_t blend_256_trunc(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_256_trunc()
[all …]
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c73 micro_abs(union tgsi_exec_channel *dst, in micro_abs()
83 micro_arl(union tgsi_exec_channel *dst, in micro_arl()
93 micro_arr(union tgsi_exec_channel *dst, in micro_arr()
103 micro_ceil(union tgsi_exec_channel *dst, in micro_ceil()
113 micro_clamp(union tgsi_exec_channel *dst, in micro_clamp()
125 micro_cmp(union tgsi_exec_channel *dst, in micro_cmp()
137 micro_cnd(union tgsi_exec_channel *dst, in micro_cnd()
149 micro_cos(union tgsi_exec_channel *dst, in micro_cos()
159 micro_ddx(union tgsi_exec_channel *dst, in micro_ddx()
169 micro_ddy(union tgsi_exec_channel *dst, in micro_ddy()
[all …]
/external/opencv/cv/src/
D_cvmatrix.h45 #define icvCopyVector( src, dst, len ) memcpy( (dst), (src), (len)*sizeof((dst)[0])) argument
46 #define icvSetZero( dst, len ) memset( (dst), 0, (len)*sizeof((dst)[0])) argument
48 #define icvCopyVector_32f( src, len, dst ) memcpy((dst),(src),(len)*sizeof(float)) argument
49 #define icvSetZero_32f( dst, cols, rows ) memset((dst),0,(rows)*(cols)*sizeof(float)) argument
50 #define icvCopyVector_64d( src, len, dst ) memcpy((dst),(src),(len)*sizeof(double)) argument
51 #define icvSetZero_64d( dst, cols, rows ) memset((dst),0,(rows)*(cols)*sizeof(double)) argument
52 #define icvCopyMatrix_32f( src, w, h, dst ) memcpy((dst),(src),(w)*(h)*sizeof(float)) argument
53 #define icvCopyMatrix_64d( src, w, h, dst ) memcpy((dst),(src),(w)*(h)*sizeof(double)) argument
63 #define icvAddMatrix_32f( src1, src2, dst, w, h ) \ argument
66 #define icvSubMatrix_32f( src1, src2, dst, w, h ) \ argument
[all …]
/external/valgrind/VEX/priv/
Dhost_amd64_isel.c310 static AMD64Instr* mk_iMOVsd_RR ( HReg src, HReg dst ) in mk_iMOVsd_RR()
319 static AMD64Instr* mk_vMOVsd_RR ( HReg src, HReg dst ) in mk_vMOVsd_RR()
365 HReg dst, in iselIntExpr_single_instruction()
840 HReg dst = newVRegV(env); in generate_zeroes_V128() local
849 HReg dst = newVRegV(env); in generate_ones_V128() local
860 HReg dst = generate_ones_V128(env); in do_sse_NotV128() local
938 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local
974 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local
1001 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local
1021 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local
[all …]
Dhost_arm64_isel.c280 HReg dst = newVRegI(env); in widen_z_32_to_64() local
290 HReg dst = newVRegI(env); in widen_s_16_to_64() local
301 HReg dst = newVRegI(env); in widen_z_16_to_64() local
312 HReg dst = newVRegI(env); in widen_s_32_to_64() local
323 HReg dst = newVRegI(env); in widen_s_8_to_64() local
332 HReg dst = newVRegI(env); in widen_z_8_to_64() local
1457 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local
1499 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local
1514 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local
1530 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local
[all …]
Dhost_x86_isel.c289 static X86Instr* mk_iMOVsd_RR ( HReg src, HReg dst ) in mk_iMOVsd_RR()
299 static X86Instr* mk_vMOVsd_RR ( HReg src, HReg dst ) in mk_vMOVsd_RR()
790 HReg dst = newVRegV(env); in do_sse_Not128() local
867 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local
898 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local
926 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local
953 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local
990 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local
1041 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local
1101 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local
[all …]
/external/mesa3d/src/gallium/state_trackers/vega/
Dvg_translate.c41 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local
54 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local
67 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local
80 VGshort *dst = (VGshort *)dstAddr; in _vega_pack_rgba_span_float() local
96 VGshort *dst = (VGshort *)dstAddr; in _vega_pack_rgba_span_float() local
114 VGshort *dst = (VGshort *)dstAddr; in _vega_pack_rgba_span_float() local
132 VGubyte *dst = (VGubyte *)dstAddr; in _vega_pack_rgba_span_float() local
143 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local
156 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local
168 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local
[all …]
/external/v8/src/x87/
Dassembler-x87.cc366 void Assembler::pop(Register dst) { in pop()
373 void Assembler::pop(const Operand& dst) { in pop()
394 void Assembler::mov_b(Register dst, const Operand& src) { in mov_b()
402 void Assembler::mov_b(const Operand& dst, int8_t imm8) { in mov_b()
410 void Assembler::mov_b(const Operand& dst, Register src) { in mov_b()
418 void Assembler::mov_w(Register dst, const Operand& src) { in mov_w()
426 void Assembler::mov_w(const Operand& dst, Register src) { in mov_w()
434 void Assembler::mov_w(const Operand& dst, int16_t imm16) { in mov_w()
444 void Assembler::mov(Register dst, int32_t imm32) { in mov()
451 void Assembler::mov(Register dst, const Immediate& x) { in mov()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_emit.cpp122 fs_visitor::generate_pixel_xy(struct brw_reg dst, bool is_x) in generate_pixel_xy()
151 struct brw_reg dst, struct brw_reg *src) in generate_linterp()
169 struct brw_reg dst, in generate_math1_gen7()
182 struct brw_reg dst, in generate_math2_gen7()
192 struct brw_reg dst, in generate_math1_gen6()
219 struct brw_reg dst, in generate_math2_gen6()
239 struct brw_reg dst, in generate_math_gen4()
266 fs_visitor::generate_tex(fs_inst *inst, struct brw_reg dst, struct brw_reg src) in generate_tex()
455 fs_visitor::generate_ddx(fs_inst *inst, struct brw_reg dst, struct brw_reg src) in generate_ddx()
477 fs_visitor::generate_ddy(fs_inst *inst, struct brw_reg dst, struct brw_reg src, in generate_ddy()
[all …]
/external/clang/test/Analysis/
Dbstring.c53 char dst[4] = {0}; in memcpy0() local
66 char dst[10]; in memcpy1() local
73 char dst[1]; in memcpy2() local
80 char dst[3]; in memcpy3() local
87 char dst[10]; in memcpy4() local
94 char dst[3]; in memcpy5() local
173 char dst[5] = {0}; in mempcpy0() local
186 char dst[10]; in mempcpy1() local
193 char dst[1]; in mempcpy2() local
200 char dst[3]; in mempcpy3() local
[all …]
/external/skia/src/core/
DSkPackBits.cpp12 static inline void small_memcpy(void* SK_RESTRICT dst, in small_memcpy()
37 static inline void small_memset(void* dst, uint8_t value, size_t n) { in small_memset()
71 #define PB_MEMCPY(dst, src, count) \ argument
134 static uint8_t* flush_same16(uint8_t dst[], uint16_t value, int count) { in flush_same16()
148 static uint8_t* flush_same8(uint8_t dst[], uint8_t value, int count) { in flush_same8()
161 static uint8_t* flush_diff16(uint8_t* SK_RESTRICT dst, in flush_diff16()
177 static uint8_t* flush_diff8(uint8_t* SK_RESTRICT dst, in flush_diff8()
194 uint8_t* SK_RESTRICT dst) { in Pack16()
237 uint8_t* SK_RESTRICT dst) { in Pack8()
283 uint16_t* SK_RESTRICT dst) { in Unpack16()
[all …]
/external/eigen/bench/
DBenchSparseUtil.h27 void fillMatrix(float density, int rows, int cols, EigenSparseMatrix& dst) in fillMatrix()
42 void fillMatrix2(int nnzPerCol, int rows, int cols, EigenSparseMatrix& dst) in fillMatrix2()
62 void eiToDense(const EigenSparseMatrix& src, DenseMatrix& dst) in eiToDense()
74 void eiToGmm(const EigenSparseMatrix& src, GmmSparse& dst) in eiToGmm()
88 void eiToMtl(const EigenSparseMatrix& src, MtlSparse& dst) in eiToMtl()
101 void eiToCSparse(const EigenSparseMatrix& src, cs* &dst) in eiToCSparse()
128 void eiToUblas(const EigenSparseMatrix& src, UBlasSparse& dst) in eiToUblas()
137 void eiToUblasVec(const EigenType& src, UblasType& dst) in eiToUblasVec()

12345678910>>...63