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 D | 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;
|
| H A D | 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)
|
| H A D | Makefile.sources | 44 svga_sampler_view.c \ 45 svga_sampler_view.h \
|
| H A D | svga_resource_texture.h | 56 struct svga_sampler_view *cached_view;
|
| H A D | svga_context.h | 337 struct svga_sampler_view *v;
|
| H A D | svga_draw.c | 41 #include "svga_sampler_view.h" 215 struct svga_sampler_view *sv = view->v;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | 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;
|
| H A D | 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 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 D | svga_resource_texture.h | 52 struct svga_sampler_view *cached_view;
|
| H A D | svga_context.h | 368 struct svga_sampler_view *v;
|
| H A D | svga_draw.c | 41 #include "svga_sampler_view.h" 215 struct svga_sampler_view *sv = view->v;
|
Completed in 11 milliseconds