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 D | sp_tex_tile_cache.h | 37 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 D | sp_tex_tile_cache.c | 46 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 D | sp_context.h | 54 struct softpipe_tex_tile_cache; 206 struct softpipe_tex_tile_cache *tex_cache[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
|
| H A D | sp_tex_sample.h | 121 struct softpipe_tex_tile_cache *cache;
|
| H A D | sp_state_derived.c | 318 struct softpipe_tex_tile_cache *tc = softpipe->tex_cache[sh][i];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_tile_cache.h | 37 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 D | sp_tex_tile_cache.c | 46 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 D | sp_context.h | 54 struct softpipe_tex_tile_cache; 206 struct softpipe_tex_tile_cache *tex_cache[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
|
| H A D | sp_tex_sample.h | 121 struct softpipe_tex_tile_cache *cache;
|
| H A D | sp_state_derived.c | 318 struct softpipe_tex_tile_cache *tc = softpipe->tex_cache[sh][i];
|
Completed in 7 milliseconds