Searched refs:svga_sampler_view (Results 1 – 7 of 7) sorted by relevance
60 struct svga_sampler_view struct77 extern struct svga_sampler_view * argument83 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()
47 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()
46 svga_sampler_view.c \47 svga_sampler_view.h \
51 'svga_sampler_view.c',
56 struct svga_sampler_view *cached_view;
339 struct svga_sampler_view *v;
215 struct svga_sampler_view *sv = view->v; in draw_vgpu9()