Searched refs:time_list (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_bufmgr.c | 50 list_for_each_entry(struct v3d_bo, bo, &cache->time_list, time_list) { in v3d_bo_dump_stats() 60 if (!list_is_empty(&cache->time_list)) { in v3d_bo_dump_stats() 61 struct v3d_bo *first = list_first_entry(&cache->time_list, in v3d_bo_dump_stats() 63 time_list); in v3d_bo_dump_stats() 64 struct v3d_bo *last = list_last_entry(&cache->time_list, in v3d_bo_dump_stats() 66 time_list); in v3d_bo_dump_stats() 83 list_del(&bo->time_list); in v3d_bo_remove_from_cache() 165 if (!list_is_empty(&screen->bo_cache.time_list) && in v3d_bo_alloc() 240 list_for_each_entry_safe(struct v3d_bo, bo, &cache->time_list, in free_stale_bos() 241 time_list) { in free_stale_bos() [all …]
|
D | v3d_screen.h | 65 struct list_head time_list; member
|
D | v3d_bufmgr.h | 47 struct list_head time_list; member
|
D | v3d_screen.c | 861 list_inithead(&screen->bo_cache.time_list); in v3d_screen_create()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_bo.c | 55 if (!list_is_empty(&cache->time_list)) { in bo_dump_stats() 56 struct v3dv_bo *first = list_first_entry(&cache->time_list, in bo_dump_stats() 58 time_list); in bo_dump_stats() 59 struct v3dv_bo *last = list_last_entry(&cache->time_list, in bo_dump_stats() 61 time_list); in bo_dump_stats() 87 list_del(&bo->time_list); in bo_remove_from_cache() 172 list_for_each_entry_safe(struct v3dv_bo, bo, &cache->time_list, in bo_cache_free_all() 173 time_list) { in bo_cache_free_all() 237 if (!list_is_empty(&device->bo_cache.time_list) && in v3dv_bo_alloc() 386 list_inithead(&device->bo_cache.time_list); in v3dv_bo_cache_init() [all …]
|
D | v3dv_bo.h | 43 struct list_head time_list; member
|
D | v3dv_private.h | 498 struct list_head time_list; member
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_bufmgr.c | 87 if (!list_is_empty(&cache->time_list)) { in vc4_bo_dump_stats() 88 struct vc4_bo *first = list_entry(cache->time_list.next, in vc4_bo_dump_stats() 90 time_list); in vc4_bo_dump_stats() 91 struct vc4_bo *last = list_entry(cache->time_list.prev, in vc4_bo_dump_stats() 93 time_list); in vc4_bo_dump_stats() 110 list_del(&bo->time_list); in vc4_bo_remove_from_cache() 258 if (!list_is_empty(&screen->bo_cache.time_list) && in vc4_bo_alloc() 299 list_for_each_entry_safe(struct vc4_bo, bo, &cache->time_list, in free_stale_bos() 300 time_list) { in free_stale_bos() 326 list_for_each_entry_safe(struct vc4_bo, bo, &cache->time_list, in vc4_bo_cache_free_all() [all …]
|
D | vc4_screen.h | 79 struct list_head time_list; member
|
D | vc4_bufmgr.h | 51 struct list_head time_list; member
|
D | vc4_screen.c | 565 list_inithead(&screen->bo_cache.time_list); in vc4_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_bo.c | 82 list_del(&bo->time_list); in lima_bo_cache_remove() 123 &screen->bo_cache_time, time_list) { in lima_bo_cache_fini() 170 &screen->bo_cache_time, time_list) { in lima_bo_cache_free_stale_bos() 223 list_addtail(&bo->time_list, &screen->bo_cache_time); in lima_bo_cache_put() 299 list_inithead(&bo->time_list); in lima_bo_create() 479 list_inithead(&bo->time_list); in lima_bo_import()
|
D | lima_bo.h | 35 struct list_head time_list; member
|