Home
last modified time | relevance | path

Searched refs:list_add (Results 1 – 25 of 98) sorted by relevance

1234

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_screen_cache.c142 list_add(&entry->head, &cache->empty); in svga_screen_cache_lookup()
197 list_add(&entry->head, &cache->empty); in svga_screen_cache_shrink()
301 list_add(&entry->head, &cache->validated); in svga_screen_cache_add()
303 list_add(&entry->head, &cache->invalidated); in svga_screen_cache_add()
306 list_add(&entry->head, &cache->invalidated); in svga_screen_cache_add()
356 list_add(&entry->head, &cache->unused); in svga_screen_cache_flush()
360 list_add(&entry->bucket_head, &cache->bucket[bucket]); in svga_screen_cache_flush()
405 list_add(&entry->head, &cache->invalidated); in svga_screen_cache_flush()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir_emit_uniform_stream_resets.c78 list_add(&add->link, &block->instructions); in qir_emit_uniform_stream_resets()
79 list_add(&load_imm->link, &block->instructions); in qir_emit_uniform_stream_resets()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_lower_subgroups.c173 list_add(&after_block->node, &before_block->node); in split_block()
228 list_add(&then_block->node, &before_block->node); in create_if()
276 list_add(&header->node, &before_block->node); in lower_instr()
279 list_add(&exit->node, &header->node); in lower_instr()
282 list_add(&footer->node, &exit->node); in lower_instr()
/third_party/mesa3d/src/gallium/frontends/nine/
Dbuffer9.h125 list_add(&buf->managed.list, &device->update_buffers); in NineBindBufferToDevice()
143 list_add(&(b)->managed.list, &(b)->base.base.device->update_buffers); \
Dbasetexture9.h146 list_add(&tex->list, &device->update_textures); in NineBindTextureToDevice()
170 list_add(&(t)->list, &(t)->base.base.device->update_textures); \
Dnine_memory_helper.c364 list_add(&region->list, insertion_point);
402 list_add(&region->list, prev_region ? &prev_region->list : tail); in move_region_ordered_merge()
740 list_add(&region->list, &memfd_file->unmapped_allocated_regions); in nine_memfd_allocator()
751 list_add(&region->list, &memfd_file->free_regions); in nine_memfd_allocator()
953 list_add(&allocation->list_release, &allocator->pending_releases); in nine_pointer_delayedstrongrelease()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch_shade_pipeline_llvm.c129 list_add(&variant->list_item_local.list, &shader->variants.list); in llvm_middle_end_prepare_gs()
130 list_add(&variant->list_item_global.list, &llvm->gs_variants_list.list); in llvm_middle_end_prepare_gs()
197 list_add(&variant->list_item_local.list, &shader->variants.list); in llvm_middle_end_prepare_tcs()
198 list_add(&variant->list_item_global.list, &llvm->tcs_variants_list.list); in llvm_middle_end_prepare_tcs()
265 list_add(&variant->list_item_local.list, &shader->variants.list); in llvm_middle_end_prepare_tes()
266 list_add(&variant->list_item_global.list, &llvm->tes_variants_list.list); in llvm_middle_end_prepare_tes()
395 list_add(&variant->list_item_local.list, &shader->variants.list); in llvm_middle_end_prepare()
396 list_add(&variant->list_item_global.list, &llvm->vs_variants_list.list); in llvm_middle_end_prepare()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_mm.c156 list_add(&slab->head, &bucket->free); in mm_slab_new()
203 list_add(&slab->head, &bucket->used); in nouveau_mm_allocate()
212 list_add(&slab->head, &bucket->full); in nouveau_mm_allocate()
/third_party/libdrm/amdgpu/
Damdgpu_vamgr.c58 list_add(&n->list, &mgr->va_holes); in amdgpu_vamgr_init()
83 list_add(&n->list, &hole->list); in amdgpu_vamgr_subtract_hole()
216 list_add(&next->list, &hole->list); in amdgpu_vamgr_free_va()
/third_party/libdrm/
Dutil_double_list.h53 static inline void list_add(struct list_head *item, struct list_head *list) in list_add() function
92 #define LIST_ADD(__item, __list) list_add(__item, __list)
/third_party/alsa-utils/alsactl/
Dlist.h78 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() function
140 list_add(list, head); in list_move()
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_slab.c59 list_add(&entry->head, &slab->free); in pb_slab_reclaim()
180 list_add(&slab->head, &group->slabs); in pb_slab_alloc_reclaimed()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_autotune.c89 list_add(&history->node, &at->lru); in get_history()
139 list_add(&result->node, &history->results); in process_results()
/third_party/libdrm/tests/radeon/
Dradeon_ttm.c50 list_add(&bo->list, &list); in ttm_starve_kernel_private_memory()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_screen.h68 list_add(&scr->name, &obj->list); \
/third_party/mesa3d/src/gallium/winsys/sw/kms-dri/
Dkms_dri_sw_winsys.c159 list_add(&plane->link, &kms_sw_dt->planes); in get_plane()
208 list_add(&kms_sw_dt->link, &kms_sw->bo_list); in kms_sw_displaytarget_create()
366 list_add(&kms_sw_dt->link, &kms_sw->bo_list); in kms_sw_displaytarget_add_from_prime()
/third_party/ltp/testcases/realtime/include/
Dlist.h99 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() function
161 list_add(list, head); in list_move()
/third_party/mesa3d/src/util/
Dvma.c301 list_add(&hole->link, &high_hole->link); in util_vma_heap_free()
303 list_add(&hole->link, &heap->holes); in util_vma_heap_free()
/third_party/exfatprogs/include/
Dlist.h69 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() function
131 list_add(list, head); in list_move()
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_vce.c139 list_add(&l1->list, &enc->cpb_slots); in sort_cpb()
144 list_add(&l0->list, &enc->cpb_slots); in sort_cpb()
350 list_add(&slot->list, &enc->cpb_slots); in rvce_end_frame()
/third_party/alsa-lib/include/
Dlist.h65 static inline void list_add(struct list_head *p, struct list_head *list) in list_add() function
/third_party/libbpf/include/linux/
Dlist.h39 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() function
/third_party/mesa3d/src/vulkan/runtime/
Dvk_command_buffer.c46 list_add(&command_buffer->pool_link, &pool->command_buffers); in vk_command_buffer_init()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vce.c126 list_add(&l1->list, &enc->cpb_slots); in sort_cpb()
131 list_add(&l0->list, &enc->cpb_slots); in sort_cpb()
340 list_add(&slot->list, &enc->cpb_slots); in rvce_end_frame()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_combine_stores.c105 list_add(&combo->link, &state->freelist); in free_combined_store()
252 list_add(&combo->link, &state->pending); in update_combined_store()

1234