HomeSort by relevance Sort by last modified time
    Searched refs:svga_sampler_view (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/svga/
svga_sampler_view.h 60 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;
svga_sampler_view.c 41 #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)
svga_resource_texture.h 56 struct svga_sampler_view *cached_view;
svga_context.h 331 struct svga_sampler_view *v;

Completed in 194 milliseconds