Home
last modified time | relevance | path

Searched refs:tex_cache (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_context.c125 for (sh = 0; sh < Elements(softpipe->tex_cache); sh++) { in softpipe_destroy()
126 for (i = 0; i < Elements(softpipe->tex_cache[0]); i++) { in softpipe_destroy()
127 sp_destroy_tex_tile_cache(softpipe->tex_cache[sh][i]); in softpipe_destroy()
184 for (sh = 0; sh < Elements(softpipe->tex_cache); sh++) { in softpipe_is_resource_referenced()
185 for (i = 0; i < Elements(softpipe->tex_cache[0]); i++) { in softpipe_is_resource_referenced()
186 if (softpipe->tex_cache[sh][i] && in softpipe_is_resource_referenced()
187 softpipe->tex_cache[sh][i]->texture == texture) in softpipe_is_resource_referenced()
260 for (sh = 0; sh < Elements(softpipe->tex_cache); sh++) { in softpipe_create_context()
261 for (i = 0; i < Elements(softpipe->tex_cache[0]); i++) { in softpipe_create_context()
262 softpipe->tex_cache[sh][i] = sp_create_tex_tile_cache(&softpipe->pipe); in softpipe_create_context()
[all …]
Dsp_flush.c57 for (sh = 0; sh < Elements(softpipe->tex_cache); sh++) { in softpipe_flush()
59 sp_flush_tex_tile_cache(softpipe->tex_cache[sh][i]); in softpipe_flush()
Dsp_state_derived.c214 for (sh = 0; sh < Elements(softpipe->tex_cache); sh++) { in update_tgsi_samplers()
216 struct softpipe_tex_tile_cache *tc = softpipe->tex_cache[sh][i]; in update_tgsi_samplers()
321 sp_tex_tile_cache_set_sampler_view(softpipe->tex_cache[PIPE_SHADER_FRAGMENT][unit], in update_polygon_stipple_enable()
Dsp_tex_sample.h144 struct softpipe_tex_tile_cache *tex_cache,
Dsp_state_sampler.c199 sp_tex_tile_cache_set_sampler_view(softpipe->tex_cache[shader][start + i], in softpipe_set_sampler_views()
324 softpipe->tex_cache[shader][i], in reset_sampler_variants()
Dsp_context.h185 struct softpipe_tex_tile_cache *tex_cache[PIPE_SHADER_GEOMETRY+1][PIPE_MAX_SAMPLERS]; member
Dsp_tex_sample.c2468 struct softpipe_tex_tile_cache *tex_cache, in sp_sampler_variant_bind_view() argument
2474 samp->cache = tex_cache; in sp_sampler_variant_bind_view()