Searched refs:st_sampler_view (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_sampler_view.h72 const struct st_sampler_view *
H A Dst_texture.h56 struct st_sampler_view struct
78 struct st_sampler_view views[0];
H A Dst_sampler_view.c38 #include "st_sampler_view.h"
63 struct st_sampler_view *free = NULL;
64 struct st_sampler_view *sv;
167 const struct st_sampler_view *
174 const struct st_sampler_view *sv = &views->views[i];
227 struct st_sampler_view *stsv = &views->views[i];
549 const struct st_sampler_view *sv;
597 const struct st_sampler_view *sv;
H A Dst_atom_sampler.c46 #include "st_sampler_view.h"
172 const struct st_sampler_view *sv = st_texture_get_current_sampler_view(st, stobj);
H A Dst_cb_texture.c64 #include "state_tracker/st_sampler_view.h"
164 + sizeof(struct st_sampler_view));
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_sampler_view.h72 struct st_sampler_view *
H A Dst_sampler_view.c38 #include "st_sampler_view.h"
48 st_remove_private_references(struct st_sampler_view *sv)
59 get_sampler_view_reference(struct st_sampler_view *sv,
94 struct st_sampler_view *free = NULL;
95 struct st_sampler_view *sv;
202 struct st_sampler_view *
209 struct st_sampler_view *sv = &views->views[i];
232 struct st_sampler_view *sv = &views->views[i];
263 struct st_sampler_view *stsv = &views->views[i];
631 struct st_sampler_view *s
[all...]
H A Dst_texture.h56 struct st_sampler_view struct
96 struct st_sampler_view views[0];
H A Dst_atom_sampler.c46 #include "st_sampler_view.h"
106 const struct st_sampler_view *sv = st_texture_get_current_sampler_view(st, stobj);
H A Dst_cb_texture.c64 #include "state_tracker/st_sampler_view.h"
422 + sizeof(struct st_sampler_view));
/xsrc/external/mit/MesaLib.old/dist/src/mesa/
H A DMakefile.sources549 state_tracker/st_sampler_view.c \
550 state_tracker/st_sampler_view.h \
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.2.0.rst3551 - st/mesa: remove the const qualifier for a few st_sampler_view instances
3552 - st/mesa: sink refcounting from st_get_sampler_views into st_sampler_view.c
H A D19.1.0.rst825 - st/mesa: whitespace fixes in st_sampler_view.c

Completed in 34 milliseconds