Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_context.c133 slab_destroy_child(&vc4->transfer_pool); in vc4_context_destroy()
199 slab_create_child(&vc4->transfer_pool, &screen->transfer_pool); in vc4_context_create()
Dvc4_screen.h75 struct slab_parent_pool transfer_pool; member
Dvc4_screen.c107 slab_destroy_parent(&screen->transfer_pool); in vc4_screen_destroy()
547 slab_create_parent(&screen->transfer_pool, sizeof(struct vc4_transfer), 16); in vc4_screen_create()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_transfer.c187 slab_free(&ctx->transfer_pool, trans); in etna_transfer_unmap()
204 trans = slab_alloc(&ctx->transfer_pool); in etna_transfer_map()
272 slab_free(&ctx->transfer_pool, trans); in etna_transfer_map()
278 slab_free(&ctx->transfer_pool, trans); in etna_transfer_map()
290 slab_free(&ctx->transfer_pool, trans); in etna_transfer_map()
Detnaviv_screen.h78 struct slab_parent_pool transfer_pool; member
Detnaviv_context.c153 slab_destroy_child(&ctx->transfer_pool); in etna_context_destroy()
642 slab_create_child(&ctx->transfer_pool, &screen->transfer_pool); in etna_context_create()
Detnaviv_context.h149 struct slab_child_pool transfer_pool; member
/external/mesa3d/src/gallium/drivers/i915/
Di915_resource_buffer.c73 struct pipe_transfer *transfer = slab_alloc_st(&i915->transfer_pool); in i915_buffer_transfer_map()
92 slab_free_st(&i915->transfer_pool, transfer); in i915_buffer_transfer_unmap()
Di915_context.h280 struct slab_mempool transfer_pool; member
Di915_context.c194 slab_create(&i915->transfer_pool, sizeof(struct pipe_transfer), in i915_create_context()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_context.c250 slab_destroy_child(&v3d->transfer_pool); in v3d_context_destroy()
329 slab_create_child(&v3d->transfer_pool, &screen->transfer_pool); in v3d_context_create()
Dv3d_screen.h60 struct slab_parent_pool transfer_pool; member
Dv3d_screen.c78 slab_destroy_parent(&screen->transfer_pool); in v3d_screen_destroy()
706 slab_create_parent(&screen->transfer_pool, sizeof(struct v3d_transfer), 16); in v3d_screen_create()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_context.c154 slab_destroy_child(&ctx->transfer_pool); in lima_context_destroy()
229 slab_create_child(&ctx->transfer_pool, &screen->transfer_pool); in lima_context_create()
Dlima_screen.h79 struct slab_parent_pool transfer_pool; member
Dlima_screen.c54 slab_destroy_parent(&screen->transfer_pool); in lima_screen_destroy()
683 slab_create_parent(&screen->transfer_pool, sizeof(struct lima_transfer), 16); in lima_screen_create()
Dlima_context.h185 struct slab_child_pool transfer_pool; member
/external/mesa3d/src/gallium/drivers/iris/
Diris_context.c256 slab_destroy_child(&ice->transfer_pool); in iris_destroy_context()
329 slab_create_child(&ice->transfer_pool, &screen->transfer_pool); in iris_create_context()
Diris_screen.h150 struct slab_parent_pool transfer_pool; member
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_screen.h53 struct slab_parent_pool transfer_pool; member
Dvirgl_context.h82 struct slab_child_pool transfer_pool; member
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c245 slab_destroy_child(&ctx->transfer_pool); in fd_context_destroy()
446 slab_create_child(&ctx->transfer_pool, &screen->transfer_pool); in fd_context_init()
Dfreedreno_screen.h65 struct slab_parent_pool transfer_pool; member
/external/mesa3d/src/gallium/drivers/zink/
Dzink_screen.h51 struct slab_parent_pool transfer_pool; member
Dzink_context.h81 struct slab_child_pool transfer_pool; member

12