Home
last modified time | relevance | path

Searched refs:transfer_pool (Results 1 – 25 of 53) sorted by relevance

123

/external/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.c214 slab_destroy_child(&ice->transfer_pool); in crocus_destroy_context()
296 slab_create_child(&ice->transfer_pool, &screen->transfer_pool); in crocus_create_context()
297 slab_create_child(&ice->transfer_pool_unsync, &screen->transfer_pool); in crocus_create_context()
338 return threaded_context_create(ctx, &screen->transfer_pool, in crocus_create_context()
Dcrocus_screen.h173 struct slab_parent_pool transfer_pool; member
/external/mesa3d/src/gallium/drivers/iris/
Diris_context.c255 slab_destroy_child(&ice->transfer_pool); in iris_destroy_context()
349 slab_create_child(&ice->transfer_pool, &screen->transfer_pool); in iris_create_context()
350 slab_create_child(&ice->transfer_pool_unsync, &screen->transfer_pool); in iris_create_context()
399 return threaded_context_create(ctx, &screen->transfer_pool, in iris_create_context()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_context.c117 slab_destroy_child(&vc4->transfer_pool); in vc4_context_destroy()
182 slab_create_child(&vc4->transfer_pool, &screen->transfer_pool); in vc4_context_create()
Dvc4_screen.h79 struct slab_parent_pool transfer_pool; member
Dvc4_screen.c107 slab_destroy_parent(&screen->transfer_pool); in vc4_screen_destroy()
543 slab_create_parent(&screen->transfer_pool, sizeof(struct vc4_transfer), 16); in vc4_screen_create()
/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context_common.cpp132 slab_destroy_child(&ctx->transfer_pool); in d3d12_context_destroy()
385 slab_create_child(&ctx->transfer_pool, &d3d12_screen(pscreen)->transfer_pool); in d3d12_context_create()
386 slab_create_child(&ctx->transfer_pool_unsync, &d3d12_screen(pscreen)->transfer_pool); in d3d12_context_create()
499 &screen->transfer_pool, in d3d12_context_create()
Dd3d12_screen.h97 struct slab_parent_pool transfer_pool; member
/external/mesa3d/src/gallium/drivers/i915/
Di915_resource_buffer.c75 struct pipe_transfer *transfer = slab_alloc_st(&i915->transfer_pool); in i915_buffer_transfer_map()
94 slab_free_st(&i915->transfer_pool, transfer); in i915_buffer_transfer_unmap()
Di915_context.h310 struct slab_mempool transfer_pool; member
Di915_context.c203 slab_create(&i915->transfer_pool, sizeof(struct pipe_transfer), 16); in i915_create_context()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_context.c158 slab_destroy_child(&ctx->transfer_pool); in lima_context_destroy()
223 slab_create_child(&ctx->transfer_pool, &screen->transfer_pool); in lima_context_create()
Dlima_screen.h85 struct slab_parent_pool transfer_pool; member
Dlima_screen.c55 slab_destroy_parent(&screen->transfer_pool); in lima_screen_destroy()
724 slab_create_parent(&screen->transfer_pool, sizeof(struct lima_transfer), 16); in lima_screen_create()
Dlima_context.h213 struct slab_child_pool transfer_pool; member
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_transfer.c185 slab_free(&ctx->transfer_pool, trans); in etna_transfer_unmap()
203 trans = slab_zalloc(&ctx->transfer_pool); in etna_transfer_map()
277 slab_free(&ctx->transfer_pool, trans); in etna_transfer_map()
292 slab_free(&ctx->transfer_pool, trans); in etna_transfer_map()
Detnaviv_screen.h59 struct slab_parent_pool transfer_pool; member
Detnaviv_context.h149 struct slab_child_pool transfer_pool; member
Detnaviv_context.c130 slab_destroy_child(&ctx->transfer_pool); in etna_context_destroy()
725 slab_create_child(&ctx->transfer_pool, &screen->transfer_pool); in etna_context_create()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_context.c316 slab_destroy_child(&v3d->transfer_pool); in v3d_context_destroy()
419 slab_create_child(&v3d->transfer_pool, &screen->transfer_pool); in v3d_context_create()
Dv3d_screen.h64 struct slab_parent_pool transfer_pool; member
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c404 slab_destroy_child(&ctx->transfer_pool); in fd_context_destroy()
677 slab_create_child(&ctx->transfer_pool, &screen->transfer_pool); in fd_context_init()
678 slab_create_child(&ctx->transfer_pool_unsync, &screen->transfer_pool); in fd_context_init()
732 pctx, &ctx->screen->transfer_pool, in fd_context_init_tc()
Dfreedreno_screen.h65 struct slab_parent_pool transfer_pool; member
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_screen.h61 struct slab_parent_pool transfer_pool; member
Dvirgl_context.h81 struct slab_child_pool transfer_pool; member

123