Searched refs:transfer_pool_unsync (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_context.c203 slab_destroy_child(&ice->transfer_pool_unsync);
284 slab_create_child(&ice->transfer_pool_unsync, &screen->transfer_pool);
H A Dcrocus_context.h454 struct slab_child_pool transfer_pool_unsync; member in struct:crocus_context
H A Dcrocus_resource.c1635 map = slab_alloc(&ice->transfer_pool_unsync);
1791 * use transfer_pool, not transfer_pool_unsync. Freeing an object into a
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_context.c248 slab_destroy_child(&ice->transfer_pool_unsync);
333 slab_create_child(&ice->transfer_pool_unsync, &screen->transfer_pool);
H A Diris_context.h607 struct slab_child_pool transfer_pool_unsync; member in struct:iris_context
H A Diris_resource.c2241 map = slab_alloc(&ice->transfer_pool_unsync);
2401 * use transfer_pool, not transfer_pool_unsync. Freeing an object into a
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_context.c373 slab_destroy_child(&ctx->transfer_pool_unsync);
643 slab_create_child(&ctx->transfer_pool_unsync, &screen->transfer_pool);
H A Dfreedreno_context.h225 struct slab_child_pool transfer_pool_unsync; /* for threaded_context */ member in struct:fd_context
H A Dfreedreno_resource.c959 ptrans = slab_alloc(&ctx->transfer_pool_unsync);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_context.h190 struct slab_child_pool transfer_pool_unsync; member in struct:zink_context
H A Dzink_resource.c1131 trans = slab_alloc(&ctx->transfer_pool_unsync);
H A Dzink_context.c153 slab_destroy_child(&ctx->transfer_pool_unsync);
4119 slab_create_child(&ctx->transfer_pool_unsync, &screen->transfer_pool);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst4925 - freedreno: Add transfer_pool_unsync

Completed in 34 milliseconds