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.h72 st_texture_get_current_sampler_view(const struct st_context *st,
Dst_sampler_view.c167 st_texture_get_current_sampler_view(const struct st_context *st, in st_texture_get_current_sampler_view() function
531 sv = st_texture_get_current_sampler_view(st, stObj); in st_get_texture_sampler_view_from_stobj()
577 sv = st_texture_get_current_sampler_view(st, stObj); in st_get_buffer_sampler_view_from_stobj()
Dst_atom_sampler.c169 const struct st_sampler_view *sv = st_texture_get_current_sampler_view(st, stobj); in st_convert_sampler()