/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_slab.c | 77 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()
|
D | pb_bufmgr_debug.c | 392 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/ |
D | u_dirty_surfaces.h | 88 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/ |
D | nouveau_mm.c | 184 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()
|
D | nouveau_fence.c | 103 if (!LIST_IS_EMPTY(&fence->work)) { in nouveau_fence_del()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | buffer9.h | 122 if ((buf->managed.dirty) && LIST_IS_EMPTY(&buf->managed.list)) in NineBindBufferToDevice() 137 if (LIST_IS_EMPTY(&(b)->managed.list)) \
|
D | basetexture9.h | 142 if ((tex->managed.dirty | tex->dirty_mip) && LIST_IS_EMPTY(&tex->list)) in NineBindTextureToDevice() 163 if (LIST_IS_EMPTY(&(t)->list)) \
|
D | buffer9.c | 240 assert(LIST_IS_EMPTY(&This->managed.list)); in NineBuffer9_Lock()
|
D | basetexture9.c | 125 if (This->managed.lod != old && This->bind_count && LIST_IS_EMPTY(&This->list)) in NineBaseTexture9_SetLOD()
|
/external/libdrm/etnaviv/ |
D | etnaviv_bo_cache.c | 81 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/ |
D | freedreno_bo_cache.c | 93 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/ |
D | si_hw_context.c | 100 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/ |
D | freedreno_query_hw.c | 189 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()
|
D | freedreno_query_acc.c | 125 assert(LIST_IS_EMPTY(&aq->node)); in fd_acc_get_query_result()
|
/external/libdrm/ |
D | util_double_list.h | 107 #define LIST_IS_EMPTY(__list) \ macro
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_double_list.h | 106 #define LIST_IS_EMPTY(__list) \ macro
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_screen_cache.c | 259 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/ |
D | etnaviv_query_hw.c | 179 assert(LIST_IS_EMPTY(&hq->node)); in etna_hw_get_query_result()
|
D | etnaviv_context.c | 396 assert(LIST_IS_EMPTY(&ctx->used_resources)); in etna_cmd_stream_reset_notify()
|
/external/mesa3d/src/gallium/state_trackers/omx_bellagio/ |
D | vid_enc.c | 839 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/ |
D | kgsl_pipe.c | 131 if (LIST_IS_EMPTY(list)) { in kgsl_pipe_add_submit()
|
/external/mesa3d/src/util/ |
D | list.h | 166 #define LIST_IS_EMPTY(__list) \ macro
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe_common.c | 327 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()
|
D | compute_memory_pool.c | 159 if (LIST_IS_EMPTY(pool->item_list) || item->start_in_dw > start_in_dw) { in compute_memory_postalloc_chunk()
|
/external/libdrm/freedreno/msm/ |
D | msm_ringbuffer.c | 193 assert(!LIST_IS_EMPTY(&msm_ring->cmd_list)); in current_cmd()
|