/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/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/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 | 149 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/ |
D | lvp_cmd_buffer.c | 57 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/ |
D | agx_test.h | 40 list_inithead(&ctx->blocks); in agx_test_builder() 46 list_inithead(&blk->instructions); in agx_test_builder()
|
/third_party/mesa3d/src/intel/tools/ |
D | aubinator_viewer.cpp | 385 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/ |
D | vtn_cfg.c | 185 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/ |
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/panfrost/bifrost/ |
D | bi_test.h | 42 list_inithead(&blk->instructions); in bit_block() 53 list_inithead(&ctx->blocks); in bit_builder()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_screen_cache.c | 466 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/ |
D | vk_instance.c | 54 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/ |
D | lp_context.c | 207 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/ |
D | scheduler.c | 159 list_inithead(&block->instr_list); in ppir_schedule_block() 172 list_inithead(&ready_list); in ppir_schedule_block()
|
/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/broadcom/vulkan/ |
D | v3dv_bo.c | 200 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/ |
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/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/gallium/auxiliary/driver_rbug/ |
D | rbug_screen.c | 454 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/ |
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/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/freedreno/vulkan/ |
D | tu_autotune.c | 275 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/ |
D | freedreno_ringbuffer_sp.c | 232 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/ |
D | reduce_scheduler.c | 169 list_inithead(&block->node_list); in schedule_block() 180 list_inithead(&ready_list); in schedule_block()
|
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_slab.c | 258 list_inithead(&slabs->reclaim); in pb_slabs_init() 268 list_inithead(&group->slabs); in pb_slabs_init()
|