Searched refs:is_empty_list (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_simple_list.h169 #define is_empty_list(list) ((list)->next == (list)) macro
H A Du_cache.c253 assert(is_empty_list(&cache->lru));
335 assert (is_empty_list(&cache->lru));
341 assert (!is_empty_list(&cache->lru));
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dsimple_list.h176 #define is_empty_list(list) ((list)->next == (list)) macro
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_list.h169 #define is_empty_list(list) ((list)->next == (list)) macro
H A Du_cache.c253 assert(is_empty_list(&cache->lru));
335 assert (is_empty_list(&cache->lru));
341 assert (!is_empty_list(&cache->lru));
/external/mesa3d/src/mesa/main/
H A Dsimple_list.h176 #define is_empty_list(list) ((list)->next == (list)) macro
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_dma.c223 if (is_empty_list(&rmesa->dma.free)
255 if (is_empty_list(&rmesa->dma.reserved)) {
280 if (is_empty_list(&rmesa->dma.reserved)
323 if (is_empty_list(&rmesa->dma.reserved))
432 if (!is_empty_list(&dma->reserved)) {
459 if(is_empty_list(&rmesa->dma.reserved)
H A Dradeon_common_context.c234 if (!is_empty_list(&radeon->dma.reserved)) {
H A Dradeon_common.c600 if (!radeon->dma.flush && !radeon->cmdbuf.cs->cdw && is_empty_list(&radeon->dma.reserved))
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_dma.c223 if (is_empty_list(&rmesa->dma.free)
255 if (is_empty_list(&rmesa->dma.reserved)) {
280 if (is_empty_list(&rmesa->dma.reserved)
323 if (is_empty_list(&rmesa->dma.reserved))
432 if (!is_empty_list(&dma->reserved)) {
459 if(is_empty_list(&rmesa->dma.reserved)
H A Dradeon_common_context.c234 if (!is_empty_list(&radeon->dma.reserved)) {
H A Dradeon_common.c600 if (!radeon->dma.flush && !radeon->cmdbuf.cs->cdw && is_empty_list(&radeon->dma.reserved))
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_dma.c223 if (is_empty_list(&rmesa->dma.free)
255 if (is_empty_list(&rmesa->dma.reserved)) {
280 if (is_empty_list(&rmesa->dma.reserved)
323 if (is_empty_list(&rmesa->dma.reserved))
432 if (!is_empty_list(&dma->reserved)) {
459 if(is_empty_list(&rmesa->dma.reserved)
H A Dradeon_common_context.c234 if (!is_empty_list(&radeon->dma.reserved)) {
H A Dradeon_common.c600 if (!radeon->dma.flush && !radeon->cmdbuf.cs->cdw && is_empty_list(&radeon->dma.reserved))
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_dma.c223 if (is_empty_list(&rmesa->dma.free)
255 if (is_empty_list(&rmesa->dma.reserved)) {
280 if (is_empty_list(&rmesa->dma.reserved)
323 if (is_empty_list(&rmesa->dma.reserved))
432 if (!is_empty_list(&dma->reserved)) {
459 if(is_empty_list(&rmesa->dma.reserved)
H A Dradeon_common_context.c234 if (!is_empty_list(&radeon->dma.reserved)) {
H A Dradeon_common.c600 if (!radeon->dma.flush && !radeon->cmdbuf.cs->cdw && is_empty_list(&radeon->dma.reserved))
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dhash_table.c106 assert(is_empty_list(& ht->buckets[i]));
/external/mesa3d/src/mesa/program/
H A Dhash_table.c106 assert(is_empty_list(& ht->buckets[i]));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline_llvm.c152 if (is_empty_list(&fpme->llvm->vs_variants_list)) {
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline_llvm.c152 if (is_empty_list(&fpme->llvm->vs_variants_list)) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c881 if (is_empty_list(&lp->setup_variants_list)) {
H A Dlp_state_fs.c1723 if (is_empty_list(&lp->fs_variants_list)) {
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c881 if (is_empty_list(&lp->setup_variants_list)) {

Completed in 683 milliseconds

12