Home
last modified time | relevance | path

Searched refs:svga_propagate_surface (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_context.c289 svga_propagate_surface(svga, svga->curr.framebuffer.cbufs[i]); in svga_surfaces_flush()
293 svga_propagate_surface(svga, svga->curr.framebuffer.zsbuf); in svga_surfaces_flush()
Dsvga_surface.h59 svga_propagate_surface(struct svga_context *svga, struct pipe_surface *surf);
Dsvga_pipe_blit.c114 svga_propagate_surface(pipe, dstsurf); in svga_surface_copy()
Dsvga_pipe_misc.c97 svga_propagate_surface(svga, dst->cbufs[i]); in svga_set_framebuffer_state()
Dsvga_surface.c351 svga_propagate_surface(struct svga_context *svga, struct pipe_surface *surf) in svga_propagate_surface() function