![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <mipmap_cache.h>
Collaboration diagram for dt_mipmap_cache_stats_entry_t:Data Fields | |
| int32_t | imgid |
| int | mip |
| size_t | size |
Definition at line 149 of file mipmap_cache.h.
| int32_t dt_mipmap_cache_stats_entry_t::imgid |
Definition at line 151 of file mipmap_cache.h.
Referenced by _mipmap_subcache_collect(), and _rebuild_memory().
| int dt_mipmap_cache_stats_entry_t::mip |
Definition at line 152 of file mipmap_cache.h.
Referenced by _mipmap_subcache_collect(), and _rebuild_memory().
| size_t dt_mipmap_cache_stats_entry_t::size |
Definition at line 153 of file mipmap_cache.h.
Referenced by _mipmap_subcache_collect(), and _rebuild_memory().