Searched defs:iris_bo (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_bufmgr.h | 174 struct iris_bo { struct [all...] |
H A D | iris_bufmgr.c | 881 list_for_each_entry_safe(struct iris_bo, cur, &bucket->head, head) alloc_bo_from_cache() argument 1399 list_for_each_entry_safe(struct iris_bo, bo, &bucket->head, head) cleanup_bo_cache() argument 1412 list_for_each_entry_safe(struct iris_bo, bo, &bucket->head, head) cleanup_bo_cache() argument 1425 list_for_each_entry_safe(struct iris_bo, bo, &bucket->head, head) cleanup_bo_cache() argument 1435 list_for_each_entry_safe(struct iris_bo, bo, &bufmgr->zombie_list, head) cleanup_bo_cache() argument 1766 list_for_each_entry_safe(struct iris_bo, bo, &bucket->head, head) iris_bufmgr_destroy() argument 1776 list_for_each_entry_safe(struct iris_bo, bo, &bucket->head, head) iris_bufmgr_destroy() argument 1786 list_for_each_entry_safe(struct iris_bo, bo, &bucket->head, head) iris_bufmgr_destroy() argument 1794 list_for_each_entry_safe(struct iris_bo, bo, &bufmgr->zombie_list, head) iris_bufmgr_destroy() argument [all...] |
Completed in 3 milliseconds