Searched refs:size_list (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_bo.c | 77 if (list_is_empty(&cache->size_list[i])) in bo_dump_stats() 88 list_del(&bo->size_list); in bo_remove_from_cache() 106 if (!list_is_empty(&cache->size_list[page_index])) { in bo_from_cache() 107 bo = list_first_entry(&cache->size_list[page_index], in bo_from_cache() 108 struct v3dv_bo, size_list); in bo_from_cache() 355 struct list_head *old_list = cache->size_list; in reallocate_size_list() 361 struct list_head *old_head = &cache->size_list[i]; in reallocate_size_list() 374 cache->size_list = new_list; in reallocate_size_list() 411 vk_free(&device->vk.alloc, device->bo_cache.size_list); in v3dv_bo_cache_destroy() 497 list_addtail(&bo->size_list, &cache->size_list[page_index]); in v3dv_bo_free()
|
D | v3dv_bo.h | 45 struct list_head size_list; member
|
D | v3dv_private.h | 500 struct list_head *size_list; member
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_bufmgr.c | 84 list_del(&bo->size_list); in v3d_bo_remove_from_cache() 98 if (!list_is_empty(&cache->size_list[page_index])) { in v3d_bo_from_cache() 99 bo = list_first_entry(&cache->size_list[page_index], in v3d_bo_from_cache() 100 struct v3d_bo, size_list); in v3d_bo_from_cache() 294 struct list_head *old_head = &cache->size_list[i]; in v3d_bo_last_unreference_locked_timed() 307 cache->size_list = new_list; in v3d_bo_last_unreference_locked_timed() 312 list_addtail(&bo->size_list, &cache->size_list[page_index]); in v3d_bo_last_unreference_locked_timed()
|
D | v3d_screen.h | 67 struct list_head *size_list; member
|
D | v3d_bufmgr.h | 49 struct list_head size_list; member
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_bo.c | 81 list_del(&bo->size_list); in lima_bo_cache_remove() 192 list_for_each_entry(struct lima_bo, entry, bucket, size_list) { in lima_bo_cache_print_stats() 222 list_addtail(&bo->size_list, bucket); in lima_bo_cache_put() 250 list_for_each_entry_safe(struct lima_bo, entry, bucket, size_list) { in lima_bo_cache_get() 300 list_inithead(&bo->size_list); in lima_bo_create() 480 list_inithead(&bo->size_list); in lima_bo_import()
|
D | lima_bo.h | 36 struct list_head size_list; member
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_bufmgr.c | 111 list_del(&bo->size_list); in vc4_bo_remove_from_cache() 190 LIST_FOR_EACH_ENTRY_SAFE(iter, tmp, &cache->size_list[page_index], in vc4_bo_from_cache() 191 size_list) { in vc4_bo_from_cache() 354 list_replace(&cache->size_list[i], &new_list[i]); in vc4_bo_last_unreference_locked_timed() 358 cache->size_list = new_list; in vc4_bo_last_unreference_locked_timed() 364 list_addtail(&bo->size_list, &cache->size_list[page_index]); in vc4_bo_last_unreference_locked_timed()
|
D | vc4_screen.h | 81 struct list_head *size_list; member
|
D | vc4_bufmgr.h | 53 struct list_head size_list; member
|