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.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.c234 if (!is_empty_list(&radeon->dma.reserved)) { in radeonDestroyContext()
Dradeon_common.c600 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.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.c234 if (!is_empty_list(&radeon->dma.reserved)) { in radeonDestroyContext()
Dradeon_common.c600 if (!radeon->dma.flush && !radeon->cmdbuf.cs->cdw && is_empty_list(&radeon->dma.reserved)) in radeonFlush()
/external/mesa3d/src/gallium/auxiliary/util/
Du_cache.c253 assert(is_empty_list(&cache->lru)); in util_cache_clear()
335 assert (is_empty_list(&cache->lru)); in ensure_sanity()
341 assert (!is_empty_list(&cache->lru)); in ensure_sanity()
Du_simple_list.h169 #define is_empty_list(list) ((list)->next == (list)) macro
/external/mesa3d/src/mesa/main/
Dsimple_list.h176 #define is_empty_list(list) ((list)->next == (list)) macro
/external/mesa3d/src/mesa/program/
Dhash_table.c106 assert(is_empty_list(& ht->buckets[i])); in hash_table_clear()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch_shade_pipeline_llvm.c152 if (is_empty_list(&fpme->llvm->vs_variants_list)) { in llvm_middle_end_prepare()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_setup.c881 if (is_empty_list(&lp->setup_variants_list)) { in cull_setup_variants()
Dlp_state_fs.c1723 if (is_empty_list(&lp->fs_variants_list)) { in llvmpipe_update_fs()