Home
last modified time | relevance | path

Searched refs:make_empty_list (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/gallium/drivers/rbug/
Drbug_screen.c262 make_empty_list(&rb_screen->contexts); in rbug_screen_create()
263 make_empty_list(&rb_screen->resources); in rbug_screen_create()
264 make_empty_list(&rb_screen->surfaces); in rbug_screen_create()
265 make_empty_list(&rb_screen->transfers); in rbug_screen_create()
Drbug_context.c1160 make_empty_list(&rb_pipe->shaders); in rbug_context_create()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.c127 make_empty_list(&llvmpipe->fs_variants_list); in llvmpipe_create_context()
129 make_empty_list(&llvmpipe->setup_variants_list); in llvmpipe_create_context()
Dlp_texture.c1431 make_empty_list(&resource_list); in llvmpipe_init_screen_resource_funcs()
Dlp_state_fs.c1316 make_empty_list(&shader->variants); in llvmpipe_create_fs_state()
/external/mesa3d/src/gallium/auxiliary/util/
Du_simple_list.h110 #define make_empty_list(sentinal) \ macro
Du_slab.c152 make_empty_list(&pool->list); in util_slab_create()
Du_cache.c105 make_empty_list(&cache->lru); in util_cache_create()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_llvm.c113 make_empty_list(&vs->variants); in draw_create_vs_llvm()
Ddraw_llvm.c357 make_empty_list(&llvm->vs_variants_list); in draw_llvm_create()
/external/mesa3d/src/mesa/main/
Dsimple_list.h117 #define make_empty_list(sentinal) \ macro
Dshared.c134 make_empty_list(& shared->SyncObjects); in _mesa_alloc_shared_state()
Dlight.c1123 make_empty_list( l ); in init_light()
1197 make_empty_list( &ctx->Light.EnabledList ); in _mesa_init_lighting()
Derrors.c769 make_empty_list(&ClientIDs->Namespaces[s][t].Severity[sev]); in _mesa_init_errors()
Dcontext.c1243 make_empty_list( &(dst->Light.EnabledList) ); in _mesa_copy_context()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_dma.c206 make_empty_list(&rmesa->dma.free); in radeon_init_dma()
207 make_empty_list(&rmesa->dma.wait); in radeon_init_dma()
208 make_empty_list(&rmesa->dma.reserved); in radeon_init_dma()
Dradeon_ioctl.c69 make_empty_list(&rmesa->radeon.hw.atomlist); in radeonSetUpAtomList()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_dma.c206 make_empty_list(&rmesa->dma.free); in radeon_init_dma()
207 make_empty_list(&rmesa->dma.wait); in radeon_init_dma()
208 make_empty_list(&rmesa->dma.reserved); in radeon_init_dma()
Dr200_cmdbuf.c61 make_empty_list(&rmesa->radeon.hw.atomlist); in r200SetUpAtomList()
/external/mesa3d/src/mesa/program/
Dhash_table.c76 make_empty_list(& ht->buckets[i]); in hash_table_ctor()
/external/mesa3d/src/mesa/tnl/
Dt_context.c86 make_empty_list( tnl->_ShineTabList ); in _tnl_CreateContext()