Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.c203 slab_destroy_child(&ice->transfer_pool_unsync); in crocus_destroy_context()
284 slab_create_child(&ice->transfer_pool_unsync, &screen->transfer_pool); in crocus_create_context()
Dcrocus_context.h454 struct slab_child_pool transfer_pool_unsync; member
Dcrocus_resource.c1634 map = slab_alloc(&ice->transfer_pool_unsync); in crocus_transfer_map()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.c248 slab_destroy_child(&ice->transfer_pool_unsync); in iris_destroy_context()
333 slab_create_child(&ice->transfer_pool_unsync, &screen->transfer_pool); in iris_create_context()
Diris_context.h607 struct slab_child_pool transfer_pool_unsync; member
Diris_resource.c2241 map = slab_alloc(&ice->transfer_pool_unsync); in iris_transfer_map()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c373 slab_destroy_child(&ctx->transfer_pool_unsync); in fd_context_destroy()
643 slab_create_child(&ctx->transfer_pool_unsync, &screen->transfer_pool); in fd_context_init()
Dfreedreno_context.h224 struct slab_child_pool transfer_pool_unsync; /* for threaded_context */ member
Dfreedreno_resource.c959 ptrans = slab_alloc(&ctx->transfer_pool_unsync); in fd_resource_transfer_map()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.h190 struct slab_child_pool transfer_pool_unsync; member
Dzink_resource.c1128 trans = slab_alloc(&ctx->transfer_pool_unsync); in create_transfer()
Dzink_context.c153 slab_destroy_child(&ctx->transfer_pool_unsync); in zink_context_destroy()
4141 slab_create_child(&ctx->transfer_pool_unsync, &screen->transfer_pool); in zink_context_create()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst4925 - freedreno: Add transfer_pool_unsync