HomeSort by relevance Sort by last modified time
    Searched refs:is_empty_list (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_simple_list.h 169 #define is_empty_list(list) ((list)->next == (list)) macro
u_cache.c 253 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/
simple_list.h 176 #define is_empty_list(list) ((list)->next == (list)) macro
  /external/mesa3d/src/gallium/auxiliary/util/
u_simple_list.h 169 #define is_empty_list(list) ((list)->next == (list)) macro
u_cache.c 253 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/
simple_list.h 176 #define is_empty_list(list) ((list)->next == (list)) macro
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_dma.c 223 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)
radeon_common_context.c 234 if (!is_empty_list(&radeon->dma.reserved)) {
radeon_common.c 600 if (!radeon->dma.flush && !radeon->cmdbuf.cs->cdw && is_empty_list(&radeon->dma.reserved))
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_dma.c 223 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)
radeon_common_context.c 234 if (!is_empty_list(&radeon->dma.reserved)) {
radeon_common.c 600 if (!radeon->dma.flush && !radeon->cmdbuf.cs->cdw && is_empty_list(&radeon->dma.reserved))
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
hash_table.c 106 assert(is_empty_list(& ht->buckets[i]));
  /external/mesa3d/src/mesa/program/
hash_table.c 106 assert(is_empty_list(& ht->buckets[i]));
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_fetch_shade_pipeline_llvm.c 152 if (is_empty_list(&fpme->llvm->vs_variants_list)) {
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch_shade_pipeline_llvm.c 152 if (is_empty_list(&fpme->llvm->vs_variants_list)) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_setup.c 881 if (is_empty_list(&lp->setup_variants_list)) {
lp_state_fs.c     [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 881 if (is_empty_list(&lp->setup_variants_list)) {
lp_state_fs.c     [all...]

Completed in 980 milliseconds