Home
last modified time | relevance | path

Searched refs:dst (Results 3351 - 3375 of 10383) sorted by relevance

1...<<131132133134135136137138139140>>...416

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_rt.c77 VkRayTracingShaderGroupCreateInfoKHR *dst = &groups[total_groups + j]; in radv_create_merged_rt_create_info() local
78 *dst = library_pipeline->groups[j]; in radv_create_merged_rt_create_info()
79 if (dst->generalShader != VK_SHADER_UNUSED_KHR) in radv_create_merged_rt_create_info()
80 dst->generalShader += total_stages; in radv_create_merged_rt_create_info()
81 if (dst->closestHitShader != VK_SHADER_UNUSED_KHR) in radv_create_merged_rt_create_info()
82 dst->closestHitShader += total_stages; in radv_create_merged_rt_create_info()
83 if (dst->anyHitShader != VK_SHADER_UNUSED_KHR) in radv_create_merged_rt_create_info()
84 dst->anyHitShader += total_stages; in radv_create_merged_rt_create_info()
85 if (dst->intersectionShader != VK_SHADER_UNUSED_KHR) in radv_create_merged_rt_create_info()
86 dst in radv_create_merged_rt_create_info()
313 map_rt_variables(struct hash_table *var_remap, struct rt_variables *src, const struct rt_variables *dst) map_rt_variables() argument
[all...]
/kernel/linux/linux-5.10/arch/sparc/lib/
H A Dchecksum_32.S171 #define CSUMCOPY_BIGCHUNK_ALIGNED(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \
179 std t0, [dst + off + 0x00]; \
181 std t2, [dst + off + 0x08]; \
183 std t4, [dst + off + 0x10]; \
185 std t6, [dst + off + 0x18]; \
193 #define CSUMCOPY_BIGCHUNK(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \
198 st t0, [dst + off + 0x00]; \
200 st t1, [dst + off + 0x04]; \
202 st t2, [dst + off + 0x08]; \
204 st t3, [dst
[all...]
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dentry.S104 .macro tramp_alias, dst, sym
106 movz \dst, :abs_g2_s:.Lalias\@
107 movk \dst, :abs_g1_nc:.Lalias\@
108 movk \dst, :abs_g0_nc:.Lalias\@
657 .macro tramp_data_read_var dst, var
659 ldr \dst, .L__tramp_data_\var
676 movz \dst, :abs_g2_s:\var
677 movk \dst, :abs_g1_nc:\var
678 movk \dst, :abs_g0_nc:\var
1000 adr_this_cpu dst
[all...]
/kernel/linux/linux-6.6/arch/sparc/lib/
H A Dchecksum_32.S164 #define CSUMCOPY_BIGCHUNK_ALIGNED(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \
172 EX(std t0, [dst + off + 0x00]); \
174 EX(std t2, [dst + off + 0x08]); \
176 EX(std t4, [dst + off + 0x10]); \
178 EX(std t6, [dst + off + 0x18]); \
186 #define CSUMCOPY_BIGCHUNK(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \
191 EX(st t0, [dst + off + 0x00]); \
193 EX(st t1, [dst + off + 0x04]); \
195 EX(st t2, [dst + off + 0x08]); \
197 EX(st t3, [dst
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Dip_tunnel_core.c51 __be32 src, __be32 dst, __u8 proto, in iptunnel_xmit()
55 struct net *net = dev_net(rt->dst.dev); in iptunnel_xmit()
63 skb_dst_set(skb, &rt->dst); in iptunnel_xmit()
74 iph->frag_off = ip_mtu_locked(&rt->dst) ? 0 : df; in iptunnel_xmit()
77 iph->daddr = dst; in iptunnel_xmit()
129 struct ip_tunnel_info *dst, *src; in iptunnel_metadata_reply() local
140 dst = &res->u.tun_info; in iptunnel_metadata_reply()
141 dst->key.tun_id = src->key.tun_id; in iptunnel_metadata_reply()
143 memcpy(&dst->key.u.ipv6.dst, in iptunnel_metadata_reply()
50 iptunnel_xmit(struct sock *sk, struct rtable *rt, struct sk_buff *skb, __be32 src, __be32 dst, __u8 proto, __u8 tos, __u8 ttl, __be16 df, bool xnet) iptunnel_xmit() argument
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/rkvdec/
H A Drkvdec-vp9.c383 get_ref_buf(struct rkvdec_ctx *ctx, struct vb2_v4l2_buffer *dst, u64 timestamp) in get_ref_buf() argument
395 buf = &dst->vb2_buf; in get_ref_buf()
428 if (&ref_buf->base.vb == run->base.bufs.dst) in config_ref_registers()
522 struct rkvdec_decoded_buffer *dst, *last, *mv_ref; in config_registers() local
532 dst = vb2_to_rkvdec_decoded_buf(&run->base.bufs.dst->vb2_buf); in config_registers()
533 ref_bufs[0] = get_ref_buf(ctx, &dst->base.vb, dec_params->last_frame_ts); in config_registers()
534 ref_bufs[1] = get_ref_buf(ctx, &dst->base.vb, dec_params->golden_frame_ts); in config_registers()
535 ref_bufs[2] = get_ref_buf(ctx, &dst->base.vb, dec_params->alt_frame_ts); in config_registers()
538 last = get_ref_buf(ctx, &dst in config_registers()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dfbmem.c114 void fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height) in fb_pad_aligned_buffer() argument
116 __fb_pad_aligned_buffer(dst, d_pitch, src, s_pitch, height); in fb_pad_aligned_buffer()
120 void fb_pad_unaligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 idx, u32 height, in fb_pad_unaligned_buffer() argument
128 tmp = dst[j]; in fb_pad_unaligned_buffer()
131 dst[j] = tmp; in fb_pad_unaligned_buffer()
133 dst[j+1] = tmp; in fb_pad_unaligned_buffer()
136 tmp = dst[idx]; in fb_pad_unaligned_buffer()
139 dst[idx] = tmp; in fb_pad_unaligned_buffer()
142 dst[idx+1] = tmp; in fb_pad_unaligned_buffer()
145 dst in fb_pad_unaligned_buffer()
273 fb_set_logo(struct fb_info *info, const struct linux_logo *logo, u8 *dst, int depth) fb_set_logo() argument
386 fb_rotate_logo(struct fb_info *info, u8 *dst, struct fb_image *image, int rotate) fb_rotate_logo() argument
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_uvc.c464 #define UVC_COPY_DESCRIPTOR(mem, dst, desc) \
467 *(dst)++ = mem; \
471 #define UVC_COPY_DESCRIPTORS(mem, dst, src) \
476 *dst++ = mem; \
481 #define UVC_COPY_XU_DESCRIPTOR(mem, dst, desc) \
483 *(dst)++ = mem; \
509 struct usb_descriptor_header **dst; in uvc_copy_descriptors() local
602 dst = mem; in uvc_copy_descriptors()
606 UVC_COPY_DESCRIPTOR(mem, dst, &uvc_iad); in uvc_copy_descriptors()
607 UVC_COPY_DESCRIPTOR(mem, dst, in uvc_copy_descriptors()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dip_tunnel_core.c51 __be32 src, __be32 dst, __u8 proto, in iptunnel_xmit()
55 struct net *net = dev_net(rt->dst.dev); in iptunnel_xmit()
63 skb_dst_set(skb, &rt->dst); in iptunnel_xmit()
74 iph->frag_off = ip_mtu_locked(&rt->dst) ? 0 : df; in iptunnel_xmit()
77 iph->daddr = dst; in iptunnel_xmit()
129 struct ip_tunnel_info *dst, *src; in iptunnel_metadata_reply() local
140 dst = &res->u.tun_info; in iptunnel_metadata_reply()
141 dst->key.tun_id = src->key.tun_id; in iptunnel_metadata_reply()
143 memcpy(&dst->key.u.ipv6.dst, in iptunnel_metadata_reply()
50 iptunnel_xmit(struct sock *sk, struct rtable *rt, struct sk_buff *skb, __be32 src, __be32 dst, __u8 proto, __u8 tos, __u8 ttl, __be16 df, bool xnet) iptunnel_xmit() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_scale.c636 static int scale_field(ScaleContext *scale, AVFrame *dst, AVFrame *src, in scale_field() argument
640 int orig_h_dst = dst->height; in scale_field()
646 frame_offset(dst, 1, scale->output_is_pal); in scale_field()
652 dst->linesize[i] *= 2; in scale_field()
655 dst->height /= 2; in scale_field()
657 ret = sws_scale_frame(scale->isws[field], dst, src); in scale_field()
664 dst->linesize[i] /= 2; in scale_field()
667 dst->height = orig_h_dst; in scale_field()
671 frame_offset(dst, -1, scale->output_is_pal); in scale_field()
679 AVFilterContext *ctx = link->dst; in scale_frame()
[all...]
/third_party/ffmpeg/libavutil/
H A Dtwofish.c210 static void twofish_encrypt(AVTWOFISH *cs, uint8_t *dst, const uint8_t *src) in twofish_encrypt() argument
232 AV_WL32(dst, P[2]); in twofish_encrypt()
233 AV_WL32(dst + 4, P[3]); in twofish_encrypt()
234 AV_WL32(dst + 8, P[0]); in twofish_encrypt()
235 AV_WL32(dst + 12, P[1]); in twofish_encrypt()
238 static void twofish_decrypt(AVTWOFISH *cs, uint8_t *dst, const uint8_t *src, uint8_t *iv) in twofish_decrypt() argument
267 AV_WL32(dst, P[0]); in twofish_decrypt()
268 AV_WL32(dst + 4, P[1]); in twofish_decrypt()
269 AV_WL32(dst + 8, P[2]); in twofish_decrypt()
270 AV_WL32(dst in twofish_decrypt()
316 av_twofish_crypt(AVTWOFISH *cs, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt) av_twofish_crypt() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dustring.cpp628 u_strcat(UChar *dst, in u_strcat() argument
631 UChar *anchor = dst; /* save a pointer to start of dst */ in u_strcat()
633 while(*dst != 0) { /* To end of first string */ in u_strcat()
634 ++dst; in u_strcat()
636 while((*(dst++) = *(src++)) != 0) { /* copy string 2 over */ in u_strcat()
643 u_strncat(UChar *dst, in u_strncat() argument
648 UChar *anchor = dst; /* save a pointer to start of dst */ in u_strncat()
650 while(*dst ! in u_strncat()
967 u_strcpy(UChar *dst, const UChar *src) u_strcpy() argument
979 u_strncpy(UChar *dst, const UChar *src, int32_t n) u_strncpy() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dustring.cpp628 u_strcat(char16_t *dst, in u_strcat() argument
631 char16_t *anchor = dst; /* save a pointer to start of dst */ in u_strcat()
633 while(*dst != 0) { /* To end of first string */ in u_strcat()
634 ++dst; in u_strcat()
636 while((*(dst++) = *(src++)) != 0) { /* copy string 2 over */ in u_strcat()
643 u_strncat(char16_t *dst, in u_strncat() argument
648 char16_t *anchor = dst; /* save a pointer to start of dst */ in u_strncat()
650 while(*dst ! in u_strncat()
967 u_strcpy(char16_t *dst, const char16_t *src) u_strcpy() argument
979 u_strncpy(char16_t *dst, const char16_t *src, int32_t n) u_strncpy() argument
[all...]
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_exec_api.c517 uint32_t *dst = (uint32_t *)exec->vtx.buffer_ptr; \
523 *dst++ = *src++; \
528 if (N > 0) *dst++ = V0; \
529 if (N > 1) *dst++ = V1; \
530 if (N > 2) *dst++ = V2; \
531 if (N > 3) *dst++ = V3; \
534 if (N < 2 && size >= 2) *dst++ = V1; \
535 if (N < 3 && size >= 3) *dst++ = V2; \
536 if (N < 4 && size >= 4) *dst++ = V3; \
539 /* 64 bits: dst ca
953 fi_type *dst = exec->vtx.buffer_map + _mesa_End() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp937 void fillWithRandomColorTiles (const tcu::PixelBufferAccess& dst, const tcu::Vec4& minVal, const tcu::Vec4& maxVal, deUint32 seed) in fillWithRandomColorTiles() argument
939 const int numCols = dst.getWidth() >= 7 ? 7 : dst.getWidth(); in fillWithRandomColorTiles()
940 const int numRows = dst.getHeight() >= 5 ? 5 : dst.getHeight(); in fillWithRandomColorTiles()
943 for (int slice = 0; slice < dst.getDepth(); slice++) in fillWithRandomColorTiles()
947 const int yBegin = (row + 0)*dst.getHeight() / numRows; in fillWithRandomColorTiles()
948 const int yEnd = (row + 1)*dst.getHeight() / numRows; in fillWithRandomColorTiles()
949 const int xBegin = (col + 0)*dst.getWidth() / numCols; in fillWithRandomColorTiles()
950 const int xEnd = (col + 1)*dst in fillWithRandomColorTiles()
958 fillWithUniqueColors(const tcu::PixelBufferAccess& dst, deUint32 seed) fillWithUniqueColors() argument
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrAAConvexTessellator.cpp387 // We could do something smarter here like clip the path based on the bounds of the dst.
727 // 'dst' stores where each point in the last ring maps to/transforms into
729 SkTDArray<int> dst;
730 dst.setCount(lastRing.numPts());
740 dst[0] = fCandidateVerts.addNewPt(newPt,
754 dst[cur] = fCandidateVerts.addNewPt(newPt,
758 dst[cur] = fCandidateVerts.fuseWithPrior(lastRing.origEdgeID(cur));
775 dst[cur] = fCandidateVerts.addNewPt(newPt,
779 dst[cur] = fCandidateVerts.fuseWithPrior(lastRing.origEdgeID(cur));
781 dst[cu
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dustring.cpp628 u_strcat(UChar *dst, in u_strcat() argument
631 UChar *anchor = dst; /* save a pointer to start of dst */ in u_strcat()
633 while(*dst != 0) { /* To end of first string */ in u_strcat()
634 ++dst; in u_strcat()
636 while((*(dst++) = *(src++)) != 0) { /* copy string 2 over */ in u_strcat()
643 u_strncat(UChar *dst, in u_strncat() argument
648 UChar *anchor = dst; /* save a pointer to start of dst */ in u_strncat()
650 while(*dst ! in u_strncat()
967 u_strcpy(UChar *dst, const UChar *src) u_strcpy() argument
979 u_strncpy(UChar *dst, const UChar *src, int32_t n) u_strncpy() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp937 void fillWithRandomColorTiles (const tcu::PixelBufferAccess& dst, const tcu::Vec4& minVal, const tcu::Vec4& maxVal, deUint32 seed) in fillWithRandomColorTiles() argument
939 const int numCols = dst.getWidth() >= 7 ? 7 : dst.getWidth(); in fillWithRandomColorTiles()
940 const int numRows = dst.getHeight() >= 5 ? 5 : dst.getHeight(); in fillWithRandomColorTiles()
943 for (int slice = 0; slice < dst.getDepth(); slice++) in fillWithRandomColorTiles()
947 const int yBegin = (row + 0)*dst.getHeight() / numRows; in fillWithRandomColorTiles()
948 const int yEnd = (row + 1)*dst.getHeight() / numRows; in fillWithRandomColorTiles()
949 const int xBegin = (col + 0)*dst.getWidth() / numCols; in fillWithRandomColorTiles()
950 const int xEnd = (col + 1)*dst in fillWithRandomColorTiles()
958 fillWithUniqueColors(const tcu::PixelBufferAccess& dst, deUint32 seed) fillWithUniqueColors() argument
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_util.h65 CORE_NS::Entity dst = dstEcs.GetEntityManager().Create(); in CloneEntity() local
66 CloneComponents(srcEcs, src, dstEcs, dst); in CloneEntity()
67 return dst; in CloneEntity()
72 CORE_NS::EntityReference dst = dstEcs.GetEntityManager().CreateReferenceCounted(); in CloneEntityReference() local
73 CloneComponents(srcEcs, src, dstEcs, dst); in CloneEntityReference()
74 return dst; in CloneEntityReference()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/
H A Drs_listened_canvas.cpp174 void RSListenedCanvas::DrawImageRect(const Image& image, const Rect& src, const Rect& dst, in DrawImageRect() argument
177 RSPaintFilterCanvas::DrawImageRect(image, src, dst, sampling, constraint); in DrawImageRect()
179 listener_->DrawImageRect(image, src, dst, sampling, constraint); in DrawImageRect()
183 void RSListenedCanvas::DrawImageRect(const Image& image, const Rect& dst, const SamplingOptions& sampling) in DrawImageRect() argument
185 RSPaintFilterCanvas::DrawImageRect(image, dst, sampling); in DrawImageRect()
187 listener_->DrawImageRect(image, dst, sampling); in DrawImageRect()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_render_node_drawable_autocache.cpp319 Drawing::Rect dst; in DrawAutoCacheDfx()
320 canvas.GetTotalMatrix().MapRect(dst, opListDrawAreas_.GetOpInfo().unionRect); in DrawAutoCacheDfx()
321 RectI dfxRect(static_cast<int>(dst.GetLeft()), static_cast<int>(dst.GetTop()), in DrawAutoCacheDfx()
322 static_cast<int>(dst.GetWidth()), static_cast<int>(dst.GetHeight())); in DrawAutoCacheDfx()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_foreground_effect_filter.cpp164 auto dst = param.dst; in ApplyForegroundEffect() local
170 auto width = std::max(static_cast<int>(std::ceil(dst.GetWidth())), image->GetWidth()); in ApplyForegroundEffect()
171 auto height = std::max(static_cast<int>(std::ceil(dst.GetHeight())), image->GetHeight()); in ApplyForegroundEffect()
232 const Drawing::Rect& src, const Drawing::Rect& dst) const in DrawImageRect()
234 ForegroundEffectParam param = ForegroundEffectParam(src, dst); in DrawImageRect()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpixel_yuv_ext_utils_test.cpp44 uint8_t dst[LENGTH] = {0}; in HWTEST_F() local
51 bool res = PixelYuvExtUtils::Yuv420ToARGB(src, dst, size, pixelFormat, info); in HWTEST_F()
87 uint8_t dst[LENGTH] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07}; in HWTEST_F() local
97 bool res = PixelYuvExtUtils::NV12Rotate(src, size, info, rotateNum, dst, dstStrides); in HWTEST_F()
168 uint8_t dst[LENGTH] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07}; in HWTEST_F() local
177 bool res = PixelYuvExtUtils::Mirror(src, dst, size, format, info, dstStrides, isReversed); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_bitmap.cpp93 bool SkiaBitmap::ExtractSubset(Bitmap& dst, const Rect& subset) const in ExtractSubset() argument
95 const SkBitmap& subBitmap = dst.GetImpl<SkiaBitmap>()->ExportSkiaBitmap(); in ExtractSubset()
140 void SkiaBitmap::CopyPixels(Bitmap& dst, int srcLeft, int srcTop) const in CopyPixels() argument
142 ImageInfo imageInfo = dst.GetImageInfo(); in CopyPixels()
143 void* dstPixels = dst.GetPixels(); in CopyPixels()
149 skiaBitmap_.readPixels(skImageInfo, dstPixels, dst.GetRowBytes(), srcX, srcY); in CopyPixels()
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dcamellia_aesni_avx2_glue.c22 asmlinkage void camellia_ecb_enc_32way(const void *ctx, u8 *dst, const u8 *src);
23 asmlinkage void camellia_ecb_dec_32way(const void *ctx, u8 *dst, const u8 *src);
25 asmlinkage void camellia_cbc_dec_32way(const void *ctx, u8 *dst, const u8 *src);
26 asmlinkage void camellia_ctr_32way(const void *ctx, u8 *dst, const u8 *src,
29 asmlinkage void camellia_xts_enc_32way(const void *ctx, u8 *dst, const u8 *src,
31 asmlinkage void camellia_xts_dec_32way(const void *ctx, u8 *dst, const u8 *src,

Completed in 26 milliseconds

1...<<131132133134135136137138139140>>...416