/external/deqp/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 …]
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | format_unpack.c | 57 unpack_float_a8b8g8r8_unorm(const void *void_src, float dst[4]) in unpack_float_a8b8g8r8_unorm() 67 dst[0] = _mesa_unorm_to_float(r, 8); in unpack_float_a8b8g8r8_unorm() 70 dst[1] = _mesa_unorm_to_float(g, 8); in unpack_float_a8b8g8r8_unorm() 73 dst[2] = _mesa_unorm_to_float(b, 8); in unpack_float_a8b8g8r8_unorm() 76 dst[3] = _mesa_unorm_to_float(a, 8); in unpack_float_a8b8g8r8_unorm() 80 unpack_float_x8b8g8r8_unorm(const void *void_src, float dst[4]) in unpack_float_x8b8g8r8_unorm() 89 dst[0] = _mesa_unorm_to_float(r, 8); in unpack_float_x8b8g8r8_unorm() 92 dst[1] = _mesa_unorm_to_float(g, 8); in unpack_float_x8b8g8r8_unorm() 95 dst[2] = _mesa_unorm_to_float(b, 8); in unpack_float_x8b8g8r8_unorm() 97 dst[3] = 1.0f; in unpack_float_x8b8g8r8_unorm() [all …]
|
/external/angle/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 …]
|
/external/wpa_supplicant_8/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 …]
|
/external/llvm/lib/Target/X86/ |
D | X86InstrShiftRotate.td | 18 let Constraints = "$src1 = $dst", SchedRW = [WriteShift] in { 20 def SHL8rCL : I<0xD2, MRM4r, (outs GR8 :$dst), (ins GR8 :$src1), 21 "shl{b}\t{%cl, $dst|$dst, cl}", 22 [(set GR8:$dst, (shl GR8:$src1, CL))], IIC_SR>; 23 def SHL16rCL : I<0xD3, MRM4r, (outs GR16:$dst), (ins GR16:$src1), 24 "shl{w}\t{%cl, $dst|$dst, cl}", 25 [(set GR16:$dst, (shl GR16:$src1, CL))], IIC_SR>, OpSize16; 26 def SHL32rCL : I<0xD3, MRM4r, (outs GR32:$dst), (ins GR32:$src1), 27 "shl{l}\t{%cl, $dst|$dst, cl}", 28 [(set GR32:$dst, (shl GR32:$src1, CL))], IIC_SR>, OpSize32; [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrShiftRotate.td | 18 let Constraints = "$src1 = $dst", SchedRW = [WriteShift] in { 20 def SHL8rCL : I<0xD2, MRM4r, (outs GR8 :$dst), (ins GR8 :$src1), 21 "shl{b}\t{%cl, $dst|$dst, cl}", 22 [(set GR8:$dst, (shl GR8:$src1, CL))]>; 23 def SHL16rCL : I<0xD3, MRM4r, (outs GR16:$dst), (ins GR16:$src1), 24 "shl{w}\t{%cl, $dst|$dst, cl}", 25 [(set GR16:$dst, (shl GR16:$src1, CL))]>, OpSize16; 26 def SHL32rCL : I<0xD3, MRM4r, (outs GR32:$dst), (ins GR32:$src1), 27 "shl{l}\t{%cl, $dst|$dst, cl}", 28 [(set GR32:$dst, (shl GR32:$src1, CL))]>, OpSize32; [all …]
|
/external/v8/src/codegen/ia32/ |
D | assembler-ia32.h | 474 void pop(Register dst); 475 void pop(Operand dst); 480 void mov_b(Register dst, Register src) { mov_b(dst, Operand(src)); } in mov_b() argument 481 void mov_b(Register dst, Operand src); 482 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); } in mov_b() argument 483 void mov_b(Operand dst, int8_t src) { mov_b(dst, Immediate(src)); } in mov_b() argument 484 void mov_b(Operand dst, const Immediate& src); 485 void mov_b(Operand dst, Register src); 487 void mov_w(Register dst, Operand src); 488 void mov_w(Operand dst, int16_t src) { mov_w(dst, Immediate(src)); } in mov_w() argument [all …]
|
/external/openssh/openbsd-compat/ |
D | vis.c | 62 vis(char *dst, int c, int flag, int nextc) in vis() argument 67 *dst++ = '\\'; in vis() 68 *dst++ = c; in vis() 69 *dst = '\0'; in vis() 70 return (dst); in vis() 76 *dst++ = '\\'; in vis() 77 *dst++ = 'n'; in vis() 80 *dst++ = '\\'; in vis() 81 *dst++ = 'r'; in vis() 84 *dst++ = '\\'; in vis() [all …]
|
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_intrapred_sse2.c | 19 void aom_highbd_h_predictor_4x4_sse2(uint16_t *dst, ptrdiff_t stride, in aom_highbd_h_predictor_4x4_sse2() argument 29 _mm_storel_epi64((__m128i *)dst, row0); in aom_highbd_h_predictor_4x4_sse2() 30 dst += stride; in aom_highbd_h_predictor_4x4_sse2() 31 _mm_storel_epi64((__m128i *)dst, row1); in aom_highbd_h_predictor_4x4_sse2() 32 dst += stride; in aom_highbd_h_predictor_4x4_sse2() 33 _mm_storel_epi64((__m128i *)dst, row2); in aom_highbd_h_predictor_4x4_sse2() 34 dst += stride; in aom_highbd_h_predictor_4x4_sse2() 35 _mm_storel_epi64((__m128i *)dst, row3); 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() argument 41 aom_highbd_h_predictor_4x4_sse2(dst, stride, above, left, bd); in aom_highbd_h_predictor_4x8_sse2() [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkSupportedExtensions.inl | 5 void getCoreDeviceExtensionsImpl (deUint32 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 …]
|
/external/u-boot/test/lib/ |
D | hexdump.c | 40 u8 dst[4]; in lib_test_hex2bin() local 42 hex2bin(dst, "649421de", 4); in lib_test_hex2bin() 43 ut_asserteq_mem("\x64\x94\x21\xde", dst, 4); in lib_test_hex2bin() 44 hex2bin(dst, "aa2e7545", 4); in lib_test_hex2bin() 45 ut_asserteq_mem("\xaa\x2e\x75\x45", dst, 4); in lib_test_hex2bin() 46 hex2bin(dst, "75453bc5", 4); in lib_test_hex2bin() 47 ut_asserteq_mem("\x75\x45\x3b\xc5", dst, 4); in lib_test_hex2bin() 48 hex2bin(dst, "a16884c3", 4); in lib_test_hex2bin() 49 ut_asserteq_mem("\xa1\x68\x84\xc3", dst, 4); in lib_test_hex2bin() 50 hex2bin(dst, "156b2e5e", 4); in lib_test_hex2bin() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | AMDGPUAsmGFX7.rst | 21 …ds_add_rtn_u32 dst, src0, src1 :ref:`ds_offset16<amdgpu_synid_ds_of… 22 …ds_add_rtn_u64 dst, src0, src1 :ref:`ds_offset16<amdgpu_synid_ds_of… 29 …ds_and_rtn_b32 dst, src0, src1 :ref:`ds_offset16<amdgpu_synid_ds_of… 30 …ds_and_rtn_b64 dst, src0, src1 :ref:`ds_offset16<amdgpu_synid_ds_of… 33 …ds_append dst :ref:`ds_offset16<amdgpu_synid_ds_of… 38 …ds_cmpst_rtn_b32 dst, src0, src1, src2 :ref:`ds_offset16<amdgpu_synid_ds_of… 39 …ds_cmpst_rtn_b64 dst, src0, src1, src2 :ref:`ds_offset16<amdgpu_synid_ds_of… 40 …ds_cmpst_rtn_f32 dst, src0, src1, src2 :ref:`ds_offset16<amdgpu_synid_ds_of… 41 …ds_cmpst_rtn_f64 dst, src0, src1, src2 :ref:`ds_offset16<amdgpu_synid_ds_of… 42 …ds_condxchg32_rtn_b64 dst, src0, src1 :ref:`ds_offset16<amdgpu_synid_ds_of… [all …]
|
/external/v8/src/codegen/x64/ |
D | assembler-x64.h | 561 void popq(Register dst); 562 void popq(Operand dst); 567 void movb(Register dst, Operand src); 568 void movb(Register dst, Immediate imm); 569 void movb(Operand dst, Register src); 570 void movb(Operand dst, Immediate imm); 574 void movw(Register dst, Operand src); 575 void movw(Operand dst, Register src); 576 void movw(Operand dst, Immediate imm); 580 void movl(Operand dst, Label* src); [all …]
|
/external/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 …]
|
/external/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 …]
|
/external/google-benchmark/test/ |
D | benchmark_gtest.cc | 12 std::vector<int> dst; in TEST() local 13 AddRange(&dst, 1, 2, 2); in TEST() 14 EXPECT_THAT(dst, testing::ElementsAre(1, 2)); in TEST() 18 std::vector<int64_t> dst; in TEST() local 19 AddRange(&dst, static_cast<int64_t>(1), static_cast<int64_t>(2), 2); in TEST() 20 EXPECT_THAT(dst, testing::ElementsAre(1, 2)); in TEST() 24 std::vector<int> dst; in TEST() local 25 AddRange(&dst, 5, 15, 2); in TEST() 26 EXPECT_THAT(dst, testing::ElementsAre(5, 8, 15)); in TEST() 30 std::vector<int64_t> dst; in TEST() local [all …]
|
/external/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 59 inline void Load(LiftoffAssembler* assm, LiftoffRegister dst, Operand src, in Load() argument 63 assm->movl(dst.gp(), src); in Load() 68 assm->movq(dst.gp(), src); in Load() 71 assm->Movss(dst.fp(), src); in Load() 74 assm->Movsd(dst.fp(), src); in Load() 77 assm->Movdqu(dst.fp(), src); in Load() 84 inline void Store(LiftoffAssembler* assm, Operand dst, LiftoffRegister src, in Store() argument 88 assm->movl(dst, src.gp()); in Store() 91 assm->movq(dst, src.gp()); in Store() 94 assm->Movss(dst, src.fp()); in Store() [all …]
|
/external/deqp/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 …]
|
/external/arm-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 …]
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | intrapred_neon.c | 26 static INLINE void dc_store_4x4(uint8_t *dst, ptrdiff_t stride, in dc_store_4x4() argument 30 for (i = 0; i < 4; ++i, dst += stride) { in dc_store_4x4() 31 vst1_lane_u32((uint32_t *)dst, vreinterpret_u32_u8(dc_dup), 0); in dc_store_4x4() 35 void vpx_dc_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride, in vpx_dc_predictor_4x4_neon() argument 45 dc_store_4x4(dst, stride, dc); in vpx_dc_predictor_4x4_neon() 48 void vpx_dc_left_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride, in vpx_dc_left_predictor_4x4_neon() argument 53 dc_store_4x4(dst, stride, dc); in vpx_dc_left_predictor_4x4_neon() 56 void vpx_dc_top_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride, in vpx_dc_top_predictor_4x4_neon() argument 61 dc_store_4x4(dst, stride, dc); in vpx_dc_top_predictor_4x4_neon() 64 void vpx_dc_128_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride, in vpx_dc_128_predictor_4x4_neon() argument [all …]
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | intrapred_vsx.c | 14 void vpx_v_predictor_16x16_vsx(uint8_t *dst, ptrdiff_t stride, in vpx_v_predictor_16x16_vsx() argument 20 for (i = 0; i < 16; i++, dst += stride) { in vpx_v_predictor_16x16_vsx() 21 vec_vsx_st(d, 0, dst); in vpx_v_predictor_16x16_vsx() 25 void vpx_v_predictor_32x32_vsx(uint8_t *dst, ptrdiff_t stride, in vpx_v_predictor_32x32_vsx() argument 32 for (i = 0; i < 32; i++, dst += stride) { in vpx_v_predictor_32x32_vsx() 33 vec_vsx_st(d0, 0, dst); in vpx_v_predictor_32x32_vsx() 34 vec_vsx_st(d1, 16, dst); in vpx_v_predictor_32x32_vsx() 42 void vpx_h_predictor_4x4_vsx(uint8_t *dst, ptrdiff_t stride, 52 vec_vsx_st(vec_sel(v0, vec_vsx_ld(0, dst), (uint8x16_t)mask4), 0, dst); 53 dst += stride; [all …]
|
/external/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 41 inline void Load(LiftoffAssembler* assm, LiftoffRegister dst, Register base, in Load() argument 48 assm->mov(dst.gp(), src); in Load() 51 assm->mov(dst.low_gp(), src); in Load() 52 assm->mov(dst.high_gp(), Operand(base, offset + 4)); in Load() 55 assm->movss(dst.fp(), src); in Load() 58 assm->movsd(dst.fp(), src); in Load() 61 assm->movdqu(dst.fp(), src); in Load() 70 Operand dst(base, offset); in Store() 73 assm->mov(dst, src.gp()); in Store() 76 assm->mov(dst, src.low_gp()); in Store() [all …]
|
/external/skia/src/sksl/ |
D | sksl_blend.inc | 4 half4 blend_clear(half4 src, half4 dst) { return half4(0); } 6 half4 blend_src(half4 src, half4 dst) { return src; } 8 half4 blend_dst(half4 src, half4 dst) { return dst; } 10 half4 blend_src_over(half4 src, half4 dst) { return src + (1 - src.a)*dst; } 12 half4 blend_dst_over(half4 src, half4 dst) { return (1 - dst.a)*src + dst; } 14 half4 blend_src_in(half4 src, half4 dst) { 20 return src*dst.a; 23 half4 blend_dst_in(half4 src, half4 dst) { return blend_src_in(dst, src); } 25 half4 blend_src_out(half4 src, half4 dst) { return (1 - dst.a)*src; } 27 half4 blend_dst_out(half4 src, half4 dst) { return (1 - src.a)*dst; } [all …]
|
/external/eigen/unsupported/Eigen/src/FFT/ |
D | ei_fftw_impl.h | 60 void fwd(complex_type * dst,complex_type * src,int nfft) { 61 …if (m_plan==NULL) m_plan = fftwf_plan_dft_1d(nfft,src,dst, FFTW_FORWARD, FFTW_ESTIMATE|FFTW_PRESER… 62 fftwf_execute_dft( m_plan, src,dst); 65 void inv(complex_type * dst,complex_type * src,int nfft) { 66 …if (m_plan==NULL) m_plan = fftwf_plan_dft_1d(nfft,src,dst, FFTW_BACKWARD , FFTW_ESTIMATE|FFTW_PRES… 67 fftwf_execute_dft( m_plan, src,dst); 70 void fwd(complex_type * dst,scalar_type * src,int nfft) { 71 … if (m_plan==NULL) m_plan = fftwf_plan_dft_r2c_1d(nfft,src,dst,FFTW_ESTIMATE|FFTW_PRESERVE_INPUT); 72 fftwf_execute_dft_r2c( m_plan,src,dst); 75 void inv(scalar_type * dst,complex_type * src,int nfft) { [all …]
|