Searched refs:softpipe_tex_tile_cache (Results 1 – 5 of 5) sorted by relevance
37 struct softpipe_tex_tile_cache;83 struct softpipe_tex_tile_cache struct108 extern struct softpipe_tex_tile_cache * argument112 sp_destroy_tex_tile_cache(struct softpipe_tex_tile_cache *tc);115 sp_tex_tile_cache_set_sampler_view(struct softpipe_tex_tile_cache *tc,119 sp_tex_tile_cache_validate_texture(struct softpipe_tex_tile_cache *tc);122 sp_flush_tex_tile_cache(struct softpipe_tex_tile_cache *tc);127 sp_find_cached_tile_tex(struct softpipe_tex_tile_cache *tc, 151 sp_get_cached_tile_tex(struct softpipe_tex_tile_cache *tc, in sp_get_cached_tile_tex()
46 struct softpipe_tex_tile_cache *49 struct softpipe_tex_tile_cache *tc; in sp_create_tex_tile_cache()55 tc = CALLOC_STRUCT( softpipe_tex_tile_cache ); in sp_create_tex_tile_cache()68 sp_destroy_tex_tile_cache(struct softpipe_tex_tile_cache *tc) in sp_destroy_tex_tile_cache()93 sp_tex_tile_cache_validate_texture(struct softpipe_tex_tile_cache *tc) in sp_tex_tile_cache_validate_texture()106 sp_tex_tile_is_compat_view(struct softpipe_tex_tile_cache *tc, in sp_tex_tile_is_compat_view()123 sp_tex_tile_cache_set_sampler_view(struct softpipe_tex_tile_cache *tc, in sp_tex_tile_cache_set_sampler_view()166 sp_flush_tex_tile_cache(struct softpipe_tex_tile_cache *tc) in sp_flush_tex_tile_cache()204 sp_find_cached_tile_tex(struct softpipe_tex_tile_cache *tc, in sp_find_cached_tile_tex()
54 struct softpipe_tex_tile_cache;206 struct softpipe_tex_tile_cache *tex_cache[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
117 struct softpipe_tex_tile_cache *cache;
318 struct softpipe_tex_tile_cache *tc = softpipe->tex_cache[sh][i]; in update_tgsi_samplers()