/third_party/ltp/testcases/network/stress/route/ |
H A D | route-change-netlink.c | 284 struct ip_addr *p_dst = dst, *p_gw = gw, *p_rhost = rhost; in run() local 288 rtnl_route(p_iface->index, p_dst->ip, gw ? p_gw->ip : NULL, in run() 291 rtnl_route(p_iface->index, p_dst->ip, gw ? p_gw->ip : NULL, in run() 296 p_dst = p_dst->next ?: dst; in run()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_blit.c | 768 struct pipe_resource *p_dst, in crocus_resource_copy_region() 780 struct crocus_resource *dst = (void *) p_dst; in crocus_resource_copy_region() 787 if (devinfo->ver < 6 && util_format_is_depth_or_stencil(p_dst->format)) { in crocus_resource_copy_region() 788 util_resource_copy_region(ctx, p_dst, dst_level, dstx, dsty, dstz, in crocus_resource_copy_region() 792 crocus_copy_region(&ice->blorp, batch, p_dst, dst_level, dstx, dsty, dstz, in crocus_resource_copy_region() 795 if (util_format_is_depth_and_stencil(p_dst->format) && in crocus_resource_copy_region() 800 crocus_get_depth_stencil_resources(devinfo, p_dst, &junk, &s_dst_res); in crocus_resource_copy_region() 767 crocus_resource_copy_region(struct pipe_context *ctx, struct pipe_resource *p_dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *p_src, unsigned src_level, const struct pipe_box *src_box) crocus_resource_copy_region() argument
|
H A D | crocus_resource.h | 353 struct pipe_resource *p_dst,
|
H A D | crocus_resource.c | 1119 struct pipe_resource *p_dst, in crocus_replace_buffer_storage() 1127 struct crocus_resource *dst = (void *) p_dst; in crocus_replace_buffer_storage() 1118 crocus_replace_buffer_storage(struct pipe_context *ctx, struct pipe_resource *p_dst, struct pipe_resource *p_src, unsigned num_rebinds, uint32_t rebind_mask, uint32_t delete_buffer_id) crocus_replace_buffer_storage() argument
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_blit.c | 757 struct pipe_resource *p_dst, in iris_resource_copy_region() 767 iris_copy_region(&ice->blorp, batch, p_dst, dst_level, dstx, dsty, dstz, in iris_resource_copy_region() 770 if (util_format_is_depth_and_stencil(p_dst->format) && in iris_resource_copy_region() 774 iris_get_depth_stencil_resources(p_dst, &junk, &s_dst_res); in iris_resource_copy_region() 780 iris_dirty_for_history(ice, (struct iris_resource *) p_dst); in iris_resource_copy_region() 756 iris_resource_copy_region(struct pipe_context *ctx, struct pipe_resource *p_dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *p_src, unsigned src_level, const struct pipe_box *src_box) iris_resource_copy_region() argument
|
H A D | iris_resource.c | 1875 struct pipe_resource *p_dst, in iris_replace_buffer_storage() 1883 struct iris_resource *dst = (void *) p_dst; in iris_replace_buffer_storage() 1874 iris_replace_buffer_storage(struct pipe_context *ctx, struct pipe_resource *p_dst, struct pipe_resource *p_src, unsigned num_rebinds, uint32_t rebind_mask, uint32_t delete_buffer_id) iris_replace_buffer_storage() argument
|
/third_party/backends/backend/ |
H A D | plustek-usbcalfile.c | 734 u_short *p_src, *p_dst; in usb_get_shading_part() local 740 p_dst = buf; in usb_get_shading_part() 747 *(p_dst++) = *(p_src++); in usb_get_shading_part()
|
H A D | hp3900_rts8822.c | 5944 SANE_Byte *p_dst; /* fac8 */ in Resize_Increase() local 5957 p_dst = myp2 + desp; in Resize_Increase() 5979 data_lsb_set (p_dst, in Resize_Increase() 5984 p_dst += (channels * channel_size); in Resize_Increase()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | surface9.c | 736 uint8_t *p_dst; in NineSurface9_CopyDefaultToMem() local 755 p_dst = nine_get_pointer(This->base.base.device->allocator, This->data); in NineSurface9_CopyDefaultToMem() 757 assert (p_src && p_dst); in NineSurface9_CopyDefaultToMem() 759 util_copy_rect(p_dst, This->base.info.format, in NineSurface9_CopyDefaultToMem()
|
/third_party/ffmpeg/libavcodec/ |
H A D | h264qpel_template.c | 78 static av_unused void FUNC(OPNAME ## h264_qpel2_h_lowpass)(uint8_t *p_dst, const uint8_t *p_src, int dstStride, int srcStride){\ 82 pixel *dst = (pixel*)p_dst;\
|