Searched refs:time_list (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_bufmgr.c50 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 Dv3d_screen.h64 struct list_head time_list; member in struct:v3d_screen::v3d_bo_cache
H A Dv3d_bufmgr.h47 struct list_head time_list; member in struct:v3d_bo
H A Dv3d_screen.c793 list_inithead(&screen->bo_cache.time_list);
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_bo.c55 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 Dv3dv_bo.h43 struct list_head time_list; member in struct:v3dv_bo
H A Dv3dv_private.h448 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 Dv3d_screen.h64 struct list_head time_list; member in struct:v3d_screen::v3d_bo_cache
H A Dv3d_bufmgr.c58 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 Dv3d_bufmgr.h47 struct list_head time_list; member in struct:v3d_bo
H A Dv3d_screen.c688 list_inithead(&screen->bo_cache.time_list);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_bufmgr.c95 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 Dvc4_screen.h79 struct list_head time_list; member in struct:vc4_screen::vc4_bo_cache
H A Dvc4_bufmgr.h51 struct list_head time_list; member in struct:vc4_bo
H A Dvc4_screen.c526 list_inithead(&screen->bo_cache.time_list);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_bufmgr.c87 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 Dvc4_screen.h79 struct list_head time_list; member in struct:vc4_screen::vc4_bo_cache
H A Dvc4_bufmgr.h51 struct list_head time_list; member in struct:vc4_bo
H A Dvc4_screen.c562 list_inithead(&screen->bo_cache.time_list);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_bo.h35 struct list_head time_list; member in struct:lima_bo
H A Dlima_bo.c82 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);

Completed in 15 milliseconds