Home
last modified time | relevance | path

Searched refs:slab_create_child (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/util/
Dslab.c126 void slab_create_child(struct slab_child_pool *pool, in slab_create_child() function
318 slab_create_child(&pool->child, &pool->parent); in slab_create()
Dslab.h76 void slab_create_child(struct slab_child_pool *pool,
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_context.c157 slab_create_child(&vc4->transfer_pool, &screen->transfer_pool); in vc4_context_create()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_context.c152 slab_create_child(&vc5->transfer_pool, &screen->transfer_pool); in vc5_context_create()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.c409 slab_create_child(&rctx->pool_transfers, &sscreen->pool_transfers); in si_common_context_init()
410 slab_create_child(&rctx->pool_transfers_unsync, &sscreen->pool_transfers); in si_common_context_init()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c304 slab_create_child(&ctx->transfer_pool, &screen->transfer_pool); in fd_context_init()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.c486 slab_create_child(&ctx->transfer_pool, &screen->transfer_pool); in etna_context_create()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.c388 slab_create_child(&r300->pool_transfers, &r300screen->pool_transfers);
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c649 slab_create_child(&rctx->pool_transfers, &rscreen->pool_transfers); in r600_common_context_init()
650 slab_create_child(&rctx->pool_transfers_unsync, &rscreen->pool_transfers); in r600_common_context_init()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.c937 slab_create_child(&vctx->texture_transfer_pool, &rs->texture_transfer_pool); in virgl_context_create()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c2560 slab_create_child(&tc->pool_transfers, parent_transfer_pool); in threaded_context_create()