Searched refs:slab_create_child (Results 1 - 17 of 17) sorted by relevance
/third_party/mesa3d/src/util/ |
H A D | slab.c | 125 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 D | slab.h | 81 void slab_create_child(struct slab_child_pool *pool,
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_context.c | 339 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 D | crocus_context.c | 283 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 D | vc4_context.c | 195 slab_create_child(&vc4->transfer_pool, &screen->transfer_pool); in vc4_context_create()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_context.c | 647 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 D | v3d_context.c | 382 slab_create_child(&v3d->transfer_pool, &screen->transfer_pool); in v3d_context_create()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_context.c | 232 slab_create_child(&ctx->transfer_pool, &screen->transfer_pool); in lima_context_create()
|
/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_ringbuffer_sp.c | 421 slab_create_child(&fd_submit->ring_pool, &pipe->ring_pool); in fd_submit_sp_new()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_context.c | 401 slab_create_child(&r300->pool_transfers, &r300screen->pool_transfers);
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_pipe_common.c | 583 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 D | etnaviv_context.c | 632 slab_create_child(&ctx->transfer_pool, &screen->transfer_pool); in etna_context_create()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_pipe.c | 490 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 D | d3d12_context.cpp | 2513 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 D | virgl_context.c | 1670 slab_create_child(&vctx->transfer_pool, &rs->transfer_pool); in virgl_context_create()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_context.c | 4522 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 D | u_threaded_context.c | 4467 slab_create_child(&tc->pool_transfers, parent_transfer_pool); in threaded_context_create()
|
Completed in 32 milliseconds