Searched refs:tex_cache (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
D | sp_context.c | 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 …]
|
D | sp_flush.c | 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()
|
D | sp_state_derived.c | 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()
|
D | sp_tex_sample.h | 144 struct softpipe_tex_tile_cache *tex_cache,
|
D | sp_state_sampler.c | 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()
|
D | sp_context.h | 185 struct softpipe_tex_tile_cache *tex_cache[PIPE_SHADER_GEOMETRY+1][PIPE_MAX_SAMPLERS]; member
|
D | sp_tex_sample.c | 2468 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()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_context.c | 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 …]
|
D | sp_flush.c | 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()
|
D | sp_state_derived.c | 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()
|
D | sp_tex_sample.h | 144 struct softpipe_tex_tile_cache *tex_cache,
|
D | sp_state_sampler.c | 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()
|
D | sp_context.h | 185 struct softpipe_tex_tile_cache *tex_cache[PIPE_SHADER_GEOMETRY+1][PIPE_MAX_SAMPLERS]; member
|
D | sp_tex_sample.c | 2468 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()
|