Searched refs:softpipe_tex_tile_cache (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_tile_cache.h37 struct softpipe_tex_tile_cache;
82 struct softpipe_tex_tile_cache struct
107 extern struct softpipe_tex_tile_cache *
111 sp_destroy_tex_tile_cache(struct softpipe_tex_tile_cache *tc);
114 sp_tex_tile_cache_set_sampler_view(struct softpipe_tex_tile_cache *tc,
118 sp_tex_tile_cache_validate_texture(struct softpipe_tex_tile_cache *tc);
121 sp_flush_tex_tile_cache(struct softpipe_tex_tile_cache *tc);
126 sp_find_cached_tile_tex(struct softpipe_tex_tile_cache *tc,
150 sp_get_cached_tile_tex(struct softpipe_tex_tile_cache *tc,
H A Dsp_tex_tile_cache.c46 struct softpipe_tex_tile_cache *
49 struct softpipe_tex_tile_cache *tc;
55 tc = CALLOC_STRUCT( softpipe_tex_tile_cache );
68 sp_destroy_tex_tile_cache(struct softpipe_tex_tile_cache *tc)
93 sp_tex_tile_cache_validate_texture(struct softpipe_tex_tile_cache *tc)
106 sp_tex_tile_is_compat_view(struct softpipe_tex_tile_cache *tc,
123 sp_tex_tile_cache_set_sampler_view(struct softpipe_tex_tile_cache *tc,
166 sp_flush_tex_tile_cache(struct softpipe_tex_tile_cache *tc)
204 sp_find_cached_tile_tex(struct softpipe_tex_tile_cache *tc,
H A Dsp_context.h54 struct softpipe_tex_tile_cache;
206 struct softpipe_tex_tile_cache *tex_cache[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
H A Dsp_tex_sample.h121 struct softpipe_tex_tile_cache *cache;
H A Dsp_state_derived.c318 struct softpipe_tex_tile_cache *tc = softpipe->tex_cache[sh][i];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_tile_cache.h37 struct softpipe_tex_tile_cache;
82 struct softpipe_tex_tile_cache struct
107 extern struct softpipe_tex_tile_cache *
111 sp_destroy_tex_tile_cache(struct softpipe_tex_tile_cache *tc);
114 sp_tex_tile_cache_set_sampler_view(struct softpipe_tex_tile_cache *tc,
118 sp_tex_tile_cache_validate_texture(struct softpipe_tex_tile_cache *tc);
121 sp_flush_tex_tile_cache(struct softpipe_tex_tile_cache *tc);
126 sp_find_cached_tile_tex(struct softpipe_tex_tile_cache *tc,
150 sp_get_cached_tile_tex(struct softpipe_tex_tile_cache *tc,
H A Dsp_tex_tile_cache.c46 struct softpipe_tex_tile_cache *
49 struct softpipe_tex_tile_cache *tc;
55 tc = CALLOC_STRUCT( softpipe_tex_tile_cache );
68 sp_destroy_tex_tile_cache(struct softpipe_tex_tile_cache *tc)
93 sp_tex_tile_cache_validate_texture(struct softpipe_tex_tile_cache *tc)
106 sp_tex_tile_is_compat_view(struct softpipe_tex_tile_cache *tc,
123 sp_tex_tile_cache_set_sampler_view(struct softpipe_tex_tile_cache *tc,
166 sp_flush_tex_tile_cache(struct softpipe_tex_tile_cache *tc)
204 sp_find_cached_tile_tex(struct softpipe_tex_tile_cache *tc,
H A Dsp_context.h54 struct softpipe_tex_tile_cache;
206 struct softpipe_tex_tile_cache *tex_cache[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
H A Dsp_tex_sample.h121 struct softpipe_tex_tile_cache *cache;
H A Dsp_state_derived.c318 struct softpipe_tex_tile_cache *tc = softpipe->tex_cache[sh][i];

Completed in 7 milliseconds