Home
last modified time | relevance | path

Searched refs:svga_sampler_view (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_sampler_view.h60 struct svga_sampler_view struct
77 extern struct svga_sampler_view * argument
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) in svga_sampler_view_reference()
94 struct svga_sampler_view *old = *ptr; in svga_sampler_view_reference()
Dsvga_sampler_view.c47 svga_debug_describe_sampler_view(char *buf, const struct svga_sampler_view *sv) in svga_debug_describe_sampler_view()
56 struct svga_sampler_view *
64 struct svga_sampler_view *sv = NULL; in svga_get_tex_sampler_view()
108 sv = CALLOC_STRUCT(svga_sampler_view); in svga_get_tex_sampler_view()
180 struct svga_sampler_view *v) in svga_validate_sampler_view()
219 svga_destroy_sampler_view_priv(struct svga_sampler_view *v) in svga_destroy_sampler_view_priv()
DMakefile.sources44 svga_sampler_view.c \
45 svga_sampler_view.h \
Dsvga_resource_texture.h56 struct svga_sampler_view *cached_view;
Dsvga_context.h331 struct svga_sampler_view *v;