Searched refs:svga_sampler_view (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_sampler_view.h60 struct svga_sampler_view struct
77 extern struct svga_sampler_view *
83 svga_validate_sampler_view(struct svga_context *svga, struct svga_sampler_view *v);
86 svga_destroy_sampler_view_priv(struct svga_sampler_view *v);
89 svga_debug_describe_sampler_view(char *buf, const struct svga_sampler_view *sv);
92 svga_sampler_view_reference(struct svga_sampler_view **ptr, struct svga_sampler_view *v)
94 struct svga_sampler_view *old = *ptr;
H A Dsvga_sampler_view.c41 #include "svga_sampler_view.h"
47 svga_debug_describe_sampler_view(char *buf, const struct svga_sampler_view *sv)
51 util_sprintf(buf, "svga_sampler_view<%s,[%u,%u]>",
56 struct svga_sampler_view *
64 struct svga_sampler_view *sv = NULL;
108 sv = CALLOC_STRUCT(svga_sampler_view);
180 struct svga_sampler_view *v)
219 svga_destroy_sampler_view_priv(struct svga_sampler_view *v)
H A DMakefile.sources44 svga_sampler_view.c \
45 svga_sampler_view.h \
H A Dsvga_resource_texture.h56 struct svga_sampler_view *cached_view;
H A Dsvga_context.h337 struct svga_sampler_view *v;
H A Dsvga_draw.c41 #include "svga_sampler_view.h"
215 struct svga_sampler_view *sv = view->v;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_sampler_view.h60 struct svga_sampler_view struct
77 extern struct svga_sampler_view *
83 svga_validate_sampler_view(struct svga_context *svga, struct svga_sampler_view *v);
86 svga_destroy_sampler_view_priv(struct svga_sampler_view *v);
89 svga_debug_describe_sampler_view(char *buf, const struct svga_sampler_view *sv);
92 svga_sampler_view_reference(struct svga_sampler_view **ptr, struct svga_sampler_view *v)
94 struct svga_sampler_view *old = *ptr;
H A Dsvga_sampler_view.c41 #include "svga_sampler_view.h"
47 svga_debug_describe_sampler_view(char *buf, const struct svga_sampler_view *sv)
51 sprintf(buf, "svga_sampler_view<%s,[%u,%u]>",
56 struct svga_sampler_view *
64 struct svga_sampler_view *sv = NULL;
108 sv = CALLOC_STRUCT(svga_sampler_view);
180 struct svga_sampler_view *v)
219 svga_destroy_sampler_view_priv(struct svga_sampler_view *v)
H A Dsvga_resource_texture.h52 struct svga_sampler_view *cached_view;
H A Dsvga_context.h368 struct svga_sampler_view *v;
H A Dsvga_draw.c41 #include "svga_sampler_view.h"
215 struct svga_sampler_view *sv = view->v;

Completed in 11 milliseconds