Searched refs:tex_cache (Results 1 – 7 of 7) sorted by relevance
125 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 …]
57 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()
214 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()
144 struct softpipe_tex_tile_cache *tex_cache,
199 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()
185 struct softpipe_tex_tile_cache *tex_cache[PIPE_SHADER_GEOMETRY+1][PIPE_MAX_SAMPLERS]; member
2468 struct softpipe_tex_tile_cache *tex_cache, in sp_sampler_variant_bind_view() argument2474 samp->cache = tex_cache; in sp_sampler_variant_bind_view()