Searched refs:LIST_INITHEAD (Results 1 - 18 of 18) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
H A Devergreen_hw_context.c37 LIST_INITHEAD(&ctx->active_query_list);
H A Dradeonsi_pipe.c710 LIST_INITHEAD(&rscreen->fences.pool);
711 LIST_INITHEAD(&rscreen->fences.blocks);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_dirty_surfaces.h53 LIST_INITHEAD(&ds->dirty_list);
96 LIST_INITHEAD(&ds->dirty_list);
H A Du_double_list.h96 #define LIST_INITHEAD(__item) list_inithead(__item) macro
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c138 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);
H A Dnouveau_fence.c43 LIST_INITHEAD(&(*fence)->work);
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen_cache.c374 LIST_INITHEAD(&cache->bucket[i]);
376 LIST_INITHEAD(&cache->unused);
378 LIST_INITHEAD(&cache->validated);
380 LIST_INITHEAD(&cache->empty);
H A Dsvga_context.c176 LIST_INITHEAD(&svga->dirty_buffers);
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.c227 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);
H A Dr600_asm.c220 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);
2213 LIST_INITHEAD(&cf->alu);
2219 LIST_INITHEAD(
[all...]
H A Dr600_hw_context.c148 LIST_INITHEAD(&block->list);
149 LIST_INITHEAD(&block->enable_list);
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_slab.c337 LIST_INITHEAD(&slab->head);
338 LIST_INITHEAD(&slab->freeBuffers);
474 LIST_INITHEAD(&mgr->slabs);
H A Dpb_bufmgr_pool.c275 LIST_INITHEAD(&pool->free);
H A Dpb_bufmgr_cache.c406 LIST_INITHEAD(&mgr->delayed);
H A Dpb_bufmgr_debug.c480 LIST_INITHEAD(&mgr->list);
H A Dpb_buffer_fenced.c1060 LIST_INITHEAD(&fenced_mgr->fenced);
1063 LIST_INITHEAD(&fenced_mgr->unfenced);
/external/libdrm/
H A Dutil_double_list.h91 #define LIST_INITHEAD(__item) list_inithead(__item) macro
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_screen.c434 LIST_INITHEAD(&screen->queries);

Completed in 210 milliseconds