Searched refs:stobj (Results 1 – 3 of 3) sorted by relevance
175 ir3_cache_invalidate(struct ir3_cache *cache, void *stobj) in ir3_cache_invalidate() argument182 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()
85 void ir3_cache_invalidate(struct ir3_cache *cache, void *stobj);
105 const struct gl_texture_object *stobj = st_texture_object_const(texobj); in st_convert_sampler() local107 const struct st_sampler_view *sv = st_texture_get_current_sampler_view(st, stobj); in st_convert_sampler()