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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_surface.h92 svga_surface_needs_propagation(const struct pipe_surface *surf);
H A Dsvga_state_framebuffer.c76 if (hw->cbufs[i] && svga_surface_needs_propagation(hw->cbufs[i]))
101 if (hw->zsbuf && svga_surface_needs_propagation(hw->zsbuf))
H A Dsvga_surface.c910 svga_surface_needs_propagation(const struct pipe_surface *surf) function in typeref:typename:boolean
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_surface.h92 svga_surface_needs_propagation(const struct pipe_surface *surf);
H A Dsvga_state_framebuffer.c76 if (hw->cbufs[i] && svga_surface_needs_propagation(hw->cbufs[i]))
101 if (hw->zsbuf && svga_surface_needs_propagation(hw->zsbuf))
H A Dsvga_surface.c898 svga_surface_needs_propagation(const struct pipe_surface *surf) function in typeref:typename:boolean

Completed in 8 milliseconds