Home
last modified time | relevance | path

Searched refs:list_inithead (Results 1 – 25 of 208) sorted by relevance

123456789

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_memory_helper.c416 list_inithead(&region->list); in allocate_region()
700 list_inithead(&new_allocation->list_free); in nine_memfd_allocator()
701 list_inithead(&new_allocation->list_release); in nine_memfd_allocator()
731 list_inithead(&memfd_file->free_regions); in nine_memfd_allocator()
732 list_inithead(&memfd_file->unmapped_allocated_regions); in nine_memfd_allocator()
733 list_inithead(&memfd_file->locked_mapped_allocated_regions); in nine_memfd_allocator()
734 list_inithead(&memfd_file->unlocked_mapped_allocated_regions); in nine_memfd_allocator()
735 list_inithead(&memfd_file->weak_unlocked_mapped_allocated_regions); in nine_memfd_allocator()
803 list_inithead(&new_allocation->list_free); in nine_allocate()
966 list_inithead(&new_allocation->list_free); in nine_suballocate()
[all …]
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_autotune.c69 list_inithead(&history->node); in get_history()
70 list_inithead(&history->results); in get_history()
253 list_inithead(&at->lru); in fd_autotune_init()
259 list_inithead(&at->pending_results); in fd_autotune_init()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_bo.c64 list_inithead(&screen->bo_cache_time); in lima_bo_cache_init()
66 list_inithead(&screen->bo_cache_buckets[i]); in lima_bo_cache_init()
299 list_inithead(&bo->time_list); in lima_bo_create()
300 list_inithead(&bo->size_list); in lima_bo_create()
479 list_inithead(&bo->time_list); in lima_bo_import()
480 list_inithead(&bo->size_list); in lima_bo_import()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_mm.c149 list_inithead(&slab->head); in mm_slab_new()
266 list_inithead(&cache->bucket[i].free); in nouveau_mm_create()
267 list_inithead(&cache->bucket[i].used); in nouveau_mm_create()
268 list_inithead(&cache->bucket[i].full); in nouveau_mm_create()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_cmd_buffer.c57 list_inithead(&cmd_buffer->pool_link); in lvp_create_cmd_buffer()
202 list_inithead(&pool->cmd_buffers); in lvp_CreateCommandPool()
203 list_inithead(&pool->free_cmd_buffers); in lvp_CreateCommandPool()
266 list_inithead(&pool->free_cmd_buffers); in lvp_TrimCommandPool()
/third_party/mesa3d/src/asahi/compiler/test/
Dagx_test.h40 list_inithead(&ctx->blocks); in agx_test_builder()
46 list_inithead(&blk->instructions); in agx_test_builder()
/third_party/mesa3d/src/intel/tools/
Daubinator_viewer.cpp385 list_inithead(&window->base.parent_link); in new_shader_window()
448 list_inithead(&window->base.parent_link); in new_urb_window()
520 list_inithead(&window->base.parent_link); in new_edit_window()
621 list_inithead(&window->base.parent_link); in show_pml4_window()
807 list_inithead(&window->base.parent_link); in new_batch_window()
808 list_inithead(&window->base.children_windows); in new_batch_window()
871 list_inithead(&window->parent_link); in show_register_window()
955 list_inithead(&window->parent_link); in show_commands_window()
1053 list_inithead(&window->parent_link); in show_aubfile_window()
1128 list_inithead(&context.windows); in realize_area()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_cfg.c185 list_inithead(&b->func->body); in vtn_cfg_handle_prepass_instruction()
357 list_inithead(&swtch->cases); in vtn_switch_order_cases()
579 list_inithead(&cse->body); in vtn_parse_switch()
676 list_inithead(&loop->body); in vtn_process_block()
677 list_inithead(&loop->cont_body); in vtn_process_block()
765 list_inithead(&if_stmt->then_body); in vtn_process_block()
766 list_inithead(&if_stmt->else_body); in vtn_process_block()
807 list_inithead(&swtch->cases); in vtn_process_block()
885 list_inithead(&work_list); in vtn_build_cfg()
1302 list_inithead(&work_list); in vtn_emit_cf_func_unstructured()
[all …]
/third_party/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()
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_test.h42 list_inithead(&blk->instructions); in bit_block()
53 list_inithead(&ctx->blocks); in bit_builder()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_screen_cache.c466 list_inithead(&cache->bucket[i]); in svga_screen_cache_init()
468 list_inithead(&cache->unused); in svga_screen_cache_init()
470 list_inithead(&cache->validated); in svga_screen_cache_init()
472 list_inithead(&cache->invalidated); in svga_screen_cache_init()
474 list_inithead(&cache->empty); in svga_screen_cache_init()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_instance.c54 list_inithead(&instance->debug_utils.instance_callbacks); in vk_instance_init()
170 list_inithead(&instance->debug_report.callbacks); in vk_instance_init()
177 list_inithead(&instance->debug_utils.callbacks); in vk_instance_init()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.c207 list_inithead(&llvmpipe->fs_variants_list.list); in llvmpipe_create_context()
209 list_inithead(&llvmpipe->setup_variants_list.list); in llvmpipe_create_context()
211 list_inithead(&llvmpipe->cs_variants_list.list); in llvmpipe_create_context()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dscheduler.c159 list_inithead(&block->instr_list); in ppir_schedule_block()
172 list_inithead(&ready_list); in ppir_schedule_block()
/third_party/mesa3d/src/etnaviv/drm/
Detnaviv_perfmon.c82 list_inithead(&dom->signals); in etna_perfmon_query_domains()
135 list_inithead(&pm->domains); in etna_perfmon_create()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_bo.c200 list_inithead(&bo->list_link); in v3dv_bo_init()
363 list_inithead(&new_list[i]); in reallocate_size_list()
372 list_inithead(&new_list[i]); in reallocate_size_list()
386 list_inithead(&device->bo_cache.time_list); in v3dv_bo_cache_init()
/third_party/libdrm/etnaviv/
Detnaviv_perfmon.c82 list_inithead(&dom->signals); in etna_perfmon_query_domains()
135 list_inithead(&pm->domains); in etna_perfmon_create()
/third_party/mesa3d/src/compiler/nir/
Dnir_sweep.c139 list_inithead(&instr_gc_list); in nir_sweep()
142 list_inithead(&nir->gc_list); in nir_sweep()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_screen.c454 list_inithead(&rb_screen->contexts); in rbug_screen_create()
455 list_inithead(&rb_screen->resources); in rbug_screen_create()
456 list_inithead(&rb_screen->surfaces); in rbug_screen_create()
457 list_inithead(&rb_screen->transfers); in rbug_screen_create()
/third_party/libdrm/
Dutil_double_list.h47 static inline void list_inithead(struct list_head *item) in list_inithead() function
91 #define LIST_INITHEAD(__item) list_inithead(__item)
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
Dh264einport.c115 list_inithead(&inp->tasks); in h264e_inport_AllocateBuffer()
146 list_inithead(&inp->tasks); in h264e_inport_UseBuffer()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_autotune.c275 list_inithead(&cmdbuf->renderpass_autotune_results); in queue_pending_results()
317 list_inithead(&history->results); in tu_autotune_on_submit()
400 list_inithead(&at->pending_results); in tu_autotune_init()
401 list_inithead(&at->pending_submission_data); in tu_autotune_init()
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_ringbuffer_sp.c232 list_inithead(submit_list); in enqueue_submit_list()
294 list_inithead(&dev->deferred_submits); in fd_submit_sp_flush()
325 list_inithead(&dev->deferred_submits); in fd_submit_sp_flush()
341 list_inithead(&submit_list); in fd_pipe_sp_flush()
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dreduce_scheduler.c169 list_inithead(&block->node_list); in schedule_block()
180 list_inithead(&ready_list); in schedule_block()
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_slab.c258 list_inithead(&slabs->reclaim); in pb_slabs_init()
268 list_inithead(&group->slabs); in pb_slabs_init()

123456789