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

/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_surface.h43 struct svga_surface struct
87 static INLINE struct svga_surface *
88 svga_surface(struct pipe_surface *surface) function
91 return (struct svga_surface *)surface;
95 static INLINE const struct svga_surface *
99 return (const struct svga_surface *)surface;
H A Dsvga_pipe_blit.c30 #include "svga_surface.h"
78 svga_surface(dstsurf)->handle,
80 svga_surface(srcsurf)->handle,
113 svga_surface(dstsurf)->dirty = TRUE;
H A Dsvga_surface.c40 #include "svga_surface.h"
54 struct svga_surface dst, src;
192 struct svga_surface *s;
203 s = CALLOC_STRUCT(svga_surface);
289 struct svga_surface *s = svga_surface(surf);
306 struct svga_surface *s = svga_surface(surf);
353 struct svga_surface *s = svga_surface(sur
[all...]
H A Dsvga_pipe_clear.c34 #include "svga_surface.h"
116 svga_surface(svga->curr.framebuffer.cbufs[0])->handle);
H A Dsvga_cmd.c36 #include "svga_surface.h"
64 struct svga_surface *s = svga_surface(surface);
H A Dsvga_draw.c40 #include "svga_surface.h"
222 svga_surface(svga->curr.framebuffer.cbufs[0])->handle : NULL,

Completed in 154 milliseconds