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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_surface.h43 struct svga_surface struct
74 struct svga_surface *backed;
129 static inline struct svga_surface *
130 svga_surface(struct pipe_surface *surface) function in typeref:struct:svga_surface *
132 return (struct svga_surface *)surface;
136 static inline const struct svga_surface *
139 return (const struct svga_surface *)surface;
143 svga_validate_surface_view(struct svga_context *svga, struct svga_surface *s);
H A Dsvga_sampler_view.h40 struct svga_surface;
H A DMakefile.sources66 svga_surface.c \
67 svga_surface.h \
H A Dsvga_surface.c42 #include "svga_surface.h"
95 struct svga_surface dst, src;
309 struct svga_surface *s;
316 s = CALLOC_STRUCT(svga_surface);
483 static struct svga_surface *
484 create_backed_surface_view(struct svga_context *svga, struct svga_surface *s)
501 s->backed = svga_surface(backed_view);
511 struct svga_surface *bs = s->backed;
547 svga_validate_surface_view(struct svga_context *svga, struct svga_surface *s)
660 struct svga_surface *
[all...]
H A Dsvga_state_framebuffer.c36 #include "svga_surface.h"
215 rtv[i] = svga_validate_surface_view(svga, svga_surface(s));
220 assert(svga_surface(rtv[i])->view_id != SVGA3D_INVALID_ID);
236 dsv = svga_validate_surface_view(svga, svga_surface(curr->zsbuf));
268 if (hw->cbufs[i] && svga_surface(hw->cbufs[i])->backed) {
270 &svga_surface(hw->cbufs[i])->backed->base,
280 if (hw->zsbuf && svga_surface(hw->zsbuf)->backed) {
281 svga_propagate_surface(svga, &svga_surface(hw->zsbuf)->backed->base,
350 svga_surface(hw->rtv[i])->handle,
360 svga_surface(h
[all...]
H A Dsvga_pipe_clear.c35 #include "svga_surface.h"
190 svga_surface(fb->cbufs[i]));
203 svga_validate_surface_view(svga, svga_surface(fb->zsbuf));
242 h = svga_surface(svga->curr.framebuffer.cbufs[0])->handle;
278 struct svga_surface *svga_surface_dst;
294 svga_surface_dst = svga_surface(surface);
475 svga_validate_surface_view(svga, svga_surface(dst));
H A Dsvga_cmd_vgpu10.c39 #include "svga_surface.h"
53 struct svga_surface *s = svga_surface(surface);
315 struct svga_surface *ss = svga_surface(color_surf);
350 struct svga_surface *ss;
368 ss = svga_surface(depth_stencil_surf);
384 ss = svga_surface(color_surfs[i]);
699 struct svga_surface *ss = svga_surface(ds_sur
[all...]
H A Dsvga_state_sampler.c46 #include "svga_surface.h"
99 struct svga_surface *surf;
103 surf = svga_surface(svga->curr.framebuffer.cbufs[i]);
111 surf = svga_surface(svga->curr.framebuffer.zsbuf);
H A Dsvga_cmd.c36 #include "svga_surface.h"
67 struct svga_surface *s = svga_surface(surface);
H A Dsvga_draw.c43 #include "svga_surface.h"
274 svga_surface(svga->curr.framebuffer.cbufs[0])->handle : NULL,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_surface.h43 struct svga_surface struct
74 struct svga_surface *backed;
129 static inline struct svga_surface *
130 svga_surface(struct pipe_surface *surface) function in typeref:struct:svga_surface *
132 return (struct svga_surface *)surface;
136 static inline const struct svga_surface *
139 return (const struct svga_surface *)surface;
143 svga_validate_surface_view(struct svga_context *svga, struct svga_surface *s);
H A Dsvga_sampler_view.h40 struct svga_surface;
H A Dsvga_surface.c42 #include "svga_surface.h"
87 struct svga_surface dst, src;
293 struct svga_surface *s;
300 s = CALLOC_STRUCT(svga_surface);
467 static struct svga_surface *
468 create_backed_surface_view(struct svga_context *svga, struct svga_surface *s,
486 s->backed = svga_surface(backed_view);
497 struct svga_surface *bs = s->backed;
535 svga_validate_surface_view(struct svga_context *svga, struct svga_surface *s)
655 struct svga_surface *
[all...]
H A Dsvga_pipe_clear.c35 #include "svga_surface.h"
193 svga_surface(fb->cbufs[i]));
206 svga_validate_surface_view(svga, svga_surface(fb->zsbuf));
245 h = svga_surface(svga->curr.framebuffer.cbufs[0])->handle;
273 struct svga_surface *svga_surface_dst;
288 svga_surface_dst = svga_surface(surface);
444 svga_validate_surface_view(svga, svga_surface(dst));
H A Dsvga_state_framebuffer.c36 #include "svga_surface.h"
216 rtv[i] = svga_validate_surface_view(svga, svga_surface(s));
224 assert(svga_surface(rtv[i])->view_id != SVGA3D_INVALID_ID);
241 dsv = svga_validate_surface_view(svga, svga_surface(curr->zsbuf));
272 if (hw->cbufs[i] && svga_surface(hw->cbufs[i])->backed) {
274 &svga_surface(hw->cbufs[i])->backed->base,
291 if (hw->zsbuf && svga_surface(hw->zsbuf)->backed) {
293 &svga_surface(hw->zsbuf)->backed->base,
367 svga_surface(hw->rtv[i])->handle,
377 svga_surface(h
[all...]
H A Dsvga_cmd_vgpu10.c39 #include "svga_surface.h"
53 struct svga_surface *s = svga_surface(surface);
315 struct svga_surface *ss = svga_surface(color_surf);
350 struct svga_surface *ss;
368 ss = svga_surface(depth_stencil_surf);
384 ss = svga_surface(color_surfs[i]);
699 struct svga_surface *ss = svga_surface(ds_sur
[all...]
H A Dsvga_state_sampler.c46 #include "svga_surface.h"
99 struct svga_surface *surf;
103 surf = svga_surface(svga->curr.framebuffer.cbufs[i]);
111 surf = svga_surface(svga->curr.framebuffer.zsbuf);
H A Dsvga_cmd.c36 #include "svga_surface.h"
67 struct svga_surface *s = svga_surface(surface);
H A Dsvga_draw.c43 #include "svga_surface.h"
274 svga_surface(svga->curr.framebuffer.cbufs[0])->handle : NULL,

Completed in 70 milliseconds