Home
last modified time | relevance | path

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

12

/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.c392 if(!LIST_IS_EMPTY(&mgr->list)) in pb_debug_manager_create_buffer()
445 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.c81 while (!LIST_IS_EMPTY(&bucket->list)) { in etna_bo_cache_cleanup()
127 if (LIST_IS_EMPTY(&bucket->list)) in find_in_bucket()
/external/libdrm/freedreno/
Dfreedreno_bo_cache.c93 while (!LIST_IS_EMPTY(&bucket->list)) { in fd_bo_cache_cleanup()
146 if (!LIST_IS_EMPTY(&bucket->list)) { in find_in_bucket()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_hw_context.c100 if (!LIST_IS_EMPTY(&ctx->b.active_queries)) in si_context_gfx_flush()
278 if (!LIST_IS_EMPTY(&ctx->b.active_queries)) in si_begin_new_cs()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_hw.c189 if (LIST_IS_EMPTY(&hq->periods)) in fd_hw_get_query_result()
192 assert(LIST_IS_EMPTY(&hq->list)); in fd_hw_get_query_result()
Dfreedreno_query_acc.c125 assert(LIST_IS_EMPTY(&aq->node)); in fd_acc_get_query_result()
/external/libdrm/
Dutil_double_list.h107 #define LIST_IS_EMPTY(__list) \ macro
/external/virglrenderer/src/gallium/auxiliary/util/
Du_double_list.h106 #define LIST_IS_EMPTY(__list) \ macro
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_screen_cache.c259 if (!LIST_IS_EMPTY(&cache->empty)) { in svga_screen_cache_add()
269 else if (!LIST_IS_EMPTY(&cache->unused)) { in svga_screen_cache_add()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_query_hw.c179 assert(LIST_IS_EMPTY(&hq->node)); in etna_hw_get_query_result()
Detnaviv_context.c396 assert(LIST_IS_EMPTY(&ctx->used_resources)); in etna_cmd_stream_reset_notify()
/external/mesa3d/src/gallium/state_trackers/omx_bellagio/
Dvid_enc.c839 if (!LIST_IS_EMPTY(&priv->free_tasks)) { in enc_NeedTask()
1117 if (LIST_IS_EMPTY(&priv->b_frames)) in enc_ClearBframes()
1225 if (LIST_IS_EMPTY(&inp->tasks)) in vid_enc_EncodeFrame()
1240 if (!inp || LIST_IS_EMPTY(&inp->tasks)) { in vid_enc_BufferEncoded()
/external/libdrm/freedreno/kgsl/
Dkgsl_pipe.c131 if (LIST_IS_EMPTY(list)) { in kgsl_pipe_add_submit()
/external/mesa3d/src/util/
Dlist.h166 #define LIST_IS_EMPTY(__list) \ macro
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c327 if (!LIST_IS_EMPTY(&ctx->active_queries)) in r600_preflush_suspend_features()
345 if (!LIST_IS_EMPTY(&ctx->active_queries)) in r600_postflush_resume_features()
Dcompute_memory_pool.c159 if (LIST_IS_EMPTY(pool->item_list) || item->start_in_dw > start_in_dw) { in compute_memory_postalloc_chunk()
/external/libdrm/freedreno/msm/
Dmsm_ringbuffer.c193 assert(!LIST_IS_EMPTY(&msm_ring->cmd_list)); in current_cmd()

12