/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_screen_cache.c | 142 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/ |
H A D | vc4_qir_emit_uniform_stream_resets.c | 78 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/gallium/frontends/nine/ |
H A D | buffer9.h | 125 list_add(&buf->managed.list, &device->update_buffers); in NineBindBufferToDevice() 143 list_add(&(b)->managed.list, &(b)->base.base.device->update_buffers); \
|
H A D | basetexture9.h | 146 list_add(&tex->list, &device->update_textures); in NineBindTextureToDevice() 170 list_add(&(t)->list, &(t)->base.base.device->update_textures); \
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pt_fetch_shade_pipeline_llvm.c | 129 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/freedreno/ir3/ |
H A D | ir3_lower_subgroups.c | 173 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/libdrm/amdgpu/ |
H A D | amdgpu_vamgr.c | 58 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/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_mm.c | 156 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/alsa-utils/alsactl/ |
H A D | list.h | 71 * list_add - add a new entry 78 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/libdrm/ |
H A D | util_double_list.h | 53 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/libdrm/tests/radeon/ |
H A D | radeon_ttm.c | 50 list_add(&bo->list, &list); in ttm_starve_kernel_private_memory()
|
/third_party/exfatprogs/include/ |
H A D | list.h | 62 * list_add - add a new entry 69 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/ltp/testcases/realtime/include/ |
H A D | list.h | 92 * list_add - add a new entry 99 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() 193 * if another CPU could re-list_add() it.
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_autotune.c | 89 list_add(&history->node, &at->lru); in get_history() 139 list_add(&result->node, &history->results); in process_results()
|
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
H A D | pb_slab.c | 59 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/auxiliary/driver_rbug/ |
H A D | rbug_screen.h | 68 list_add(&scr->name, &obj->list); \
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vce.c | 126 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/gallium/winsys/sw/kms-dri/ |
H A D | kms_dri_sw_winsys.c | 159 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/mesa3d/src/gallium/drivers/r600/ |
H A D | radeon_vce.c | 139 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/ |
H A D | list.h | 61 /* list_add - prepend a list entry at the head 65 static inline void list_add(struct list_head *p, struct list_head *list) in list_add() function
|
/third_party/libbpf/include/linux/ |
H A D | list.h | 32 * list_add - add a new entry 39 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() function
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_command_buffer.c | 46 list_add(&command_buffer->pool_link, &pool->command_buffers); in vk_command_buffer_init()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_combine_stores.c | 105 list_add(&combo->link, &state->freelist); in free_combined_store() 252 list_add(&combo->link, &state->pending); in update_combined_store()
|
H A D | nir.c | 706 list_add(&instr->instr.gc_node, &shader->gc_list); in nir_alu_instr_create() 728 list_add(&instr->instr.gc_node, &shader->gc_list); in nir_deref_instr_create() 743 list_add(&instr->instr.gc_node, &shader->gc_list); in nir_jump_instr_create() 758 list_add(&instr->instr.gc_node, &shader->gc_list); in nir_load_const_instr_create() 780 list_add(&instr->instr.gc_node, &shader->gc_list); in nir_intrinsic_instr_create() 798 list_add(&instr->instr.gc_node, &shader->gc_list); in nir_call_instr_create() 828 list_add(&instr->instr.gc_node, &shader->gc_list); in nir_tex_instr_create() 889 list_add(&instr->instr.gc_node, &shader->gc_list); in nir_phi_instr_create() 924 list_add(&instr->instr.gc_node, &shader->gc_list); in nir_parallel_copy_instr_create() 939 list_add( in nir_ssa_undef_instr_create() [all...] |
/third_party/mesa3d/src/util/ |
H A D | vma.c | 301 list_add(&hole->link, &high_hole->link); in util_vma_heap_free() 303 list_add(&hole->link, &heap->holes); in util_vma_heap_free()
|