Home
last modified time | relevance | path

Searched refs:size_list (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_bo.c77 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()
Dv3dv_bo.h45 struct list_head size_list; member
Dv3dv_private.h500 struct list_head *size_list; member
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_bufmgr.c84 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()
Dv3d_screen.h67 struct list_head *size_list; member
Dv3d_bufmgr.h49 struct list_head size_list; member
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_bo.c81 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()
Dlima_bo.h36 struct list_head size_list; member
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_bufmgr.c111 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()
Dvc4_screen.h81 struct list_head *size_list; member
Dvc4_bufmgr.h53 struct list_head size_list; member