Searched refs:p_dst (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_blit.c780 struct pipe_resource *p_dst,
792 struct crocus_resource *dst = (void *) p_dst;
800 if (p_src->target == PIPE_BUFFER && p_dst->target == PIPE_BUFFER &&
803 struct crocus_bo *dst_bo = crocus_resource_bo(p_dst);
814 if (devinfo->ver < 6 && util_format_is_depth_or_stencil(p_dst->format)) {
815 util_resource_copy_region(ctx, p_dst, dst_level, dstx, dsty, dstz,
819 crocus_copy_region(&ice->blorp, batch, p_dst, dst_level, dstx, dsty, dstz,
822 if (util_format_is_depth_and_stencil(p_dst->format) &&
827 crocus_get_depth_stencil_resources(devinfo, p_dst, &junk, &s_dst_res);
779 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) argument
H A Dcrocus_resource.h353 struct pipe_resource *p_dst,
H A Dcrocus_resource.c1106 struct pipe_resource *p_dst,
1114 struct crocus_resource *dst = (void *) p_dst;
1105 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) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_blit.c724 struct pipe_resource *p_dst,
734 iris_copy_region(&ice->blorp, batch, p_dst, dst_level, dstx, dsty, dstz,
737 if (util_format_is_depth_and_stencil(p_dst->format) &&
741 iris_get_depth_stencil_resources(p_dst, &junk, &s_dst_res);
747 iris_flush_and_dirty_for_history(ice, batch, (struct iris_resource *)p_dst,
723 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) argument
H A Diris_resource.c1726 struct pipe_resource *p_dst,
1734 struct iris_resource *dst = (void *) p_dst;
1725 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) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dsurface9.c714 uint8_t *p_dst; local in function:NineSurface9_CopyDefaultToMem
733 p_dst = This->data;
735 assert (p_src && p_dst);
737 util_copy_rect(p_dst, This->base.info.format,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dsurface9.c736 uint8_t *p_dst; local in function:NineSurface9_CopyDefaultToMem
755 p_dst = nine_get_pointer(This->base.base.device->allocator, This->data);
757 assert (p_src && p_dst);
759 util_copy_rect(p_dst, This->base.info.format,

Completed in 19 milliseconds