Home
last modified time | relevance | path

Searched refs:st_texture_get_current_sampler_view (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_sampler_view.h73 st_texture_get_current_sampler_view(const struct st_context *st,
Dst_sampler_view.c168 st_texture_get_current_sampler_view(const struct st_context *st, in st_texture_get_current_sampler_view() function
579 sv = st_texture_get_current_sampler_view(st, stObj); in st_get_texture_sampler_view_from_stobj()
628 sv = st_texture_get_current_sampler_view(st, stObj); in st_get_buffer_sampler_view_from_stobj()
Dst_atom_sampler.c177 const struct st_sampler_view *sv = st_texture_get_current_sampler_view(st, stobj); in st_convert_sampler()