HomeSort by relevance Sort by last modified time
    Searched full:make_empty_list (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_screen.c 262 make_empty_list(&rb_screen->contexts);
263 make_empty_list(&rb_screen->resources);
264 make_empty_list(&rb_screen->surfaces);
265 make_empty_list(&rb_screen->transfers);
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_screen.c 262 make_empty_list(&rb_screen->contexts);
263 make_empty_list(&rb_screen->resources);
264 make_empty_list(&rb_screen->surfaces);
265 make_empty_list(&rb_screen->transfers);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_context.c 127 make_empty_list(&llvmpipe->fs_variants_list);
129 make_empty_list(&llvmpipe->setup_variants_list);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_context.c 127 make_empty_list(&llvmpipe->fs_variants_list);
129 make_empty_list(&llvmpipe->setup_variants_list);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_vs_llvm.c 113 make_empty_list(&vs->variants);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_llvm.c 113 make_empty_list(&vs->variants);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_dma.c 206 make_empty_list(&rmesa->dma.free);
207 make_empty_list(&rmesa->dma.wait);
208 make_empty_list(&rmesa->dma.reserved);
radeon_ioctl.c 69 make_empty_list(&rmesa->radeon.hw.atomlist);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_dma.c 206 make_empty_list(&rmesa->dma.free);
207 make_empty_list(&rmesa->dma.wait);
208 make_empty_list(&rmesa->dma.reserved);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_simple_list.h 110 #define make_empty_list(sentinal) \ macro
u_slab.c 152 make_empty_list(&pool->list);
u_cache.c 105 make_empty_list(&cache->lru);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
simple_list.h 117 #define make_empty_list(sentinal) \ macro
shared.c 134 make_empty_list(& shared->SyncObjects);
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
hash_table.c 76 make_empty_list(& ht->buckets[i]);
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_context.c 86 make_empty_list( tnl->_ShineTabList );
  /external/mesa3d/src/gallium/auxiliary/util/
u_simple_list.h 110 #define make_empty_list(sentinal) \ macro
u_slab.c 152 make_empty_list(&pool->list);
u_cache.c 105 make_empty_list(&cache->lru);
  /external/mesa3d/src/mesa/main/
simple_list.h 117 #define make_empty_list(sentinal) \ macro
shared.c 134 make_empty_list(& shared->SyncObjects);
  /external/mesa3d/src/mesa/program/
hash_table.c 76 make_empty_list(& ht->buckets[i]);
  /external/mesa3d/src/mesa/tnl/
t_context.c 86 make_empty_list( tnl->_ShineTabList );
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_cmdbuf.c 61 make_empty_list(&rmesa->radeon.hw.atomlist);
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_cmdbuf.c 61 make_empty_list(&rmesa->radeon.hw.atomlist);

Completed in 868 milliseconds

1 2