/external/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_context.c | 214 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()
|
D | crocus_screen.h | 173 struct slab_parent_pool transfer_pool; member
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_context.c | 255 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/ |
D | vc4_context.c | 117 slab_destroy_child(&vc4->transfer_pool); in vc4_context_destroy() 182 slab_create_child(&vc4->transfer_pool, &screen->transfer_pool); in vc4_context_create()
|
D | vc4_screen.h | 79 struct slab_parent_pool transfer_pool; member
|
D | vc4_screen.c | 107 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/ |
D | d3d12_context_common.cpp | 132 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()
|
D | d3d12_screen.h | 97 struct slab_parent_pool transfer_pool; member
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_resource_buffer.c | 75 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()
|
D | i915_context.h | 310 struct slab_mempool transfer_pool; member
|
D | i915_context.c | 203 slab_create(&i915->transfer_pool, sizeof(struct pipe_transfer), 16); in i915_create_context()
|
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_context.c | 158 slab_destroy_child(&ctx->transfer_pool); in lima_context_destroy() 223 slab_create_child(&ctx->transfer_pool, &screen->transfer_pool); in lima_context_create()
|
D | lima_screen.h | 85 struct slab_parent_pool transfer_pool; member
|
D | lima_screen.c | 55 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()
|
D | lima_context.h | 213 struct slab_child_pool transfer_pool; member
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_transfer.c | 185 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()
|
D | etnaviv_screen.h | 59 struct slab_parent_pool transfer_pool; member
|
D | etnaviv_context.h | 149 struct slab_child_pool transfer_pool; member
|
D | etnaviv_context.c | 130 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/ |
D | v3d_context.c | 316 slab_destroy_child(&v3d->transfer_pool); in v3d_context_destroy() 419 slab_create_child(&v3d->transfer_pool, &screen->transfer_pool); in v3d_context_create()
|
D | v3d_screen.h | 64 struct slab_parent_pool transfer_pool; member
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_context.c | 404 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()
|
D | freedreno_screen.h | 65 struct slab_parent_pool transfer_pool; member
|
/external/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_screen.h | 61 struct slab_parent_pool transfer_pool; member
|
D | virgl_context.h | 81 struct slab_child_pool transfer_pool; member
|