/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-project/clang/test/CodeGen/ |
D | builtins-nvptx-mma.cu | 31 __device__ void test_wmma_buitins(int *src, int *dst, in test_wmma_buitins() argument 39 __hmma_m16n16k16_ld_a(dst, src, ldm, 1); in test_wmma_buitins() 42 __hmma_m16n16k16_ld_a(dst, src, ldm, 0); in test_wmma_buitins() 45 __hmma_m16n16k16_ld_b(dst, src, ldm, 1); in test_wmma_buitins() 48 __hmma_m16n16k16_ld_b(dst, src, ldm, 0); in test_wmma_buitins() 51 __hmma_m16n16k16_ld_c_f16(dst, src, ldm, 1); in test_wmma_buitins() 54 __hmma_m16n16k16_ld_c_f16(dst, src, ldm, 0); in test_wmma_buitins() 63 __hmma_m16n16k16_st_c_f16(dst, src, ldm, 1); in test_wmma_buitins() 66 __hmma_m16n16k16_st_c_f16(dst, src, ldm, 0); in test_wmma_buitins() 75 __hmma_m16n16k16_mma_f16f16(dst, src, src, src, 3, 0); in test_wmma_buitins() [all …]
|
/external/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 …]
|
/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/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/llvm-project/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 …]
|
/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/capstone/arch/X86/ |
D | X86MappingInsnOp.inc | 28 { /* X86_ADC16mi, X86_INS_ADC: adc{w} $dst, $src */ 32 { /* X86_ADC16mi8, X86_INS_ADC: adc{w} $dst, $src */ 36 { /* X86_ADC16mr, X86_INS_ADC: adc{w} $dst, $src */ 56 { /* X86_ADC16rr_REV, X86_INS_ADC: adc{w} $dst, $src2 */ 64 { /* X86_ADC32mi, X86_INS_ADC: adc{l} $dst, $src */ 68 { /* X86_ADC32mi8, X86_INS_ADC: adc{l} $dst, $src */ 72 { /* X86_ADC32mr, X86_INS_ADC: adc{l} $dst, $src */ 92 { /* X86_ADC32rr_REV, X86_INS_ADC: adc{l} $dst, $src2 */ 100 { /* X86_ADC64mi32, X86_INS_ADC: adc{q} $dst, $src */ 104 { /* X86_ADC64mi8, X86_INS_ADC: adc{q} $dst, $src */ [all …]
|
/external/tensorflow/tensorflow/core/profiler/convert/ |
D | op_metrics_db_combiner.cc | 28 void CombinePrecisionStats(const PrecisionStats& src, PrecisionStats* dst) { in CombinePrecisionStats() argument 29 dst->set_compute_16bit_ps(src.compute_16bit_ps() + dst->compute_16bit_ps()); in CombinePrecisionStats() 30 dst->set_compute_32bit_ps(src.compute_32bit_ps() + dst->compute_32bit_ps()); in CombinePrecisionStats() 35 void CopyOpMetricsMetadata(const OpMetrics& src, OpMetrics* dst) { in CopyOpMetricsMetadata() argument 36 DCHECK(dst != nullptr); in CopyOpMetricsMetadata() 37 DCHECK_EQ(src.hlo_module_id(), dst->hlo_module_id()); in CopyOpMetricsMetadata() 38 DCHECK_EQ(src.name(), dst->name()); in CopyOpMetricsMetadata() 39 if (dst->long_name().empty()) { in CopyOpMetricsMetadata() 40 dst->set_long_name(src.long_name()); in CopyOpMetricsMetadata() 42 if (dst->category().empty()) { in CopyOpMetricsMetadata() [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/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/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/llvm-project/libc/AOR_v20.02/string/arm/ |
D | memcpy.S | 65 #define dst ip macro 87 vstr \vreg, [dst, #\base] 89 vstr d0, [dst, #\base + 8] 91 vstr d1, [dst, #\base + 16] 93 vstr d2, [dst, #\base + 24] 95 vstr \vreg, [dst, #\base + 32] 97 vstr d0, [dst, #\base + 40] 99 vstr d1, [dst, #\base + 48] 101 vstr d2, [dst, #\base + 56] 106 vstr \vreg, [dst, #\base] [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/llvm-project/libclc/generic/lib/ |
D | gen_convert.py | 87 def conditional_guard(src, dst): argument 94 if dst in int64_types: 96 elif dst in float64_types: 181 def generate_default_conversion(src, dst, mode): argument 182 close_conditional = conditional_guard(src, dst) 190 """.format(SRC=src, DST=dst, M=mode)) 199 """.format(SRC=src, DST=dst, N=size, H=half_size, M=mode)) 206 }}""".format(SRC=src, DST=dst, M=mode)) 213 for dst in types: 214 generate_default_conversion(src, dst, '') [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/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 …]
|
/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 …]
|