Searched refs:dstsurf (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_blit.c | 73 dstsurf = screen->get_tex_surface(screen, dst_tex, in svga_surface_copy() 78 svga_surface(dstsurf)->handle, in svga_surface_copy() 86 dstsurf, in svga_surface_copy() 95 dstsurf, in svga_surface_copy() 113 svga_surface(dstsurf)->dirty = TRUE; in svga_surface_copy() 114 svga_propagate_surface(pipe, dstsurf); in svga_surface_copy() 117 pipe_surface_reference(&dstsurf, NULL); in svga_surface_copy()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.c | 1279 struct pipe_surface *dstsurf, in util_blitter_clear_render_target() argument 1288 assert(dstsurf->texture); in util_blitter_clear_render_target() 1289 if (!dstsurf->texture) in util_blitter_clear_render_target() 1305 fb_state.width = dstsurf->width; in util_blitter_clear_render_target() 1306 fb_state.height = dstsurf->height; in util_blitter_clear_render_target() 1308 fb_state.cbufs[0] = dstsurf; in util_blitter_clear_render_target() 1314 blitter_set_dst_dimensions(ctx, dstsurf->width, dstsurf->height); in util_blitter_clear_render_target() 1326 struct pipe_surface *dstsurf, in util_blitter_clear_depth_stencil() argument 1338 assert(dstsurf->texture); in util_blitter_clear_depth_stencil() 1339 if (!dstsurf->texture) in util_blitter_clear_depth_stencil() [all …]
|
D | u_blitter.h | 322 struct pipe_surface *dstsurf,
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_render.c | 1262 struct pipe_surface *srcsurf, *dstsurf, surf_tmpl; in r300_resource_resolve() local 1279 dstsurf = pipe->create_surface(pipe, info->dst.res, &surf_tmpl); in r300_resource_resolve() 1284 aa->dest = r300_surface(dstsurf); in r300_resource_resolve() 1305 pipe_surface_reference(&dstsurf, NULL); in r300_resource_resolve()
|