Home
last modified time | relevance | path

Searched refs:st_sampler_views (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_sampler_view.c92 struct st_sampler_views *views; in st_texture_set_sampler_view()
133 struct st_sampler_views *new_views = malloc(new_size); in st_texture_set_sampler_view()
207 struct st_sampler_views *views = p_atomic_read(&stObj->sampler_views); in st_texture_get_current_sampler_view()
231 struct st_sampler_views *views = stObj->sampler_views; in st_texture_release_context_sampler_view()
262 struct st_sampler_views *views = stObj->sampler_views; in st_texture_release_all_sampler_views()
285 * Delete the texture's sampler views and st_sampler_views containers.
301 struct st_sampler_views *views = stObj->sampler_views_old; in st_delete_texture_sampler_views()
H A Dst_texture.h91 struct st_sampler_views struct
93 struct st_sampler_views *next;
/third_party/mesa3d/src/mesa/main/
H A Dmtypes.h1012 struct st_sampler_views *sampler_views;
1017 struct st_sampler_views *sampler_views_old;
H A Dtexobj.c375 obj->sampler_views = calloc(1, sizeof(struct st_sampler_views) in _mesa_initialize_texture_object()

Completed in 12 milliseconds