Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c2380 struct pipe_surface *dstsurf, in util_blitter_clear_render_target()
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 in util_blitter_clear_render_target()
2379 util_blitter_clear_render_target(struct blitter_context *blitter, struct pipe_surface *dstsurf, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) util_blitter_clear_render_target() argument
2446 util_blitter_clear_depth_stencil(struct blitter_context *blitter, struct pipe_surface *dstsurf, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) util_blitter_clear_depth_stencil() argument
2671 struct pipe_surface *srcsurf, *dstsurf, surf_tmpl; util_blitter_custom_resolve_color() local
2725 util_blitter_custom_color(struct blitter_context *blitter, struct pipe_surface *dstsurf, void *custom_blend) util_blitter_custom_color() argument
2788 util_blitter_custom_shader(struct blitter_context *blitter, struct pipe_surface *dstsurf, void *custom_vs, void *custom_fs) util_blitter_custom_shader() argument
[all...]
H A Du_blitter.h375 struct pipe_surface *dstsurf,
391 struct pipe_surface *dstsurf,
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A 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 in si_compute_clear_render_target()
[all...]
H A Dsi_pipe.h1431 void si_compute_clear_render_target(struct pipe_context *ctx, struct pipe_surface *dstsurf,
/third_party/mesa3d/src/gallium/drivers/r300/
H A 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/
H A 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()

Completed in 15 milliseconds