Home
last modified time | relevance | path

Searched refs:svga_surface (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_surface.h43 struct svga_surface struct
87 static INLINE struct svga_surface *
88 svga_surface(struct pipe_surface *surface) in svga_surface() function
91 return (struct svga_surface *)surface; in svga_surface()
95 static INLINE const struct svga_surface *
99 return (const struct svga_surface *)surface; in svga_surface_const()
Dsvga_surface.c54 struct svga_surface dst, src; in svga_texture_copy_handle()
192 struct svga_surface *s; in svga_create_surface()
203 s = CALLOC_STRUCT(svga_surface); in svga_create_surface()
289 struct svga_surface *s = svga_surface(surf); in svga_surface_destroy()
306 struct svga_surface *s = svga_surface(surf); in svga_mark_surface_dirty()
353 struct svga_surface *s = svga_surface(surf); in svga_propagate_surface()
394 const struct svga_surface *s = svga_surface_const(surf); in svga_surface_needs_propagation()
Dsvga_pipe_blit.c78 svga_surface(dstsurf)->handle, in svga_surface_copy()
80 svga_surface(srcsurf)->handle, in svga_surface_copy()
113 svga_surface(dstsurf)->dirty = TRUE; in svga_surface_copy()
DMakefile.sources43 svga_surface.c \
Dsvga_pipe_clear.c116 svga_surface(svga->curr.framebuffer.cbufs[0])->handle); in svga_clear()
Dsvga_cmd.c64 struct svga_surface *s = svga_surface(surface); in surface_to_surfaceid()
Dsvga_draw.c222 svga_surface(svga->curr.framebuffer.cbufs[0])->handle : NULL, in svga_hwtnl_flush()