Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_dma.c223 if (is_empty_list(&rmesa->dma.free) in radeonRefillCurrentDmaRegion()
255 if (is_empty_list(&rmesa->dma.reserved)) { in radeonRefillCurrentDmaRegion()
280 if (is_empty_list(&rmesa->dma.reserved) in radeonAllocDmaRegion()
323 if (is_empty_list(&rmesa->dma.reserved)) in radeonReturnDmaRegion()
432 if (!is_empty_list(&dma->reserved)) { in rcommon_flush_last_swtcl_prim()
459 if(is_empty_list(&rmesa->dma.reserved) in rcommonAllocDmaLowVerts()
Dradeon_common_context.c258 if (!is_empty_list(&radeon->dma.reserved)) { in radeonDestroyContext()
Dradeon_common.c571 if (!radeon->dma.flush && !radeon->cmdbuf.cs->cdw && is_empty_list(&radeon->dma.reserved)) in radeonFlush()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_dma.c223 if (is_empty_list(&rmesa->dma.free) in radeonRefillCurrentDmaRegion()
255 if (is_empty_list(&rmesa->dma.reserved)) { in radeonRefillCurrentDmaRegion()
280 if (is_empty_list(&rmesa->dma.reserved) in radeonAllocDmaRegion()
323 if (is_empty_list(&rmesa->dma.reserved)) in radeonReturnDmaRegion()
432 if (!is_empty_list(&dma->reserved)) { in rcommon_flush_last_swtcl_prim()
459 if(is_empty_list(&rmesa->dma.reserved) in rcommonAllocDmaLowVerts()
Dradeon_common_context.c258 if (!is_empty_list(&radeon->dma.reserved)) { in radeonDestroyContext()
Dradeon_common.c571 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.c117 if (is_empty_list(&llvm->gs_variants_list)) { in llvm_middle_end_prepare_gs()
246 if (is_empty_list(&llvm->vs_variants_list)) { in llvm_middle_end_prepare()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_setup.c923 if (is_empty_list(&lp->setup_variants_list)) { in cull_setup_variants()
Dlp_state_fs.c3420 if (is_empty_list(&lp->fs_variants_list)) { in llvmpipe_update_fs()
/external/mesa3d/src/mesa/main/
Ddlist.c634 is_empty_list(const struct gl_display_list *dlist) in is_empty_list() function
732 if (!list || is_empty_list(list)) { in build_bitmap_atlas()