Home
last modified time | relevance | path

Searched refs:global_list_item (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_bo.h44 struct list_head global_list_item; member
Dradv_amdgpu_bo.c43 LIST_DEL(&bo->global_list_item); in radv_amdgpu_winsys_bo_destroy()
59 LIST_ADDTAIL(&bo->global_list_item, &ws->global_bo_list); in radv_amdgpu_add_buffer_to_global_list()
Dradv_amdgpu_cs.c441 LIST_FOR_EACH_ENTRY(bo, &ws->global_bo_list, global_list_item) { in radv_amdgpu_create_bo_list()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.h50 struct list_head global_list_item; member
Damdgpu_bo.c164 LIST_DEL(&bo->u.real.global_list_item); in amdgpu_bo_destroy()
350 LIST_ADDTAIL(&bo->u.real.global_list_item, &ws->global_bo_list); in amdgpu_add_buffer_to_global_list()
Damdgpu_cs.c1010 LIST_FOR_EACH_ENTRY(bo, &ws->global_bo_list, u.real.global_list_item) { in amdgpu_cs_submit_ib()