Blender V2.61 - r43446
|
Public Attributes | |
ListBase | tiles |
ListBase | unused |
GHash * | tilehash |
MemArena * | memarena |
uintptr_t | totmem |
uintptr_t | maxmem |
ImThreadTileCache | thread_cache [BLENDER_MAX_THREADS+1] |
int | totthread |
ThreadMutex | mutex |
int | initialized |
Definition at line 90 of file cache.c.
Referenced by imb_tile_cache_exit(), and imb_tile_cache_init().
uintptr_t ImGlobalTileCache::maxmem |
Definition at line 83 of file cache.c.
Referenced by imb_global_cache_get_tile(), and IMB_tile_cache_params().
Definition at line 82 of file cache.c.
Referenced by imb_global_cache_get_tile(), imb_thread_cache_init(), imb_tile_cache_exit(), and IMB_tile_cache_params().
Definition at line 88 of file cache.c.
Referenced by imb_global_cache_get_tile(), imb_tile_cache_exit(), imb_tile_cache_init(), IMB_tile_cache_params(), imb_tile_cache_tile_free(), and IMB_tiles_to_rect().
ImThreadTileCache ImGlobalTileCache::thread_cache[BLENDER_MAX_THREADS+1] |
Definition at line 85 of file cache.c.
Referenced by IMB_gettile(), imb_tile_cache_exit(), and IMB_tile_cache_params().
Definition at line 80 of file cache.c.
Referenced by imb_global_cache_get_tile(), imb_tile_cache_exit(), IMB_tile_cache_params(), and imb_tile_cache_tile_free().
Definition at line 78 of file cache.c.
Referenced by imb_global_cache_get_tile(), imb_tile_cache_exit(), and imb_tile_cache_tile_free().
uintptr_t ImGlobalTileCache::totmem |
Definition at line 83 of file cache.c.
Referenced by imb_global_cache_get_tile(), and imb_global_cache_tile_unload().
Definition at line 86 of file cache.c.
Referenced by imb_tile_cache_exit(), and IMB_tile_cache_params().
Definition at line 79 of file cache.c.
Referenced by imb_global_cache_get_tile(), and imb_tile_cache_tile_free().