Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_slab.c77 while (!LIST_IS_EMPTY(&slabs->reclaim)) { in pb_slabs_reclaim_locked()
117 if (LIST_IS_EMPTY(&group->slabs) || in pb_slab_alloc()
118 LIST_IS_EMPTY(&LIST_ENTRY(struct pb_slab, group->slabs.next, head)->free)) in pb_slab_alloc()
122 while (!LIST_IS_EMPTY(&group->slabs)) { in pb_slab_alloc()
124 if (!LIST_IS_EMPTY(&slab->free)) in pb_slab_alloc()
130 if (LIST_IS_EMPTY(&group->slabs)) { in pb_slab_alloc()
244 while (!LIST_IS_EMPTY(&slabs->reclaim)) { in pb_slabs_deinit()
Dpb_bufmgr_debug.c393 if(!LIST_IS_EMPTY(&mgr->list)) in pb_debug_manager_create_buffer()
446 if(!LIST_IS_EMPTY(&mgr->list)) { in pb_debug_manager_destroy()
/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()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_mm.c184 if (!LIST_IS_EMPTY(&bucket->used)) { in nouveau_mm_allocate()
187 if (LIST_IS_EMPTY(&bucket->free)) { in nouveau_mm_allocate()
287 if (!LIST_IS_EMPTY(&cache->bucket[i].used) || in nouveau_mm_destroy()
288 !LIST_IS_EMPTY(&cache->bucket[i].full)) in nouveau_mm_destroy()
Dnouveau_fence.c103 if (!LIST_IS_EMPTY(&fence->work)) { in nouveau_fence_del()
/external/mesa3d/src/gallium/state_trackers/nine/
Dbuffer9.h122 if ((buf->managed.dirty) && LIST_IS_EMPTY(&buf->managed.list)) in NineBindBufferToDevice()
137 if (LIST_IS_EMPTY(&(b)->managed.list)) \
Dbasetexture9.h142 if ((tex->managed.dirty | tex->dirty_mip) && LIST_IS_EMPTY(&tex->list)) in NineBindTextureToDevice()
163 if (LIST_IS_EMPTY(&(t)->list)) \
Dbuffer9.c240 assert(LIST_IS_EMPTY(&This->managed.list)); in NineBuffer9_Lock()
Dbasetexture9.c125 if (This->managed.lod != old && This->bind_count && LIST_IS_EMPTY(&This->list)) in NineBaseTexture9_SetLOD()
/external/libdrm/etnaviv/
Detnaviv_bo_cache.c85 while (!LIST_IS_EMPTY(&bucket->list)) { in etna_bo_cache_cleanup()
130 while (!LIST_IS_EMPTY(&bucket->list)) { in find_in_bucket()
/external/libdrm/freedreno/
Dfreedreno_bo_cache.c98 while (!LIST_IS_EMPTY(&bucket->list)) { in fd_bo_cache_cleanup()
150 if (!LIST_IS_EMPTY(&bucket->list)) { in find_in_bucket()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_hw.c230 if (LIST_IS_EMPTY(&hq->periods)) in fd_hw_get_query_result()
233 assert(LIST_IS_EMPTY(&hq->list)); in fd_hw_get_query_result()
/external/libdrm/
Dutil_double_list.h107 #define LIST_IS_EMPTY(__list) \ macro
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_screen_cache.c257 if (!LIST_IS_EMPTY(&cache->empty)) { in svga_screen_cache_add()
267 else if (!LIST_IS_EMPTY(&cache->unused)) { in svga_screen_cache_add()
/external/mesa3d/src/gallium/state_trackers/omx/
Dvid_enc.c838 if (!LIST_IS_EMPTY(&priv->free_tasks)) { in enc_NeedTask()
1114 if (LIST_IS_EMPTY(&priv->b_frames)) in enc_ClearBframes()
1222 if (LIST_IS_EMPTY(&inp->tasks)) in vid_enc_EncodeFrame()
1237 if (!inp || LIST_IS_EMPTY(&inp->tasks)) { in vid_enc_BufferEncoded()
/external/libdrm/freedreno/kgsl/
Dkgsl_pipe.c134 if (LIST_IS_EMPTY(list)) { in kgsl_pipe_add_submit()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.c246 assert(LIST_IS_EMPTY(&ctx->used_resources)); in etna_cmd_stream_reset_notify()
/external/libdrm/amdgpu/
Damdgpu_vamgr.c171 if (!LIST_IS_EMPTY(&mgr->va_holes)) { in amdgpu_vamgr_free_va()
/external/mesa3d/src/util/
Dlist.h165 #define LIST_IS_EMPTY(__list) \ macro
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.c323 if (!LIST_IS_EMPTY(&ctx->active_queries)) in r600_preflush_suspend_features()
341 if (!LIST_IS_EMPTY(&ctx->active_queries)) in r600_postflush_resume_features()
/external/libdrm/freedreno/msm/
Dmsm_ringbuffer.c197 assert(!LIST_IS_EMPTY(&msm_ring->cmd_list)); in current_cmd()
/external/mesa3d/src/gallium/drivers/r600/
Dcompute_memory_pool.c159 if (LIST_IS_EMPTY(pool->item_list) || item->start_in_dw > start_in_dw) { in compute_memory_postalloc_chunk()
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_bo.c274 if (!LIST_IS_EMPTY(&rws->va_holes)) { in radeon_bomgr_free_va()
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c1277 if (!LIST_IS_EMPTY(&pane->graph_list)) { in hud_parse_env_var()