Home
last modified time | relevance | path

Searched refs:transfer_pool_unsync (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_context.c215 slab_destroy_child(&ice->transfer_pool_unsync); in crocus_destroy_context()
297 slab_create_child(&ice->transfer_pool_unsync, &screen->transfer_pool); in crocus_create_context()
H A Dcrocus_context.h454 struct slab_child_pool transfer_pool_unsync; member
H A Dcrocus_resource.c1576 map = slab_zalloc(&ice->transfer_pool_unsync); in crocus_transfer_map()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_context.c256 slab_destroy_child(&ice->transfer_pool_unsync); in iris_destroy_context()
347 slab_create_child(&ice->transfer_pool_unsync, &screen->transfer_pool); in iris_create_context()
H A Diris_context.h863 struct slab_child_pool transfer_pool_unsync; member
H A Diris_resource.c2583 map = slab_zalloc(&ice->transfer_pool_unsync); in iris_transfer_map()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context_common.cpp133 slab_destroy_child(&ctx->transfer_pool_unsync); in d3d12_context_destroy()
386 slab_create_child(&ctx->transfer_pool_unsync, &d3d12_screen(pscreen)->transfer_pool); in d3d12_context_create()
H A Dd3d12_context.h168 struct slab_child_pool transfer_pool_unsync; member
H A Dd3d12_resource.cpp1730 &ctx->transfer_pool_unsync : &ctx->transfer_pool; in d3d12_transfer_map()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_context.c405 slab_destroy_child(&ctx->transfer_pool_unsync); in fd_context_destroy()
678 slab_create_child(&ctx->transfer_pool_unsync, &screen->transfer_pool); in fd_context_init()
H A Dfreedreno_context.h286 struct slab_child_pool transfer_pool_unsync; /* for threaded_context */ member
H A Dfreedreno_resource.c1003 ptrans = slab_zalloc(&ctx->transfer_pool_unsync); in fd_resource_transfer_map()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_types.h1782 struct slab_child_pool transfer_pool_unsync; member
H A Dzink_resource.c2241 trans = slab_zalloc(&ctx->transfer_pool_unsync); in create_transfer()
H A Dzink_context.c254 slab_destroy_child(&ctx->transfer_pool_unsync); in zink_context_destroy()
5374 slab_create_child(&ctx->transfer_pool_unsync, &screen->transfer_pool); in zink_context_create()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D21.1.0.rst4925 - freedreno: Add transfer_pool_unsync