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.h58 struct svga_sampler_view struct
75 extern struct svga_sampler_view * argument
81 svga_validate_sampler_view(struct svga_context *svga, struct svga_sampler_view *v);
84 svga_destroy_sampler_view_priv(struct svga_sampler_view *v);
87 svga_debug_describe_sampler_view(char *buf, const struct svga_sampler_view *sv);
90 svga_sampler_view_reference(struct svga_sampler_view **ptr, struct svga_sampler_view *v) in svga_sampler_view_reference()
92 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()
54 struct svga_sampler_view *
62 struct svga_sampler_view *sv = NULL; in svga_get_tex_sampler_view()
106 sv = CALLOC_STRUCT(svga_sampler_view); in svga_get_tex_sampler_view()
170 svga_validate_sampler_view(struct svga_context *svga, struct svga_sampler_view *v) in svga_validate_sampler_view()
205 svga_destroy_sampler_view_priv(struct svga_sampler_view *v) in svga_destroy_sampler_view_priv()
Dsvga_resource_texture.h55 struct svga_sampler_view *cached_view;
DMakefile.sources42 svga_sampler_view.c \
Dsvga_context.h266 struct svga_sampler_view *v;