Searched refs:size_list (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_screen.h66 struct list_head *size_list; member in struct:v3d_screen::v3d_bo_cache
H A Dv3d_bufmgr.c92 list_del(&bo->size_list);
106 if (!list_empty(&cache->size_list[page_index])) {
107 bo = list_first_entry(&cache->size_list[page_index],
108 struct v3d_bo, size_list);
302 struct list_head *old_head = &cache->size_list[i];
315 cache->size_list = new_list;
320 list_addtail(&bo->size_list, &cache->size_list[page_index]);
H A Dv3d_bufmgr.h49 struct list_head size_list; member in struct:v3d_bo
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_screen.h66 struct list_head *size_list; member in struct:v3d_screen::v3d_bo_cache
H A Dv3d_bufmgr.c84 list_del(&bo->size_list);
98 if (!list_is_empty(&cache->size_list[page_index])) {
99 bo = list_first_entry(&cache->size_list[page_index],
100 struct v3d_bo, size_list);
294 struct list_head *old_head = &cache->size_list[i];
307 cache->size_list = new_list;
312 list_addtail(&bo->size_list, &cache->size_list[page_index]);
H A Dv3d_bufmgr.h49 struct list_head size_list; member in struct:v3d_bo
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_bo.c77 if (list_is_empty(&cache->size_list[i]))
80 fprintf(stderr, " Empty size_list lists: %d\n", empty_size_list);
88 list_del(&bo->size_list);
106 if (!list_is_empty(&cache->size_list[page_index])) {
107 bo = list_first_entry(&cache->size_list[page_index],
108 struct v3dv_bo, size_list);
356 struct list_head *old_list = cache->size_list;
362 struct list_head *old_head = &cache->size_list[i];
375 cache->size_list = new_list;
412 vk_free(&device->vk.alloc, device->bo_cache.size_list);
[all...]
H A Dv3dv_bo.h45 struct list_head size_list; member in struct:v3dv_bo
H A Dv3dv_private.h450 struct list_head *size_list; member in struct:v3dv_device::v3dv_bo_cache
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_screen.h81 struct list_head *size_list; member in struct:vc4_screen::vc4_bo_cache
H A Dvc4_bufmgr.c119 list_del(&bo->size_list);
198 LIST_FOR_EACH_ENTRY_SAFE(iter, tmp, &cache->size_list[page_index],
199 size_list) {
362 list_replace(&cache->size_list[i], &new_list[i]);
366 cache->size_list = new_list;
372 list_addtail(&bo->size_list, &cache->size_list[page_index]);
H A Dvc4_bufmgr.h53 struct list_head size_list; member in struct:vc4_bo
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_bo.h36 struct list_head size_list; member in struct:lima_bo
H A Dlima_bo.c81 list_del(&bo->size_list);
192 list_for_each_entry(struct lima_bo, entry, bucket, size_list) {
222 list_addtail(&bo->size_list, bucket);
250 list_for_each_entry_safe(struct lima_bo, entry, bucket, size_list) {
300 list_inithead(&bo->size_list);
480 list_inithead(&bo->size_list);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_screen.h81 struct list_head *size_list; member in struct:vc4_screen::vc4_bo_cache
H A Dvc4_bufmgr.c111 list_del(&bo->size_list);
190 LIST_FOR_EACH_ENTRY_SAFE(iter, tmp, &cache->size_list[page_index],
191 size_list) {
354 list_replace(&cache->size_list[i], &new_list[i]);
358 cache->size_list = new_list;
364 list_addtail(&bo->size_list, &cache->size_list[page_index]);
H A Dvc4_bufmgr.h53 struct list_head size_list; member in struct:vc4_bo
/xsrc/external/mit/libX11/dist/src/
H A DGetHints.c176 XIconSize **size_list, /* RETURN */
223 *size_list = hints;
173 XGetIconSizes(Display * dpy,Window w,XIconSize ** size_list,int * count) argument

Completed in 15 milliseconds