/third_party/vk-gl-cts/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 6 dst->activeShaderProgram = src.activeShaderProgram; 7 dst->activeTexture = src.activeTexture; 8 dst->attachShader = src.attachShader; 9 dst->beginQuery = src.beginQuery; 10 dst->beginTransformFeedback = src.beginTransformFeedback; 11 dst->bindAttribLocation = src.bindAttribLocation; 12 dst->bindBuffer = src.bindBuffer; 13 dst->bindBufferBase = src.bindBufferBase; 14 dst->bindBufferRange = src.bindBufferRange; 15 dst->bindFramebuffer = src.bindFramebuffer; [all …]
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
D | macro-assembler-shared-ia32-x64.cc | 30 void SharedTurboAssembler::Move(Register dst, uint32_t src) { in Move() argument 33 mov(dst, Immediate(src)); in Move() 35 movl(dst, Immediate(src)); in Move() 41 void SharedTurboAssembler::Move(Register dst, Register src) { in Move() argument 43 if (dst != src) { in Move() 45 mov(dst, src); in Move() 47 movq(dst, src); in Move() 54 void SharedTurboAssembler::Add(Register dst, Immediate src) { in Add() argument 57 add(dst, src); in Add() 59 addq(dst, src); in Add() [all …]
|
D | macro-assembler-shared-ia32-x64.h | 43 void Move(Register dst, uint32_t src); 45 void Move(Register dst, Register src); 46 void Add(Register dst, Immediate src); 47 void And(Register dst, Immediate src); 50 void Movhps(XMMRegister dst, XMMRegister src1, Operand src2); 51 void Movlps(XMMRegister dst, XMMRegister src1, Operand src2); 53 void Pblendvb(XMMRegister dst, XMMRegister src1, XMMRegister src2, 57 void Pinsrb(XMMRegister dst, XMMRegister src1, Op src2, uint8_t imm8, 59 PinsrHelper(this, &Assembler::vpinsrb, &Assembler::pinsrb, dst, src1, src2, 64 void Pinsrw(XMMRegister dst, XMMRegister src1, Op src2, uint8_t imm8, [all …]
|
/third_party/skia/third_party/externals/angle2/src/image_util/ |
D | imageformats.cpp | 17 void L8::readColor(gl::ColorF *dst, const L8 *src) in readColor() argument 20 dst->red = lum; in readColor() 21 dst->green = lum; in readColor() 22 dst->blue = lum; in readColor() 23 dst->alpha = 1.0f; in readColor() 26 void L8::writeColor(L8 *dst, const gl::ColorF *src) in writeColor() argument 28 dst->L = gl::floatToNormalized<uint8_t>(src->red); in writeColor() 31 void L8::average(L8 *dst, const L8 *src1, const L8 *src2) in average() argument 33 dst->L = gl::average(src1->L, src2->L); in average() 36 void R8::readColor(gl::ColorUI *dst, const R8 *src) in readColor() argument [all …]
|
D | imageformats.h | 28 static void readColor(gl::ColorF *dst, const L8 *src); 29 static void writeColor(L8 *dst, const gl::ColorF *src); 30 static void average(L8 *dst, const L8 *src1, const L8 *src2); 37 static void readColor(gl::ColorF *dst, const R8 *src); 38 static void readColor(gl::ColorUI *dst, const R8 *src); 39 static void writeColor(R8 *dst, const gl::ColorF *src); 40 static void writeColor(R8 *dst, const gl::ColorUI *src); 41 static void average(R8 *dst, const R8 *src1, const R8 *src2); 48 static void readColor(gl::ColorF *dst, const A8 *src); 49 static void writeColor(A8 *dst, const gl::ColorF *src); [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | ctrl_iface_named_pipe.c | 87 static void ctrl_close_pipe(struct wpa_ctrl_dst *dst); 93 static void global_close_pipe(struct wpa_global_dst *dst); 116 struct wpa_ctrl_dst *dst, *next; in ctrl_flush_broken_pipes() local 118 dst = priv->ctrl_dst; in ctrl_flush_broken_pipes() 120 while (dst) { in ctrl_flush_broken_pipes() 121 next = dst->next; in ctrl_flush_broken_pipes() 122 if (ctrl_broken_pipe(dst->pipe, dst->used)) { in ctrl_flush_broken_pipes() 124 dst); in ctrl_flush_broken_pipes() 125 ctrl_close_pipe(dst); in ctrl_flush_broken_pipes() 127 dst = next; in ctrl_flush_broken_pipes() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | ctrl_iface_named_pipe.c | 87 static void ctrl_close_pipe(struct wpa_ctrl_dst *dst); 93 static void global_close_pipe(struct wpa_global_dst *dst); 116 struct wpa_ctrl_dst *dst, *next; in ctrl_flush_broken_pipes() local 118 dst = priv->ctrl_dst; in ctrl_flush_broken_pipes() 120 while (dst) { in ctrl_flush_broken_pipes() 121 next = dst->next; in ctrl_flush_broken_pipes() 122 if (ctrl_broken_pipe(dst->pipe, dst->used)) { in ctrl_flush_broken_pipes() 124 dst); in ctrl_flush_broken_pipes() 125 ctrl_close_pipe(dst); in ctrl_flush_broken_pipes() 127 dst = next; in ctrl_flush_broken_pipes() [all …]
|
/third_party/pulseaudio/src/pulsecore/ |
D | remap.c | 36 static void remap_mono_to_stereo_s16ne_c(pa_remap_t *m, int16_t *dst, const int16_t *src, unsigned … in remap_mono_to_stereo_s16ne_c() argument 40 dst[0] = dst[1] = src[0]; in remap_mono_to_stereo_s16ne_c() 41 dst[2] = dst[3] = src[1]; in remap_mono_to_stereo_s16ne_c() 42 dst[4] = dst[5] = src[2]; in remap_mono_to_stereo_s16ne_c() 43 dst[6] = dst[7] = src[3]; in remap_mono_to_stereo_s16ne_c() 45 dst += 8; in remap_mono_to_stereo_s16ne_c() 48 dst[0] = dst[1] = src[0]; in remap_mono_to_stereo_s16ne_c() 50 dst += 2; in remap_mono_to_stereo_s16ne_c() 54 static void remap_mono_to_stereo_s32ne_c(pa_remap_t *m, int32_t *dst, const int32_t *src, unsigned … in remap_mono_to_stereo_s32ne_c() argument 58 dst[0] = dst[1] = src[0]; in remap_mono_to_stereo_s32ne_c() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrShiftRotate.td | 17 let Constraints = "$src1 = $dst", SchedRW = [WriteShift] in { 19 def SHL8rCL : I<0xD2, MRM4r, (outs GR8 :$dst), (ins GR8 :$src1), 20 "shl{b}\t{%cl, $dst|$dst, cl}", 21 [(set GR8:$dst, (shl GR8:$src1, CL))]>; 22 def SHL16rCL : I<0xD3, MRM4r, (outs GR16:$dst), (ins GR16:$src1), 23 "shl{w}\t{%cl, $dst|$dst, cl}", 24 [(set GR16:$dst, (shl GR16:$src1, CL))]>, OpSize16; 25 def SHL32rCL : I<0xD3, MRM4r, (outs GR32:$dst), (ins GR32:$src1), 26 "shl{l}\t{%cl, $dst|$dst, cl}", 27 [(set GR32:$dst, (shl GR32:$src1, CL))]>, OpSize32; [all …]
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | assembler-ia32.h | 486 void pop(Register dst); 487 void pop(Operand dst); 492 void mov_b(Register dst, Register src) { mov_b(dst, Operand(src)); } in mov_b() argument 493 void mov_b(Register dst, Operand src); 494 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); } in mov_b() argument 495 void mov_b(Operand dst, int8_t src) { mov_b(dst, Immediate(src)); } in mov_b() argument 496 void mov_b(Operand dst, const Immediate& src); 497 void mov_b(Operand dst, Register src); 499 void mov_w(Register dst, Operand src); 500 void mov_w(Operand dst, int16_t src) { mov_w(dst, Immediate(src)); } in mov_w() argument [all …]
|
/third_party/node/deps/v8/src/codegen/x64/ |
D | assembler-x64.h | 544 void popq(Register dst); 545 void popq(Operand dst); 552 void movb(Register dst, Operand src); 553 void movb(Register dst, Immediate imm); 554 void movb(Operand dst, Register src); 555 void movb(Operand dst, Immediate imm); 559 void movw(Register dst, Operand src); 560 void movw(Operand dst, Register src); 561 void movw(Operand dst, Immediate imm); 565 void movl(Operand dst, Label* src); [all …]
|
D | assembler-x64.cc | 714 void Assembler::immediate_arithmetic_op(byte subcode, Register dst, in immediate_arithmetic_op() argument 717 emit_rex(dst, size); in immediate_arithmetic_op() 720 emit_modrm(subcode, dst); in immediate_arithmetic_op() 722 } else if (dst == rax) { in immediate_arithmetic_op() 727 emit_modrm(subcode, dst); in immediate_arithmetic_op() 732 void Assembler::immediate_arithmetic_op(byte subcode, Operand dst, in immediate_arithmetic_op() argument 735 emit_rex(dst, size); in immediate_arithmetic_op() 738 emit_operand(subcode, dst); in immediate_arithmetic_op() 742 emit_operand(subcode, dst); in immediate_arithmetic_op() 747 void Assembler::immediate_arithmetic_op_16(byte subcode, Register dst, in immediate_arithmetic_op_16() argument [all …]
|
/third_party/ffmpeg/libavcodec/mips/ |
D | qpeldsp_mips.h | 26 void ff_copy_8x8_msa(uint8_t *dst, const uint8_t *src, ptrdiff_t stride); 27 void ff_copy_16x16_msa(uint8_t *dst, const uint8_t *src, ptrdiff_t stride); 28 void ff_avg_width8_msa(uint8_t *dst, const uint8_t *src, ptrdiff_t stride); 29 void ff_avg_width16_msa(uint8_t *dst, const uint8_t *src, ptrdiff_t stride); 31 void ff_horiz_mc_qpel_aver_src0_8width_msa(uint8_t *dst, const uint8_t *src, 33 void ff_horiz_mc_qpel_aver_src0_16width_msa(uint8_t *dst, const uint8_t *src, 35 void ff_horiz_mc_qpel_8width_msa(uint8_t *dst, const uint8_t *src, 37 void ff_horiz_mc_qpel_16width_msa(uint8_t *dst, const uint8_t *src, 39 void ff_horiz_mc_qpel_aver_src1_8width_msa(uint8_t *dst, const uint8_t *src, 41 void ff_horiz_mc_qpel_aver_src1_16width_msa(uint8_t *dst, const uint8_t *src, [all …]
|
D | h264dsp_mips.h | 46 void ff_h264_idct_add_msa(uint8_t *dst, int16_t *src, int32_t dst_stride); 47 void ff_h264_idct4x4_addblk_dc_msa(uint8_t *dst, int16_t *src, 49 void ff_h264_deq_idct_luma_dc_msa(int16_t *dst, int16_t *src, 51 void ff_h264_idct_add16_msa(uint8_t *dst, const int32_t *blk_offset, 54 void ff_h264_idct_add16_intra_msa(uint8_t *dst, const int32_t *blk_offset, 57 void ff_h264_idct_add8_msa(uint8_t **dst, const int32_t *blk_offset, 60 void ff_h264_idct_add8_422_msa(uint8_t **dst, const int32_t *blk_offset, 63 void ff_h264_idct8_addblk_msa(uint8_t *dst, int16_t *src, int32_t dst_stride); 64 void ff_h264_idct8_dc_addblk_msa(uint8_t *dst, int16_t *src, 66 void ff_h264_idct8_add4_msa(uint8_t *dst, const int *blk_offset, [all …]
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkSupportedExtensions.inl | 5 void getCoreDeviceExtensionsImpl (uint32_t coreVersion, ::std::vector<const char*>& dst) argument 9 dst.push_back("VK_KHR_sampler_mirror_clamp_to_edge"); 10 dst.push_back("VK_KHR_shader_float16_int8"); 11 dst.push_back("VK_KHR_imageless_framebuffer"); 12 dst.push_back("VK_KHR_create_renderpass2"); 13 dst.push_back("VK_KHR_image_format_list"); 14 dst.push_back("VK_KHR_draw_indirect_count"); 15 dst.push_back("VK_KHR_shader_subgroup_extended_types"); 16 dst.push_back("VK_KHR_8bit_storage"); 17 dst.push_back("VK_KHR_shader_atomic_int64"); [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.c | 288 struct x86_reg dst, in emit_op_modrm() argument 291 switch (dst.mod) { in emit_op_modrm() 294 emit_modrm(p, dst, src); in emit_op_modrm() 301 emit_modrm(p, src, dst); in emit_op_modrm() 455 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_reg_imm() argument 457 DUMP_RI( dst, imm ); in x86_mov_reg_imm() 458 assert(dst.file == file_REG32); in x86_mov_reg_imm() 459 assert(dst.mod == mod_REG); in x86_mov_reg_imm() 460 emit_1ub(p, 0xb8 + dst.idx); in x86_mov_reg_imm() 464 void x86_mov_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_imm() argument [all …]
|
/third_party/protobuf/objectivec/Tests/ |
D | GPBMessageTests+Merge.m | 54 Message3 *dst = [[Message3 alloc] init]; 58 dst.optionalInt32 = 1; 59 dst.optionalInt64 = 1; 60 dst.optionalUint32 = 1; 61 dst.optionalUint64 = 1; 62 dst.optionalSint32 = 1; 63 dst.optionalSint64 = 1; 64 dst.optionalFixed32 = 1; 65 dst.optionalFixed64 = 1; 66 dst.optionalSfixed32 = 1; [all …]
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 93 inline void Load(LiftoffAssembler* assm, LiftoffRegister dst, Operand src, in Load() argument 97 assm->movl(dst.gp(), src); in Load() 103 assm->movq(dst.gp(), src); in Load() 106 assm->Movss(dst.fp(), src); in Load() 109 assm->Movsd(dst.fp(), src); in Load() 112 assm->Movdqu(dst.fp(), src); in Load() 119 inline void Store(LiftoffAssembler* assm, Operand dst, LiftoffRegister src, in Store() argument 123 assm->movl(dst, src.gp()); in Store() 126 assm->movq(dst, src.gp()); in Store() 131 assm->StoreTaggedField(dst, src.gp()); in Store() [all …]
|
/third_party/benchmark/test/ |
D | benchmark_gtest.cc | 16 std::vector<int> dst; in TEST() local 17 AddRange(&dst, 1, 2, 2); in TEST() 18 EXPECT_THAT(dst, testing::ElementsAre(1, 2)); in TEST() 22 std::vector<int64_t> dst; in TEST() local 23 AddRange(&dst, static_cast<int64_t>(1), static_cast<int64_t>(2), 2); in TEST() 24 EXPECT_THAT(dst, testing::ElementsAre(1, 2)); in TEST() 28 std::vector<int> dst; in TEST() local 29 AddRange(&dst, 5, 15, 2); in TEST() 30 EXPECT_THAT(dst, testing::ElementsAre(5, 8, 15)); in TEST() 34 std::vector<int64_t> dst; in TEST() local [all …]
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrVertexAttrib.cpp | 60 inline void readOrder (typename tcu::Vector<DstScalarType, 4>& dst, const int size, const void* ptr) in readOrder() argument 65 dst[Order::T0] = DstScalarType(aligned[0]); in readOrder() 66 if (size >= 2) dst[Order::T1] = DstScalarType(aligned[1]); in readOrder() 67 if (size >= 3) dst[Order::T2] = DstScalarType(aligned[2]); in readOrder() 68 if (size >= 4) dst[Order::T3] = DstScalarType(aligned[3]); in readOrder() 72 inline void readUnormOrder (tcu::Vec4& dst, const int size, const void* ptr) in readUnormOrder() argument 79 dst[Order::T0] = float(aligned[0]) / float(range); in readUnormOrder() 80 if (size >= 2) dst[Order::T1] = float(aligned[1]) / float(range); in readUnormOrder() 81 if (size >= 3) dst[Order::T2] = float(aligned[2]) / float(range); in readUnormOrder() 82 if (size >= 4) dst[Order::T3] = float(aligned[3]) / float(range); in readUnormOrder() [all …]
|
/third_party/optimized-routines/string/arm/ |
D | memcpy.S | 64 #define dst ip macro 86 vstr \vreg, [dst, #\base] 88 vstr d0, [dst, #\base + 8] 90 vstr d1, [dst, #\base + 16] 92 vstr d2, [dst, #\base + 24] 94 vstr \vreg, [dst, #\base + 32] 96 vstr d0, [dst, #\base + 40] 98 vstr d1, [dst, #\base + 48] 100 vstr d2, [dst, #\base + 56] 105 vstr \vreg, [dst, #\base] [all …]
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 71 inline void Load(LiftoffAssembler* assm, LiftoffRegister dst, Register base, in Load() argument 79 assm->mov(dst.gp(), src); in Load() 82 assm->mov(dst.low_gp(), src); in Load() 83 assm->mov(dst.high_gp(), Operand(base, offset + 4)); in Load() 86 assm->movss(dst.fp(), src); in Load() 89 assm->movsd(dst.fp(), src); in Load() 92 assm->movdqu(dst.fp(), src); in Load() 101 Operand dst(base, offset); in Store() 107 assm->mov(dst, src.gp()); in Store() 110 assm->mov(dst, src.low_gp()); in Store() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 671 void ShaderCore::mov(Vector4f &dst, const Vector4f &src, bool integerDestination) in mov() argument 675 dst.x = As<Float4>(RoundInt(src.x)); in mov() 676 dst.y = As<Float4>(RoundInt(src.y)); in mov() 677 dst.z = As<Float4>(RoundInt(src.z)); in mov() 678 dst.w = As<Float4>(RoundInt(src.w)); in mov() 682 dst = src; in mov() 686 void ShaderCore::neg(Vector4f &dst, const Vector4f &src) in neg() argument 688 dst.x = -src.x; in neg() 689 dst.y = -src.y; in neg() 690 dst.z = -src.z; in neg() [all …]
|
/third_party/mesa3d/src/util/format/ |
D | u_format_yuv.c | 49 float *dst = dst_row; in util_format_r8g8_b8g8_unorm_unpack_rgba_float() local 62 dst[0] = r; /* r */ in util_format_r8g8_b8g8_unorm_unpack_rgba_float() 63 dst[1] = g0; /* g */ in util_format_r8g8_b8g8_unorm_unpack_rgba_float() 64 dst[2] = b; /* b */ in util_format_r8g8_b8g8_unorm_unpack_rgba_float() 65 dst[3] = 1.0f; /* a */ in util_format_r8g8_b8g8_unorm_unpack_rgba_float() 66 dst += 4; in util_format_r8g8_b8g8_unorm_unpack_rgba_float() 68 dst[0] = r; /* r */ in util_format_r8g8_b8g8_unorm_unpack_rgba_float() 69 dst[1] = g1; /* g */ in util_format_r8g8_b8g8_unorm_unpack_rgba_float() 70 dst[2] = b; /* b */ in util_format_r8g8_b8g8_unorm_unpack_rgba_float() 71 dst[3] = 1.0f; /* a */ in util_format_r8g8_b8g8_unorm_unpack_rgba_float() [all …]
|
/third_party/skia/src/images/ |
D | SkImageEncoderFns.h | 17 typedef void (*transform_scanline_proc)(char* dst, const char* src, int width, int bpp); 19 static inline void transform_scanline_memcpy(char* dst, const char* src, int width, int bpp) { in transform_scanline_memcpy() argument 20 memcpy(dst, src, width * bpp); in transform_scanline_memcpy() 23 static inline void transform_scanline_A8_to_GrayAlpha(char* dst, const char* src, int width, int) { in transform_scanline_A8_to_GrayAlpha() argument 25 *dst++ = 0; in transform_scanline_A8_to_GrayAlpha() 26 *dst++ = *src++; in transform_scanline_A8_to_GrayAlpha() 31 static void skcms(char* dst, const char* src, int n, in skcms() argument 35 dst, dstFmt, dstAlpha, nullptr, n)); in skcms() 38 static inline void transform_scanline_gray(char* dst, const char* src, int width, int) { in transform_scanline_gray() argument 39 skcms(dst, src, width, in transform_scanline_gray() [all …]
|