/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_mm.c | 145 LIST_INITHEAD(&slab->head); in mm_slab_new() 258 LIST_INITHEAD(&cache->bucket[i].free); in nouveau_mm_create() 259 LIST_INITHEAD(&cache->bucket[i].used); in nouveau_mm_create() 260 LIST_INITHEAD(&cache->bucket[i].full); in nouveau_mm_create()
|
D | nouveau_fence.c | 41 LIST_INITHEAD(&(*fence)->work); in nouveau_fence_new()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_dirty_surfaces.h | 53 LIST_INITHEAD(&ds->dirty_list); in util_dirty_surfaces_init() 96 LIST_INITHEAD(&ds->dirty_list); in util_dirty_surface_init()
|
D | u_queue.c | 61 LIST_INITHEAD(&queue_list); in global_init()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_screen_cache.c | 414 LIST_INITHEAD(&cache->bucket[i]); in svga_screen_cache_init() 416 LIST_INITHEAD(&cache->unused); in svga_screen_cache_init() 418 LIST_INITHEAD(&cache->validated); in svga_screen_cache_init() 420 LIST_INITHEAD(&cache->invalidated); in svga_screen_cache_init() 422 LIST_INITHEAD(&cache->empty); in svga_screen_cache_init()
|
D | svga_context.c | 130 LIST_INITHEAD(&svga->dirty_buffers); in svga_context_create()
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_slab.c | 215 LIST_INITHEAD(&slabs->reclaim); in pb_slabs_init() 224 LIST_INITHEAD(&group->slabs); in pb_slabs_init()
|
D | pb_bufmgr_slab.c | 337 LIST_INITHEAD(&slab->head); in pb_slab_create() 338 LIST_INITHEAD(&slab->freeBuffers); in pb_slab_create() 474 LIST_INITHEAD(&mgr->slabs); in pb_slab_manager_create()
|
D | pb_cache.c | 281 LIST_INITHEAD(&mgr->buckets[i]); in pb_cache_init()
|
D | pb_bufmgr_pool.c | 275 LIST_INITHEAD(&pool->free); in pool_bufmgr_create()
|
D | pb_buffer_fenced.c | 1030 LIST_INITHEAD(&fenced_mgr->fenced); in fenced_bufmgr_create() 1033 LIST_INITHEAD(&fenced_mgr->unfenced); in fenced_bufmgr_create()
|
D | pb_bufmgr_debug.c | 479 LIST_INITHEAD(&mgr->list); in pb_debug_manager_create()
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_fence.c | 200 LIST_INITHEAD(&fence->ops_list); in vmw_fence_create() 425 LIST_INITHEAD(&ops->not_signaled); in vmw_fence_ops_create()
|
D | pb_buffer_simple_fenced.c | 838 LIST_INITHEAD(&fenced_mgr->fenced); in simple_fenced_bufmgr_create() 841 LIST_INITHEAD(&fenced_mgr->unfenced); in simple_fenced_bufmgr_create()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.c | 61 LIST_INITHEAD(&cf->list); in r600_bytecode_cf() 62 LIST_INITHEAD(&cf->alu); in r600_bytecode_cf() 63 LIST_INITHEAD(&cf->vtx); in r600_bytecode_cf() 64 LIST_INITHEAD(&cf->tex); in r600_bytecode_cf() 65 LIST_INITHEAD(&cf->gds); in r600_bytecode_cf() 75 LIST_INITHEAD(&alu->list); in r600_bytecode_alu() 85 LIST_INITHEAD(&vtx->list); in r600_bytecode_vtx() 95 LIST_INITHEAD(&tex->list); in r600_bytecode_tex() 105 LIST_INITHEAD(&gds->list); in r600_bytecode_gds() 161 LIST_INITHEAD(&bc->cf); in r600_bytecode_init() [all …]
|
D | r600_pipe.c | 136 LIST_INITHEAD(&rctx->texture_buffers); in r600_create_context()
|
/external/mesa3d/src/gallium/state_trackers/omx/ |
D | vid_enc.c | 259 LIST_INITHEAD(&priv->free_tasks); in vid_enc_Constructor() 260 LIST_INITHEAD(&priv->used_tasks); in vid_enc_Constructor() 261 LIST_INITHEAD(&priv->b_frames); in vid_enc_Constructor() 262 LIST_INITHEAD(&priv->stacked_tasks); in vid_enc_Constructor() 739 LIST_INITHEAD(&inp->tasks); in vid_enc_AllocateInBuffer() 768 LIST_INITHEAD(&inp->tasks); in vid_enc_UseInBuffer() 870 LIST_INITHEAD(from); in enc_MoveTasks()
|
/external/libdrm/ |
D | util_double_list.h | 91 #define LIST_INITHEAD(__item) list_inithead(__item) macro
|
/external/mesa3d/src/util/ |
D | list.h | 155 #define LIST_INITHEAD(__item) list_inithead(__item) macro
|
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
D | radv_amdgpu_winsys.c | 371 LIST_INITHEAD(&ws->global_bo_list); in radv_amdgpu_winsys_create()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vce.c | 99 LIST_INITHEAD(&enc->cpb_slots); in reset_cpb()
|
/external/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_winsys.c | 583 LIST_INITHEAD(&ws->global_bo_list); in amdgpu_winsys_create()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_screen.c | 593 LIST_INITHEAD(&screen->queries); in nv30_screen_create()
|
/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_context.c | 816 LIST_INITHEAD(&pane->graph_list); in hud_pane_create() 1614 LIST_INITHEAD(&hud->pane_list); in hud_create()
|
/external/mesa3d/src/gallium/winsys/virgl/vtest/ |
D | virgl_vtest_winsys.c | 639 LIST_INITHEAD(&vtws->delayed); in virgl_vtest_winsys_wrap()
|