Home
last modified time | relevance | path

Searched refs:list_move_to (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch_shade_pipeline_llvm.c96 list_move_to(&variant->list_item_global.list, &llvm->gs_variants_list.list); in llvm_middle_end_prepare_gs()
164 list_move_to(&variant->list_item_global.list, &llvm->tcs_variants_list.list); in llvm_middle_end_prepare_tcs()
232 list_move_to(&variant->list_item_global.list, &llvm->tes_variants_list.list); in llvm_middle_end_prepare_tes()
362 list_move_to(&variant->list_item_global.list, &llvm->vs_variants_list.list); in llvm_middle_end_prepare()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_cache.c250 list_move_to(&cache->lru.list, &entry->list); in util_cache_get()
/third_party/mesa3d/src/util/
Dlist.h185 static inline void list_move_to(struct list_head *item, struct list_head *loc) { in list_move_to() function
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_setup.c881 list_move_to(&variant->list_item_global.list, &lp->setup_variants_list.list); in llvmpipe_update_setup()
Dlp_state_cs.c855 list_move_to(&variant->list_item_global.list, &lp->cs_variants_list.list); in llvmpipe_update_cs()
Dlp_state_fs.c4538 list_move_to(&variant->list_item_global.list, &lp->fs_variants_list.list); in llvmpipe_update_fs()