Home
last modified time | relevance | path

Searched refs:LIST_IS_EMPTY (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_dirty_surfaces.h88 if(!LIST_IS_EMPTY(&dss->dirty_list)) in util_dirty_surfaces_use_for_sampling_with()
102 return !LIST_IS_EMPTY(&ds->dirty_list); in util_dirty_surface_is_dirty()
108 if(LIST_IS_EMPTY(&ds->dirty_list)) in util_dirty_surface_set_dirty()
115 if(!LIST_IS_EMPTY(&ds->dirty_list)) in util_dirty_surface_set_clean()
Du_double_list.h106 #define LIST_IS_EMPTY(__list) \ macro
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_mm.c177 if (!LIST_IS_EMPTY(&bucket->used)) { in nouveau_mm_allocate()
180 if (LIST_IS_EMPTY(&bucket->free)) { in nouveau_mm_allocate()
280 if (!LIST_IS_EMPTY(&cache->bucket[i].used) || in nouveau_mm_destroy()
281 !LIST_IS_EMPTY(&cache->bucket[i].full)) in nouveau_mm_destroy()
Dnouveau_fence.c128 if (!LIST_IS_EMPTY(&fence->work)) { in nouveau_fence_del()
/external/libdrm/freedreno/
Dfreedreno_bo.c98 while (!LIST_IS_EMPTY(&bucket->list)) { in fd_cleanup_bo_cache()
151 while (!LIST_IS_EMPTY(&bucket->list)) { in find_in_bucket()
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_bufmgr_debug.c394 if(!LIST_IS_EMPTY(&mgr->list)) in pb_debug_manager_create_buffer()
447 if(!LIST_IS_EMPTY(&mgr->list)) { in pb_debug_manager_destroy()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_screen_cache.c248 if (!LIST_IS_EMPTY(&cache->empty)) { in svga_screen_cache_add()
255 else if (!LIST_IS_EMPTY(&cache->unused)) { in svga_screen_cache_add()
/external/libdrm/
Dutil_double_list.h101 #define LIST_IS_EMPTY(__list) \ macro
/external/libdrm/freedreno/kgsl/
Dkgsl_pipe.c130 if (LIST_IS_EMPTY(list)) { in kgsl_pipe_add_submit()
/external/libdrm/amdgpu/
Damdgpu_vamgr.c171 if (!LIST_IS_EMPTY(&mgr->va_holes)) { in amdgpu_vamgr_free_va()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_pipe.c77 if (!LIST_IS_EMPTY(&rscreen->fences.pool)) { in r600_create_fence()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c60 if (!LIST_IS_EMPTY(&rscreen->fences.pool)) { in r600_create_fence()
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_bo.c309 if (!LIST_IS_EMPTY(&mgr->va_holes)) { in radeon_bomgr_free_va()