Home
last modified time | relevance | path

Searched refs:slab_create_child (Results 1 - 17 of 17) sorted by relevance

/third_party/mesa3d/src/util/
H A Dslab.c125 void slab_create_child(struct slab_child_pool *pool, in slab_create_child() function
332 slab_create_child(&mempool->child, &mempool->parent); in slab_create()
H A Dslab.h81 void slab_create_child(struct slab_child_pool *pool,
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_context.c339 slab_create_child(&ice->transfer_pool, &screen->transfer_pool); in iris_create_context()
340 slab_create_child(&ice->transfer_pool_unsync, &screen->transfer_pool); in iris_create_context()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_context.c283 slab_create_child(&ice->transfer_pool, &screen->transfer_pool); in crocus_create_context()
284 slab_create_child(&ice->transfer_pool_unsync, &screen->transfer_pool); in crocus_create_context()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_context.c195 slab_create_child(&vc4->transfer_pool, &screen->transfer_pool); in vc4_context_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_context.c647 slab_create_child(&ctx->transfer_pool, &screen->transfer_pool);
648 slab_create_child(&ctx->transfer_pool_unsync, &screen->transfer_pool);
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_context.c382 slab_create_child(&v3d->transfer_pool, &screen->transfer_pool); in v3d_context_create()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_context.c232 slab_create_child(&ctx->transfer_pool, &screen->transfer_pool); in lima_context_create()
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_ringbuffer_sp.c421 slab_create_child(&fd_submit->ring_pool, &pipe->ring_pool); in fd_submit_sp_new()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.c401 slab_create_child(&r300->pool_transfers, &r300screen->pool_transfers);
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe_common.c583 slab_create_child(&rctx->pool_transfers, &rscreen->pool_transfers); in r600_common_context_init()
584 slab_create_child(&rctx->pool_transfers_unsync, &rscreen->pool_transfers); in r600_common_context_init()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_context.c632 slab_create_child(&ctx->transfer_pool, &screen->transfer_pool); in etna_context_create()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c490 slab_create_child(&sctx->pool_transfers, &sscreen->pool_transfers); in si_create_context()
491 slab_create_child(&sctx->pool_transfers_unsync, &sscreen->pool_transfers); in si_create_context()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp2513 slab_create_child(&ctx->transfer_pool, &d3d12_screen(pscreen)->transfer_pool);
2514 slab_create_child(&ctx->transfer_pool_unsync, &d3d12_screen(pscreen)->transfer_pool);
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_context.c1670 slab_create_child(&vctx->transfer_pool, &rs->transfer_pool); in virgl_context_create()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c4522 slab_create_child(&ctx->transfer_pool, &screen->transfer_pool); in zink_context_create()
4523 slab_create_child(&ctx->transfer_pool_unsync, &screen->transfer_pool); in zink_context_create()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c4467 slab_create_child(&tc->pool_transfers, parent_transfer_pool); in threaded_context_create()

Completed in 32 milliseconds