Home
last modified time | relevance | path

Searched refs:softpipe_tex_tile_cache (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_tile_cache.h37 struct softpipe_tex_tile_cache;
83 struct softpipe_tex_tile_cache struct
108 extern struct softpipe_tex_tile_cache * argument
112 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()
Dsp_tex_tile_cache.c46 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()
Dsp_context.h54 struct softpipe_tex_tile_cache;
206 struct softpipe_tex_tile_cache *tex_cache[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
Dsp_tex_sample.h117 struct softpipe_tex_tile_cache *cache;
Dsp_state_derived.c318 struct softpipe_tex_tile_cache *tc = softpipe->tex_cache[sh][i]; in update_tgsi_samplers()