Home
last modified time | relevance | path

Searched refs:remove_from_list (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/util/
Dsimple_list.h54 #define remove_from_list(elem) \ macro
97 remove_from_list(elem); \
109 remove_from_list(elem); \
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_dma.c244 remove_from_list(dma_bo); in radeonRefillCurrentDmaRegion()
304 remove_from_list(dma_bo); in radeonFreeDmaRegions()
310 remove_from_list(dma_bo); in radeonFreeDmaRegions()
316 remove_from_list(dma_bo); in radeonFreeDmaRegions()
374 remove_from_list(dma_bo); in radeonReleaseDmaRegions()
381 remove_from_list(dma_bo); in radeonReleaseDmaRegions()
388 remove_from_list(dma_bo); in radeonReleaseDmaRegions()
399 remove_from_list(dma_bo); in radeonReleaseDmaRegions()
403 remove_from_list(dma_bo); in radeonReleaseDmaRegions()
412 remove_from_list(dma_bo); in radeonReleaseDmaRegions()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_dma.c244 remove_from_list(dma_bo); in radeonRefillCurrentDmaRegion()
304 remove_from_list(dma_bo); in radeonFreeDmaRegions()
310 remove_from_list(dma_bo); in radeonFreeDmaRegions()
316 remove_from_list(dma_bo); in radeonFreeDmaRegions()
374 remove_from_list(dma_bo); in radeonReleaseDmaRegions()
381 remove_from_list(dma_bo); in radeonReleaseDmaRegions()
388 remove_from_list(dma_bo); in radeonReleaseDmaRegions()
399 remove_from_list(dma_bo); in radeonReleaseDmaRegions()
403 remove_from_list(dma_bo); in radeonReleaseDmaRegions()
412 remove_from_list(dma_bo); in radeonReleaseDmaRegions()
/external/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_screen.h80 remove_from_list(&obj->list); \
/external/mesa3d/src/gallium/auxiliary/util/
Du_cache.c182 remove_from_list(entry); in util_cache_entry_destroy()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c2654 remove_from_list(&variant->list_item_local); in draw_llvm_destroy_variant()
2656 remove_from_list(&variant->list_item_global); in draw_llvm_destroy_variant()
2968 remove_from_list(&variant->list_item_local); in draw_gs_llvm_destroy_variant()
2970 remove_from_list(&variant->list_item_global); in draw_gs_llvm_destroy_variant()
3619 remove_from_list(&variant->list_item_local); in draw_tcs_llvm_destroy_variant()
3621 remove_from_list(&variant->list_item_global); in draw_tcs_llvm_destroy_variant()
4124 remove_from_list(&variant->list_item_local); in draw_tes_llvm_destroy_variant()
4126 remove_from_list(&variant->list_item_global); in draw_tes_llvm_destroy_variant()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c378 remove_from_list(lpr); in llvmpipe_resource_destroy()
Dlp_state_cs.c508 remove_from_list(&variant->list_item_local); in llvmpipe_remove_cs_shader_variant()
512 remove_from_list(&variant->list_item_global); in llvmpipe_remove_cs_shader_variant()
Dlp_state_setup.c899 remove_from_list(&variant->list_item_global); in remove_setup_variant()
Dlp_state_fs.c3731 remove_from_list(&variant->list_item_local); in llvmpipe_remove_shader_variant()
3735 remove_from_list(&variant->list_item_global); in llvmpipe_remove_shader_variant()
/external/mesa3d/src/mesa/main/
Dshaderapi.c3319 remove_from_list(last); in validate_and_tokenise_sh_incl()
/external/mesa3d/docs/relnotes/
D7.10.rst2252 - util: make calling remove_from_list multiple times in a row safe