Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_tile_cache.h37 struct softpipe_tex_tile_cache;
78 struct softpipe_tex_tile_cache struct
103 extern struct softpipe_tex_tile_cache * argument
107 sp_destroy_tex_tile_cache(struct softpipe_tex_tile_cache *tc);
111 sp_tex_tile_cache_map_transfers(struct softpipe_tex_tile_cache *tc);
114 sp_tex_tile_cache_unmap_transfers(struct softpipe_tex_tile_cache *tc);
117 sp_tex_tile_cache_set_sampler_view(struct softpipe_tex_tile_cache *tc,
121 sp_tex_tile_cache_validate_texture(struct softpipe_tex_tile_cache *tc);
124 sp_flush_tex_tile_cache(struct softpipe_tex_tile_cache *tc);
129 sp_find_cached_tile_tex(struct softpipe_tex_tile_cache *tc,
[all …]
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()
91 sp_tex_tile_cache_map_transfers(struct softpipe_tex_tile_cache *tc) in sp_tex_tile_cache_map_transfers()
99 sp_tex_tile_cache_unmap_transfers(struct softpipe_tex_tile_cache *tc) in sp_tex_tile_cache_unmap_transfers()
112 sp_tex_tile_cache_validate_texture(struct softpipe_tex_tile_cache *tc) in sp_tex_tile_cache_validate_texture()
125 sp_tex_tile_is_compat_view(struct softpipe_tex_tile_cache *tc, in sp_tex_tile_is_compat_view()
142 sp_tex_tile_cache_set_sampler_view(struct softpipe_tex_tile_cache *tc, in sp_tex_tile_cache_set_sampler_view()
189 sp_flush_tex_tile_cache(struct softpipe_tex_tile_cache *tc) in sp_flush_tex_tile_cache()
[all …]
Dsp_tex_sample.h102 struct softpipe_tex_tile_cache *cache;
144 struct softpipe_tex_tile_cache *tex_cache,
Dsp_context.h52 struct softpipe_tex_tile_cache;
185 struct softpipe_tex_tile_cache *tex_cache[PIPE_SHADER_GEOMETRY+1][PIPE_MAX_SAMPLERS];
Dsp_state_derived.c216 struct softpipe_tex_tile_cache *tc = softpipe->tex_cache[sh][i]; in update_tgsi_samplers()
Dsp_tex_sample.c2468 struct softpipe_tex_tile_cache *tex_cache, in sp_sampler_variant_bind_view()