Home
last modified time | relevance | path

Searched refs:LIST_INITHEAD (Results 1 – 25 of 37) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_mm.c145 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()
Dnouveau_fence.c41 LIST_INITHEAD(&(*fence)->work); in nouveau_fence_new()
/external/mesa3d/src/gallium/auxiliary/util/
Du_dirty_surfaces.h53 LIST_INITHEAD(&ds->dirty_list); in util_dirty_surfaces_init()
96 LIST_INITHEAD(&ds->dirty_list); in util_dirty_surface_init()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_screen_cache.c433 LIST_INITHEAD(&cache->bucket[i]); in svga_screen_cache_init()
435 LIST_INITHEAD(&cache->unused); in svga_screen_cache_init()
437 LIST_INITHEAD(&cache->validated); in svga_screen_cache_init()
439 LIST_INITHEAD(&cache->invalidated); in svga_screen_cache_init()
441 LIST_INITHEAD(&cache->empty); in svga_screen_cache_init()
Dsvga_resource_buffer.c416 LIST_INITHEAD(&sbuf->surfaces); in svga_buffer_create()
Dsvga_context.c139 LIST_INITHEAD(&svga->dirty_buffers); in svga_context_create()
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_slab.c215 LIST_INITHEAD(&slabs->reclaim); in pb_slabs_init()
224 LIST_INITHEAD(&group->slabs); in pb_slabs_init()
Dpb_bufmgr_slab.c336 LIST_INITHEAD(&slab->head); in pb_slab_create()
337 LIST_INITHEAD(&slab->freeBuffers); in pb_slab_create()
473 LIST_INITHEAD(&mgr->slabs); in pb_slab_manager_create()
Dpb_cache.c281 LIST_INITHEAD(&mgr->buckets[i]); in pb_cache_init()
Dpb_bufmgr_pool.c275 LIST_INITHEAD(&pool->free); in pool_bufmgr_create()
Dpb_buffer_fenced.c1030 LIST_INITHEAD(&fenced_mgr->fenced); in fenced_bufmgr_create()
1033 LIST_INITHEAD(&fenced_mgr->unfenced); in fenced_bufmgr_create()
Dpb_bufmgr_debug.c478 LIST_INITHEAD(&mgr->list); in pb_debug_manager_create()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c57 LIST_INITHEAD(&cf->list); in r600_bytecode_cf()
58 LIST_INITHEAD(&cf->alu); in r600_bytecode_cf()
59 LIST_INITHEAD(&cf->vtx); in r600_bytecode_cf()
60 LIST_INITHEAD(&cf->tex); in r600_bytecode_cf()
61 LIST_INITHEAD(&cf->gds); in r600_bytecode_cf()
71 LIST_INITHEAD(&alu->list); in r600_bytecode_alu()
81 LIST_INITHEAD(&vtx->list); in r600_bytecode_vtx()
91 LIST_INITHEAD(&tex->list); in r600_bytecode_tex()
101 LIST_INITHEAD(&gds->list); in r600_bytecode_gds()
157 LIST_INITHEAD(&bc->cf); in r600_bytecode_init()
[all …]
Dradeon_vce.c100 LIST_INITHEAD(&enc->cpb_slots); in reset_cpb()
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_fence.c218 LIST_INITHEAD(&fence->ops_list); in vmw_fence_create()
489 LIST_INITHEAD(&ops->not_signaled); in vmw_fence_ops_create()
Dpb_buffer_simple_fenced.c838 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/state_trackers/omx_bellagio/
Dvid_enc.c258 LIST_INITHEAD(&priv->free_tasks); in vid_enc_Constructor()
259 LIST_INITHEAD(&priv->used_tasks); in vid_enc_Constructor()
260 LIST_INITHEAD(&priv->b_frames); in vid_enc_Constructor()
261 LIST_INITHEAD(&priv->stacked_tasks); in vid_enc_Constructor()
740 LIST_INITHEAD(&inp->tasks); in vid_enc_AllocateInBuffer()
769 LIST_INITHEAD(&inp->tasks); in vid_enc_UseInBuffer()
871 LIST_INITHEAD(from); in enc_MoveTasks()
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_winsys.c183 LIST_INITHEAD(&ws->global_bo_list); in radv_amdgpu_winsys_create()
/external/libdrm/
Dutil_double_list.h91 #define LIST_INITHEAD(__item) list_inithead(__item) macro
/external/virglrenderer/src/gallium/auxiliary/util/
Du_double_list.h96 #define LIST_INITHEAD(__item) list_inithead(__item) macro
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_winsys.c319 LIST_INITHEAD(&ws->global_bo_list); in amdgpu_winsys_create()
/external/mesa3d/src/util/
Dlist.h156 #define LIST_INITHEAD(__item) list_inithead(__item) macro
Du_queue.c64 LIST_INITHEAD(&queue_list); in global_init()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vce.c94 LIST_INITHEAD(&enc->cpb_slots); in reset_cpb()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_screen.c618 LIST_INITHEAD(&screen->queries); in nv30_screen_create()

12