| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_bufmgr.c | 50 list_for_each_entry(struct v3d_bo, bo, &cache->time_list, time_list) { 60 if (!list_is_empty(&cache->time_list)) { 61 struct v3d_bo *first = list_first_entry(&cache->time_list, 63 time_list); 64 struct v3d_bo *last = list_last_entry(&cache->time_list, 66 time_list); 83 list_del(&bo->time_list); 165 if (!list_is_empty(&screen->bo_cache.time_list) && 240 list_for_each_entry_safe(struct v3d_bo, bo, &cache->time_list, [all...] |
| H A D | v3d_screen.h | 64 struct list_head time_list; member in struct:v3d_screen::v3d_bo_cache
|
| H A D | v3d_bufmgr.h | 47 struct list_head time_list; member in struct:v3d_bo
|
| H A D | v3d_screen.c | 793 list_inithead(&screen->bo_cache.time_list);
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_bo.c | 55 if (!list_is_empty(&cache->time_list)) { 56 struct v3dv_bo *first = list_first_entry(&cache->time_list, 58 time_list); 59 struct v3dv_bo *last = list_last_entry(&cache->time_list, 61 time_list); 87 list_del(&bo->time_list); 168 list_for_each_entry_safe(struct v3dv_bo, bo, &cache->time_list, 169 time_list) { 240 if (!list_is_empty(&device->bo_cache.time_list) && 387 list_inithead(&device->bo_cache.time_list); [all...] |
| H A D | v3dv_bo.h | 43 struct list_head time_list; member in struct:v3dv_bo
|
| H A D | v3dv_private.h | 448 struct list_head time_list; member in struct:v3dv_device::v3dv_bo_cache
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_screen.h | 64 struct list_head time_list; member in struct:v3d_screen::v3d_bo_cache
|
| H A D | v3d_bufmgr.c | 58 list_for_each_entry(struct v3d_bo, bo, &cache->time_list, time_list) { 68 if (!list_empty(&cache->time_list)) { 69 struct v3d_bo *first = list_first_entry(&cache->time_list, 71 time_list); 72 struct v3d_bo *last = list_last_entry(&cache->time_list, 74 time_list); 91 list_del(&bo->time_list); 173 if (!list_empty(&screen->bo_cache.time_list) && 248 list_for_each_entry_safe(struct v3d_bo, bo, &cache->time_list, [all...] |
| H A D | v3d_bufmgr.h | 47 struct list_head time_list; member in struct:v3d_bo
|
| H A D | v3d_screen.c | 688 list_inithead(&screen->bo_cache.time_list);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_bufmgr.c | 95 if (!list_empty(&cache->time_list)) { 97 cache->time_list.next, 98 time_list); 100 cache->time_list.prev, 101 time_list); 118 list_del(&bo->time_list); 266 if (!list_empty(&screen->bo_cache.time_list) && 307 list_for_each_entry_safe(struct vc4_bo, bo, &cache->time_list, 308 time_list) { 334 list_for_each_entry_safe(struct vc4_bo, bo, &cache->time_list, [all...] |
| H A D | vc4_screen.h | 79 struct list_head time_list; member in struct:vc4_screen::vc4_bo_cache
|
| H A D | vc4_bufmgr.h | 51 struct list_head time_list; member in struct:vc4_bo
|
| H A D | vc4_screen.c | 526 list_inithead(&screen->bo_cache.time_list);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_bufmgr.c | 87 if (!list_is_empty(&cache->time_list)) { 89 cache->time_list.next, 90 time_list); 92 cache->time_list.prev, 93 time_list); 110 list_del(&bo->time_list); 258 if (!list_is_empty(&screen->bo_cache.time_list) && 299 list_for_each_entry_safe(struct vc4_bo, bo, &cache->time_list, 300 time_list) { 326 list_for_each_entry_safe(struct vc4_bo, bo, &cache->time_list, [all...] |
| H A D | vc4_screen.h | 79 struct list_head time_list; member in struct:vc4_screen::vc4_bo_cache
|
| H A D | vc4_bufmgr.h | 51 struct list_head time_list; member in struct:vc4_bo
|
| H A D | vc4_screen.c | 562 list_inithead(&screen->bo_cache.time_list);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| H A D | lima_bo.h | 35 struct list_head time_list; member in struct:lima_bo
|
| H A D | lima_bo.c | 82 list_del(&bo->time_list); 123 &screen->bo_cache_time, time_list) { 170 &screen->bo_cache_time, time_list) { 223 list_addtail(&bo->time_list, &screen->bo_cache_time); 299 list_inithead(&bo->time_list); 479 list_inithead(&bo->time_list);
|