Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cache.c175 ir3_cache_invalidate(struct ir3_cache *cache, void *stobj) in ir3_cache_invalidate() argument
182 if ((key->fs == stobj) || (key->vs == stobj) || (key->ds == stobj) || in ir3_cache_invalidate()
183 (key->hs == stobj) || (key->gs == stobj)) { in ir3_cache_invalidate()
Dir3_cache.h85 void ir3_cache_invalidate(struct ir3_cache *cache, void *stobj);
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_sampler.c105 const struct gl_texture_object *stobj = st_texture_object_const(texobj); in st_convert_sampler() local
107 const struct st_sampler_view *sv = st_texture_get_current_sampler_view(st, stobj); in st_convert_sampler()