Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_dma.c224 if (is_empty_list(&rmesa->dma.free) in radeonRefillCurrentDmaRegion()
256 if (is_empty_list(&rmesa->dma.reserved)) { in radeonRefillCurrentDmaRegion()
281 if (is_empty_list(&rmesa->dma.reserved) in radeonAllocDmaRegion()
324 if (is_empty_list(&rmesa->dma.reserved)) in radeonReturnDmaRegion()
433 if (!is_empty_list(&dma->reserved)) { in rcommon_flush_last_swtcl_prim()
460 if(is_empty_list(&rmesa->dma.reserved) in rcommonAllocDmaLowVerts()
Dradeon_common_context.c258 if (!is_empty_list(&radeon->dma.reserved)) { in radeonDestroyContext()
Dradeon_common.c537 if (!radeon->dma.flush && !radeon->cmdbuf.cs->cdw && is_empty_list(&radeon->dma.reserved)) in radeonFlush()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_dma.c224 if (is_empty_list(&rmesa->dma.free) in radeonRefillCurrentDmaRegion()
256 if (is_empty_list(&rmesa->dma.reserved)) { in radeonRefillCurrentDmaRegion()
281 if (is_empty_list(&rmesa->dma.reserved) in radeonAllocDmaRegion()
324 if (is_empty_list(&rmesa->dma.reserved)) in radeonReturnDmaRegion()
433 if (!is_empty_list(&dma->reserved)) { in rcommon_flush_last_swtcl_prim()
460 if(is_empty_list(&rmesa->dma.reserved) in rcommonAllocDmaLowVerts()
Dradeon_common_context.c258 if (!is_empty_list(&radeon->dma.reserved)) { in radeonDestroyContext()
Dradeon_common.c537 if (!radeon->dma.flush && !radeon->cmdbuf.cs->cdw && is_empty_list(&radeon->dma.reserved)) in radeonFlush()
/external/mesa3d/src/gallium/auxiliary/util/
Du_cache.c277 assert(is_empty_list(&cache->lru)); in util_cache_clear()
365 assert (is_empty_list(&cache->lru)); in ensure_sanity()
371 assert (!is_empty_list(&cache->lru)); in ensure_sanity()
/external/mesa3d/src/util/
Dsimple_list.h177 #define is_empty_list(list) ((list)->next == (list)) macro
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch_shade_pipeline_llvm.c118 if (is_empty_list(&llvm->gs_variants_list)) { in llvm_middle_end_prepare_gs()
188 if (is_empty_list(&llvm->tcs_variants_list)) { in llvm_middle_end_prepare_tcs()
258 if (is_empty_list(&llvm->tes_variants_list)) { in llvm_middle_end_prepare_tes()
389 if (is_empty_list(&llvm->vs_variants_list)) { in llvm_middle_end_prepare()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_setup.c924 if (is_empty_list(&lp->setup_variants_list)) { in cull_setup_variants()
Dlp_state_cs.c838 if (is_empty_list(&lp->cs_variants_list)) { in llvmpipe_update_cs()
Dlp_state_fs.c4221 if (is_empty_list(&lp->fs_variants_list)) { in llvmpipe_update_fs()
/external/mesa3d/src/mesa/main/
Ddlist.c838 is_empty_list(const struct gl_display_list *dlist) in is_empty_list() function
938 if (!list || is_empty_list(list)) { in build_bitmap_atlas()