/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_blitter.c | 90 struct pipe_sampler_view src_templ, *src_view; in fd_blitter_blit() local 101 src_view = pipe->create_sampler_view(pipe, src, &src_templ); in fd_blitter_blit() 105 src_view, &info->src.box, src->width0, src->height0, in fd_blitter_blit() 111 pipe_sampler_view_reference(&src_view, NULL); in fd_blitter_blit()
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_composite.c | 395 struct pipe_sampler_view *src_view; in bind_samplers() local 426 src_view = pipe->create_sampler_view(pipe, src_pic->srf->tex, in bind_samplers() 429 ctx->bound_sampler_views[0] = src_view; in bind_samplers() 450 src_view = pipe->create_sampler_view(pipe, mask_pic->srf->tex, in bind_samplers() 453 ctx->bound_sampler_views[1] = src_view; in bind_samplers() 462 src_view); in bind_samplers()
|
D | xa_renderer.c | 458 struct pipe_sampler_view *src_view; in renderer_copy_prepare() local 462 src_view = pipe->create_sampler_view(pipe, src_texture, &templ); in renderer_copy_prepare() 463 cso_set_sampler_views(r->cso, PIPE_SHADER_FRAGMENT, 1, &src_view); in renderer_copy_prepare() 464 pipe_sampler_view_reference(&src_view, NULL); in renderer_copy_prepare()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_bufimage.c | 1019 struct radv_image_view src_view; in radv_meta_image_to_buffer() local 1022 create_iview(cmd_buffer, src, &src_view); in radv_meta_image_to_buffer() 1024 itob_bind_descriptors(cmd_buffer, &src_view, &dst_view); in radv_meta_image_to_buffer() 1096 struct radv_buffer_view src_view; in radv_meta_buffer_to_image_cs() local 1099 create_bview(cmd_buffer, src->buffer, src->offset, src->format, &src_view); in radv_meta_buffer_to_image_cs() 1101 btoi_bind_descriptors(cmd_buffer, &src_view, &dst_view); in radv_meta_buffer_to_image_cs() 1178 struct radv_image_view src_view, dst_view; in radv_meta_image_to_image_cs() local 1180 create_iview(cmd_buffer, src, &src_view); in radv_meta_image_to_image_cs() 1183 itoi_bind_descriptors(cmd_buffer, &src_view, &dst_view); in radv_meta_image_to_image_cs()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_surface.c | 90 struct pipe_sampler_view src_templ, *src_view; in i915_surface_copy_render() local 116 src_view = i915_create_sampler_view_custom(pipe, src, &src_templ, src_width0, src_height0); in i915_surface_copy_render() 122 src_view, src_box, src_width0, src_height0, in i915_surface_copy_render()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.c | 1589 struct pipe_sampler_view src_templ, *src_view; in util_blitter_copy_texture() local 1604 src_view = pipe->create_sampler_view(pipe, src, &src_templ); in util_blitter_copy_texture() 1608 src_view, srcbox, src->width0, src->height0, in util_blitter_copy_texture() 1613 pipe_sampler_view_reference(&src_view, NULL); in util_blitter_copy_texture() 1986 struct pipe_sampler_view src_templ, *src_view; in util_blitter_blit() local 1997 src_view = pipe->create_sampler_view(pipe, src, &src_templ); in util_blitter_blit() 2001 src_view, &info->src.box, src->width0, src->height0, in util_blitter_blit() 2007 pipe_sampler_view_reference(&src_view, NULL); in util_blitter_blit() 2019 struct pipe_sampler_view src_templ, *src_view; in util_blitter_generate_mipmap() local 2096 src_view = pipe->create_sampler_view(pipe, tex, &src_templ); in util_blitter_generate_mipmap() [all …]
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_blit.c | 680 struct pipe_sampler_view src_templ, *src_view; in r600_resource_copy_region() local 798 src_view = evergreen_create_sampler_view_custom(ctx, src, &src_templ, in r600_resource_copy_region() 802 src_view = r600_create_sampler_view_custom(ctx, src, &src_templ, in r600_resource_copy_region() 812 src_view, src_box, src_width0, src_height0, in r600_resource_copy_region() 818 pipe_sampler_view_reference(&src_view, NULL); in r600_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_blit.c | 549 struct pipe_sampler_view src_templ, *src_view; in r300_resource_copy_region() local 666 src_view = r300_create_sampler_view_custom(pipe, src, &src_templ, src_width0, src_height0); in r300_resource_copy_region() 673 src_view, src_box, src_width0, src_height0, in r300_resource_copy_region() 679 pipe_sampler_view_reference(&src_view, NULL); in r300_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_blit.c | 882 struct pipe_sampler_view src_templ, *src_view; in si_resource_copy_region() local 1034 src_view = si_create_sampler_view_custom(ctx, src, &src_templ, in si_resource_copy_region() 1044 src_view, src_box, src_width0, src_height0, in si_resource_copy_region() 1050 pipe_sampler_view_reference(&src_view, NULL); in si_resource_copy_region()
|