Home
last modified time | relevance | path

Searched refs:dstsurf (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c2380 struct pipe_surface *dstsurf, in util_blitter_clear_render_target() argument
2391 assert(dstsurf->texture); in util_blitter_clear_render_target()
2392 if (!dstsurf->texture) in util_blitter_clear_render_target()
2408 fb_state.width = dstsurf->width; in util_blitter_clear_render_target()
2409 fb_state.height = dstsurf->height; in util_blitter_clear_render_target()
2411 fb_state.cbufs[0] = dstsurf; in util_blitter_clear_render_target()
2419 blitter_set_dst_dimensions(ctx, dstsurf->width, dstsurf->height); in util_blitter_clear_render_target()
2424 num_layers = dstsurf->u.tex.last_layer - dstsurf->u.tex.first_layer + 1; in util_blitter_clear_render_target()
2447 struct pipe_surface *dstsurf, in util_blitter_clear_depth_stencil() argument
2460 assert(dstsurf->texture); in util_blitter_clear_depth_stencil()
[all …]
Du_blitter.h375 struct pipe_surface *dstsurf,
391 struct pipe_surface *dstsurf,
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute_blit.c954 void si_compute_clear_render_target(struct pipe_context *ctx, struct pipe_surface *dstsurf, in si_compute_clear_render_target() argument
960 unsigned num_layers = dstsurf->u.tex.last_layer - dstsurf->u.tex.first_layer + 1; in si_compute_clear_render_target()
961 unsigned data[4 + sizeof(color->ui)] = {dstx, dsty, dstsurf->u.tex.first_layer, 0}; in si_compute_clear_render_target()
966 if (util_format_is_srgb(dstsurf->format)) { in si_compute_clear_render_target()
985 image.resource = dstsurf->texture; in si_compute_clear_render_target()
987 image.format = util_format_linear(dstsurf->format); in si_compute_clear_render_target()
988 image.u.tex.level = dstsurf->u.tex.level; in si_compute_clear_render_target()
990 image.u.tex.last_layer = dstsurf->u.tex.last_layer; in si_compute_clear_render_target()
995 if (dstsurf->texture->target != PIPE_TEXTURE_1D_ARRAY) { in si_compute_clear_render_target()
Dsi_pipe.h1431 void si_compute_clear_render_target(struct pipe_context *ctx, struct pipe_surface *dstsurf,
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c729 struct r300_surface *srcsurf, *dstsurf; in r300_simple_msaa_resolve() local
741 dstsurf = r300_surface(pipe->create_surface(pipe, dst, &surf_tmpl)); in r300_simple_msaa_resolve()
746 srcsurf->pitch |= dstsurf->pitch & (R300_COLOR_TILE(1) | R300_COLOR_MICROTILE(3)); in r300_simple_msaa_resolve()
749 aa->dest = dstsurf; in r300_simple_msaa_resolve()
764 pipe_surface_reference((struct pipe_surface**)&dstsurf, NULL); in r300_simple_msaa_resolve()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_texture.c1445 struct svga_winsys_surface *dstsurf; in svga_texture_transfer_unmap_upload() local
1460 dstsurf = svga_texture(texture)->handle; in svga_texture_transfer_unmap_upload()
1461 assert(dstsurf); in svga_texture_transfer_unmap_upload()
1475 dstsurf, subResource, in svga_texture_transfer_unmap_upload()