Home
last modified time | relevance | path

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

12345678

/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/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/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.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()
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_test.h44 list_inithead(&ctx->blocks); in bit_builder()
53 list_inithead(&blk->instructions); in bit_builder()
/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/vulkan/util/
Dvk_instance.c50 list_inithead(&instance->debug_utils.instance_callbacks); in vk_instance_init()
134 list_inithead(&instance->debug_report.callbacks); in vk_instance_init()
141 list_inithead(&instance->debug_utils.callbacks); in vk_instance_init()
/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/intel/tools/
Daubinator_viewer.cpp383 list_inithead(&window->base.parent_link); in new_shader_window()
446 list_inithead(&window->base.parent_link); in new_urb_window()
518 list_inithead(&window->base.parent_link); in new_edit_window()
619 list_inithead(&window->base.parent_link); in show_pml4_window()
805 list_inithead(&window->base.parent_link); in new_batch_window()
806 list_inithead(&window->base.children_windows); in new_batch_window()
869 list_inithead(&window->parent_link); in show_register_window()
953 list_inithead(&window->parent_link); in show_commands_window()
1051 list_inithead(&window->parent_link); in show_aubfile_window()
1126 list_inithead(&context.windows); in realize_area()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_screen_cache.c459 list_inithead(&cache->bucket[i]); in svga_screen_cache_init()
461 list_inithead(&cache->unused); in svga_screen_cache_init()
463 list_inithead(&cache->validated); in svga_screen_cache_init()
465 list_inithead(&cache->invalidated); in svga_screen_cache_init()
467 list_inithead(&cache->empty); in svga_screen_cache_init()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_cfg.c162 list_inithead(&b->func->body); in vtn_cfg_handle_prepass_instruction()
322 list_inithead(&swtch->cases); in vtn_switch_order_cases()
544 list_inithead(&cse->body); in vtn_parse_switch()
641 list_inithead(&loop->body); in vtn_process_block()
642 list_inithead(&loop->cont_body); in vtn_process_block()
730 list_inithead(&if_stmt->then_body); in vtn_process_block()
731 list_inithead(&if_stmt->else_body); in vtn_process_block()
772 list_inithead(&swtch->cases); in vtn_process_block()
850 list_inithead(&work_list); in vtn_build_cfg()
1259 list_inithead(&work_list); in vtn_emit_cf_func_unstructured()
[all …]
/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/gallium/drivers/lima/ir/pp/
Dscheduler.c163 list_inithead(&block->instr_list); in ppir_schedule_block()
176 list_inithead(&ready_list); in ppir_schedule_block()
/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/panfrost/lib/
Dpan_props.c254 list_inithead(&dev->bo_cache.lru); in panfrost_open_device()
257 list_inithead(&dev->bo_cache.buckets[i]); in panfrost_open_device()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_cmd_buffer.c51 list_inithead(&cmd_buffer->queue.cmds); in lvp_create_cmd_buffer()
60 list_inithead(&cmd_buffer->pool_link); in lvp_create_cmd_buffer()
72 list_inithead(&cmd_buffer->queue.cmds); in lvp_reset_cmd_buffer()
204 list_inithead(&pool->cmd_buffers); in lvp_CreateCommandPool()
205 list_inithead(&pool->free_cmd_buffers); in lvp_CreateCommandPool()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_bo.c195 list_inithead(&bo->list_link); in v3dv_bo_init()
364 list_inithead(&new_list[i]); in reallocate_size_list()
373 list_inithead(&new_list[i]); in reallocate_size_list()
387 list_inithead(&device->bo_cache.time_list); in v3dv_bo_cache_init()
/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/bellagio/
Dvid_dec_h264.c52 list_inithead(&priv->codec_data.h264.dpb_list); in vid_dec_h264_Init()
/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/gallium/auxiliary/pipebuffer/
Dpb_slab.c237 list_inithead(&slabs->reclaim); in pb_slabs_init()
247 list_inithead(&group->slabs); in pb_slabs_init()
/third_party/libdrm/tests/radeon/
Dradeon_ttm.c42 list_inithead(&list); in ttm_starve_kernel_private_memory()
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dreduce_scheduler.c170 list_inithead(&block->node_list); in schedule_block()
181 list_inithead(&ready_list); in schedule_block()
Dnir.c353 list_inithead(&block->node_list); in gpir_emit_function()
354 list_inithead(&block->instr_list); in gpir_emit_function()
408 list_inithead(&comp->block_list); in gpir_compiler_create()
409 list_inithead(&comp->reg_list); in gpir_compiler_create()
/third_party/mesa3d/src/gallium/winsys/sw/kms-dri/
Dkms_dri_sw_winsys.c178 list_inithead(&kms_sw_dt->planes); in kms_sw_displaytarget_create()
332 list_inithead(&kms_sw_dt->planes); in kms_sw_displaytarget_add_from_prime()
492 list_inithead(&ws->bo_list); in kms_dri_create_winsys()

12345678