| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_meta_bufimage.c | 1408 struct radv_buffer_view dst_view; local in function:radv_meta_image_to_buffer 1411 create_bview(cmd_buffer, dst->buffer, dst->offset, dst->format, &dst_view); 1412 itob_bind_descriptors(cmd_buffer, &src_view, &dst_view); 1430 radv_buffer_view_finish(&dst_view); 1470 struct radv_buffer_view src_view, dst_view; local in function:radv_meta_buffer_to_image_cs_r32g32b32 1483 &dst_view); 1484 btoi_r32g32b32_bind_descriptors(cmd_buffer, &src_view, &dst_view); 1507 radv_buffer_view_finish(&dst_view); 1551 struct radv_image_view dst_view; local in function:radv_meta_buffer_to_image_cs 1561 create_iview(cmd_buffer, dst, &dst_view, VK_FORMAT_UNDEFINE 1624 struct radv_buffer_view src_view, dst_view; local in function:radv_meta_image_to_image_cs_r32g32b32 1711 struct radv_image_view src_view, dst_view; local in function:radv_meta_image_to_image_cs 1783 struct radv_buffer_view dst_view; local in function:radv_meta_clear_image_cs_r32g32b32 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_blitter.c | 138 struct pipe_surface *dst_view, dst_templ; local in function:fd_blitter_blit 155 dst_view = pipe->create_surface(pipe, dst, &dst_templ); 163 util_blitter_blit_generic(ctx->blitter, dst_view, &info->dst.box, 169 pipe_surface_reference(&dst_view, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_blitter.c | 125 struct pipe_surface *dst_view, dst_templ; local in function:fd_blitter_blit 158 dst_view = pipe->create_surface(pipe, dst, &dst_templ); 167 ctx->blitter, dst_view, &info->dst.box, src_view, &info->src.box, 171 pipe_surface_reference(&dst_view, NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_meta_bufimage.c | 1703 struct radv_buffer_view dst_view; local in function:radv_meta_image_to_buffer 1706 create_bview(cmd_buffer, dst->buffer, dst->offset, dst->format, &dst_view); 1707 itob_bind_descriptors(cmd_buffer, &src_view, &dst_view); 1773 struct radv_buffer_view src_view, dst_view; local in function:radv_meta_buffer_to_image_cs_r32g32b32 1789 dst_offset, dst->format, &dst_view); 1790 btoi_r32g32b32_bind_descriptors(cmd_buffer, &src_view, &dst_view); 1864 struct radv_image_view dst_view; local in function:radv_meta_buffer_to_image_cs 1875 create_iview(cmd_buffer, dst, &dst_view); 1876 btoi_bind_descriptors(cmd_buffer, &src_view, &dst_view); 1941 struct radv_buffer_view src_view, dst_view; local in function:radv_meta_image_to_image_cs_r32g32b32 2048 struct radv_image_view src_view, dst_view; local in function:radv_meta_image_to_image_cs 2117 struct radv_buffer_view dst_view; local in function:radv_meta_clear_image_cs_r32g32b32 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_surface.c | 91 struct pipe_surface dst_templ, *dst_view; local in function:i915_surface_copy_render 115 dst_view = i915_create_surface_custom(pipe, dst, &dst_templ, dst_width0, dst_height0); 121 util_blitter_blit_generic(i915->blitter, dst_view, &dstbox,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_blitter.c | 1715 struct pipe_surface *dst_view, dst_templ; local in function:util_blitter_copy_texture 1727 dst_view = pipe->create_surface(pipe, dst, &dst_templ); 1734 util_blitter_blit_generic(blitter, dst_view, &dstbox, 1739 pipe_surface_reference(&dst_view, NULL); 2147 struct pipe_surface *dst_view, dst_templ; local in function:util_blitter_blit 2154 dst_view = pipe->create_surface(pipe, dst, &dst_templ); 2162 util_blitter_blit_generic(blitter, dst_view, &info->dst.box, 2168 pipe_surface_reference(&dst_view, NULL); 2180 struct pipe_surface dst_templ, *dst_view; local in function:util_blitter_generate_mipmap 2254 dst_view 2851 struct pipe_surface *dst_view, dst_templ; local in function:util_blitter_stencil_fallback [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_surface.c | 87 struct pipe_surface dst_templ, *dst_view; local in function:i915_surface_copy_render 111 dst_view = i915_create_surface_custom(pipe, dst, &dst_templ, dst_width0, 119 util_blitter_blit_generic(i915->blitter, dst_view, &dstbox, src_view,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_blit.c | 550 struct pipe_surface dst_templ, *dst_view; local in function:r300_resource_copy_region 667 dst_view = r300_create_surface_custom(pipe, dst, &dst_templ, dst_width0, dst_height0); 674 util_blitter_blit_generic(r300->blitter, dst_view, &dstbox, 680 pipe_surface_reference(&dst_view, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_blit.c | 418 struct pipe_surface *dst_view, dst_templ; local in function:crocus_blit 420 dst_view = ctx->create_surface(ctx, info->dst.resource, &dst_templ); 424 util_blitter_clear_depth_stencil(ice->blitter, dst_view, PIPE_CLEAR_STENCIL, 436 pipe_surface_release(ctx, &dst_view);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_blit.c | 552 struct pipe_surface dst_templ, *dst_view; local in function:r300_resource_copy_region 669 dst_view = r300_create_surface_custom(pipe, dst, &dst_templ, dst_width0, dst_height0); 676 util_blitter_blit_generic(r300->blitter, dst_view, &dstbox, 682 pipe_surface_reference(&dst_view, NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_blit.c | 679 struct pipe_surface *dst_view, dst_templ; local in function:r600_resource_copy_region 792 dst_view = r600_create_surface_custom(ctx, dst, &dst_templ, 811 util_blitter_blit_generic(rctx->blitter, dst_view, &dstbox, 817 pipe_surface_reference(&dst_view, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_blit.c | 681 struct pipe_surface *dst_view, dst_templ; local in function:r600_resource_copy_region 794 dst_view = r600_create_surface_custom(ctx, dst, &dst_templ, 813 util_blitter_blit_generic(rctx->blitter, dst_view, &dstbox, 819 pipe_surface_reference(&dst_view, NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_blitter.c | 1618 struct pipe_surface *dst_view, dst_templ; local in function:util_blitter_copy_texture 1630 dst_view = pipe->create_surface(pipe, dst, &dst_templ); 1637 util_blitter_blit_generic(blitter, dst_view, &dstbox, 1642 pipe_surface_reference(&dst_view, NULL); 2015 struct pipe_surface *dst_view, dst_templ; local in function:util_blitter_blit 2022 dst_view = pipe->create_surface(pipe, dst, &dst_templ); 2030 util_blitter_blit_generic(blitter, dst_view, &info->dst.box, 2036 pipe_surface_reference(&dst_view, NULL); 2048 struct pipe_surface dst_templ, *dst_view; local in function:util_blitter_generate_mipmap 2122 dst_view [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_blitter.c | 771 const struct pan_image_view *dst_view) 781 dst_z = dst_view; 786 dst_s = dst_view; 789 dst_s = dst_view; 794 dst_rt = dst_view; 769 pan_blit_get_rsd(struct panfrost_device * dev,const struct pan_image_view * src_views,const struct pan_image_view * dst_view) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_blit.c | 907 struct pipe_surface *dst_view, dst_templ; local in function:si_resource_copy_region 1038 dst_view = si_create_surface_custom(ctx, dst, &dst_templ, 1052 util_blitter_blit_generic(sctx->blitter, dst_view, &dstbox, 1058 pipe_surface_reference(&dst_view, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_blit.c | 910 struct pipe_surface *dst_view, dst_templ; local in function:si_resource_copy_region 1038 dst_view = si_create_surface_custom(ctx, dst, &dst_templ, dst_width0, dst_height0, dst_width, 1050 util_blitter_blit_generic(sctx->blitter, dst_view, &dstbox, src_view, src_box, src_width0, 1054 pipe_surface_reference(&dst_view, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_context.c | 2251 struct pipe_surface *dst_view = (struct pipe_surface*)csurf->transient; local in function:zink_begin_render_pass 2252 assert(dst_view); 2258 1 + dst_view->u.tex.last_layer - dst_view->u.tex.first_layer, &dstbox); 2264 util_blitter_blit_generic(ctx->blitter, dst_view, &dstbox,
|