/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_autotune.c | 69 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/ |
D | nine_memory_helper.c | 416 list_inithead(®ion->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/ |
D | lima_bo.c | 64 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/ |
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()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_test.h | 44 list_inithead(&ctx->blocks); in bit_builder() 53 list_inithead(&blk->instructions); in bit_builder()
|
/third_party/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()
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_instance.c | 50 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/ |
D | nir_sweep.c | 139 list_inithead(&instr_gc_list); in nir_sweep() 142 list_inithead(&nir->gc_list); in nir_sweep()
|
/third_party/mesa3d/src/intel/tools/ |
D | aubinator_viewer.cpp | 383 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/ |
D | svga_screen_cache.c | 459 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/ |
D | vtn_cfg.c | 162 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/ |
D | etnaviv_perfmon.c | 82 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/ |
D | scheduler.c | 163 list_inithead(&block->instr_list); in ppir_schedule_block() 176 list_inithead(&ready_list); in ppir_schedule_block()
|
/third_party/libdrm/etnaviv/ |
D | etnaviv_perfmon.c | 82 list_inithead(&dom->signals); in etna_perfmon_query_domains() 135 list_inithead(&pm->domains); in etna_perfmon_create()
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_props.c | 254 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/ |
D | lvp_cmd_buffer.c | 51 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/ |
D | v3dv_bo.c | 195 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/ |
D | util_double_list.h | 47 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/ |
D | vid_dec_h264.c | 52 list_inithead(&priv->codec_data.h264.dpb_list); in vid_dec_h264_Init()
|
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/ |
D | h264einport.c | 115 list_inithead(&inp->tasks); in h264e_inport_AllocateBuffer() 146 list_inithead(&inp->tasks); in h264e_inport_UseBuffer()
|
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_slab.c | 237 list_inithead(&slabs->reclaim); in pb_slabs_init() 247 list_inithead(&group->slabs); in pb_slabs_init()
|
/third_party/libdrm/tests/radeon/ |
D | radeon_ttm.c | 42 list_inithead(&list); in ttm_starve_kernel_private_memory()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
D | reduce_scheduler.c | 170 list_inithead(&block->node_list); in schedule_block() 181 list_inithead(&ready_list); in schedule_block()
|
D | nir.c | 353 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/ |
D | kms_dri_sw_winsys.c | 178 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()
|