HomeSort by relevance Sort by last modified time
    Searched refs:LIST_INITHEAD (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
evergreen_hw_context.c 37 LIST_INITHEAD(&ctx->active_query_list);
radeonsi_pipe.c 710 LIST_INITHEAD(&rscreen->fences.pool);
711 LIST_INITHEAD(&rscreen->fences.blocks);
  /external/mesa3d/src/gallium/drivers/radeonsi/
evergreen_hw_context.c 37 LIST_INITHEAD(&ctx->active_query_list);
radeonsi_pipe.c 710 LIST_INITHEAD(&rscreen->fences.pool);
711 LIST_INITHEAD(&rscreen->fences.blocks);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_dirty_surfaces.h 53 LIST_INITHEAD(&ds->dirty_list);
96 LIST_INITHEAD(&ds->dirty_list);
u_double_list.h 51 static INLINE void list_inithead(struct list_head *item) function
96 #define LIST_INITHEAD(__item) list_inithead(__item)
  /external/mesa3d/src/gallium/auxiliary/util/
u_dirty_surfaces.h 53 LIST_INITHEAD(&ds->dirty_list);
96 LIST_INITHEAD(&ds->dirty_list);
u_double_list.h 51 static INLINE void list_inithead(struct list_head *item) function
96 #define LIST_INITHEAD(__item) list_inithead(__item)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_mm.c 138 LIST_INITHEAD(&slab->head);
251 LIST_INITHEAD(&cache->bucket[i].free);
252 LIST_INITHEAD(&cache->bucket[i].used);
253 LIST_INITHEAD(&cache->bucket[i].full);
nouveau_fence.c 43 LIST_INITHEAD(&(*fence)->work);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_mm.c 138 LIST_INITHEAD(&slab->head);
251 LIST_INITHEAD(&cache->bucket[i].free);
252 LIST_INITHEAD(&cache->bucket[i].used);
253 LIST_INITHEAD(&cache->bucket[i].full);
nouveau_fence.c 43 LIST_INITHEAD(&(*fence)->work);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_screen_cache.c 374 LIST_INITHEAD(&cache->bucket[i]);
376 LIST_INITHEAD(&cache->unused);
378 LIST_INITHEAD(&cache->validated);
380 LIST_INITHEAD(&cache->empty);
svga_context.c 176 LIST_INITHEAD(&svga->dirty_buffers);
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen_cache.c 374 LIST_INITHEAD(&cache->bucket[i]);
376 LIST_INITHEAD(&cache->unused);
378 LIST_INITHEAD(&cache->validated);
380 LIST_INITHEAD(&cache->empty);
svga_context.c 176 LIST_INITHEAD(&svga->dirty_buffers);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_pipe.c 227 LIST_INITHEAD(&rctx->dirty_states);
228 LIST_INITHEAD(&rctx->active_timer_queries);
229 LIST_INITHEAD(&rctx->active_nontimer_queries);
230 LIST_INITHEAD(&rctx->dirty);
231 LIST_INITHEAD(&rctx->enable_list);
983 LIST_INITHEAD(&rscreen->fences.pool);
984 LIST_INITHEAD(&rscreen->fences.blocks);
r600_asm.c 220 LIST_INITHEAD(&cf->list);
221 LIST_INITHEAD(&cf->alu);
222 LIST_INITHEAD(&cf->vtx);
223 LIST_INITHEAD(&cf->tex);
233 LIST_INITHEAD(&alu->list);
243 LIST_INITHEAD(&vtx->list);
253 LIST_INITHEAD(&tex->list);
268 LIST_INITHEAD(&bc->cf);
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c 227 LIST_INITHEAD(&rctx->dirty_states);
228 LIST_INITHEAD(&rctx->active_timer_queries);
229 LIST_INITHEAD(&rctx->active_nontimer_queries);
230 LIST_INITHEAD(&rctx->dirty);
231 LIST_INITHEAD(&rctx->enable_list);
983 LIST_INITHEAD(&rscreen->fences.pool);
984 LIST_INITHEAD(&rscreen->fences.blocks);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_slab.c 337 LIST_INITHEAD(&slab->head);
338 LIST_INITHEAD(&slab->freeBuffers);
474 LIST_INITHEAD(&mgr->slabs);
pb_bufmgr_pool.c 275 LIST_INITHEAD(&pool->free);
pb_bufmgr_cache.c 406 LIST_INITHEAD(&mgr->delayed);
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_slab.c 337 LIST_INITHEAD(&slab->head);
338 LIST_INITHEAD(&slab->freeBuffers);
474 LIST_INITHEAD(&mgr->slabs);
pb_bufmgr_pool.c 275 LIST_INITHEAD(&pool->free);
pb_bufmgr_cache.c 406 LIST_INITHEAD(&mgr->delayed);

Completed in 2079 milliseconds

1 2