Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_dma.c243 remove_from_list(dma_bo); in radeonRefillCurrentDmaRegion()
303 remove_from_list(dma_bo); in radeonFreeDmaRegions()
309 remove_from_list(dma_bo); in radeonFreeDmaRegions()
315 remove_from_list(dma_bo); in radeonFreeDmaRegions()
373 remove_from_list(dma_bo); in radeonReleaseDmaRegions()
380 remove_from_list(dma_bo); in radeonReleaseDmaRegions()
387 remove_from_list(dma_bo); in radeonReleaseDmaRegions()
398 remove_from_list(dma_bo); in radeonReleaseDmaRegions()
402 remove_from_list(dma_bo); in radeonReleaseDmaRegions()
411 remove_from_list(dma_bo); in radeonReleaseDmaRegions()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_dma.c243 remove_from_list(dma_bo); in radeonRefillCurrentDmaRegion()
303 remove_from_list(dma_bo); in radeonFreeDmaRegions()
309 remove_from_list(dma_bo); in radeonFreeDmaRegions()
315 remove_from_list(dma_bo); in radeonFreeDmaRegions()
373 remove_from_list(dma_bo); in radeonReleaseDmaRegions()
380 remove_from_list(dma_bo); in radeonReleaseDmaRegions()
387 remove_from_list(dma_bo); in radeonReleaseDmaRegions()
398 remove_from_list(dma_bo); in radeonReleaseDmaRegions()
402 remove_from_list(dma_bo); in radeonReleaseDmaRegions()
411 remove_from_list(dma_bo); in radeonReleaseDmaRegions()
/external/mesa3d/src/gallium/auxiliary/util/
Du_simple_list.h45 #define remove_from_list(elem) \ macro
89 remove_from_list(elem); \
101 remove_from_list(elem); \
Du_slab.c165 remove_from_list(page); in util_slab_destroy()
Du_cache.c169 remove_from_list(entry); in util_cache_entry_destroy()
/external/mesa3d/src/mesa/main/
Dsimple_list.h54 #define remove_from_list(elem) \ macro
96 remove_from_list(elem); \
108 remove_from_list(elem); \
Dsyncobj.c200 remove_from_list(& syncObj->link); in _mesa_unref_sync_object()
Denable.c395 remove_from_list(&ctx->Light.Light[cap-GL_LIGHT0]); in _mesa_set_enable()
/external/mesa3d/src/mesa/program/
Dhash_table.c102 remove_from_list(node); in hash_table_clear()
183 remove_from_list(node); in hash_table_remove()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_screen.h80 remove_from_list(&obj->list); \
Drbug_context.c46 remove_from_list(&rb_pipe->list); in rbug_destroy()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1429 remove_from_list(&variant->list_item_local); in draw_llvm_destroy_variant()
1431 remove_from_list(&variant->list_item_global); in draw_llvm_destroy_variant()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1446 remove_from_list(&variant->list_item_local); in llvmpipe_remove_shader_variant()
1450 remove_from_list(&variant->list_item_global); in llvmpipe_remove_shader_variant()
Dlp_state_setup.c856 remove_from_list(&variant->list_item_global); in remove_setup_variant()
Dlp_texture.c356 remove_from_list(lpr); in llvmpipe_resource_destroy()