HomeSort by: relevance | last modified time | path
    Searched refs:transfer_pool (Results 1 - 25 of 92) sorted by relevancy

1 2 3 4

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
virgl_screen.h 46 struct slab_parent_pool transfer_pool; member in struct:virgl_screen
virgl_buffer.c 44 trans = virgl_resource_create_transfer(&vctx->transfer_pool, resource,
64 virgl_resource_destroy_transfer(&vctx->transfer_pool, trans);
81 virgl_resource_destroy_transfer(&vctx->transfer_pool, trans);
92 virgl_resource_destroy_transfer(&vctx->transfer_pool, trans);
virgl_texture.c 131 trans = virgl_resource_create_transfer(&vctx->transfer_pool, resource,
151 virgl_resource_destroy_transfer(&vctx->transfer_pool, trans);
171 trans = virgl_resource_create_transfer(&vctx->transfer_pool, resource,
248 virgl_resource_destroy_transfer(&vctx->transfer_pool, trans);
322 virgl_resource_destroy_transfer(&vctx->transfer_pool,
329 virgl_resource_destroy_transfer(&vctx->transfer_pool, trans);
virgl_context.h 69 struct slab_child_pool transfer_pool; member in struct:virgl_context
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
virgl_screen.h 56 struct slab_parent_pool transfer_pool; member in struct:virgl_screen
virgl_context.h 82 struct slab_child_pool transfer_pool; member in struct:virgl_context
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_screen.h 79 struct slab_parent_pool transfer_pool; member in struct:etna_screen
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
v3d_screen.h 60 struct slab_parent_pool transfer_pool; member in struct:v3d_screen
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
etnaviv_screen.h 76 struct slab_parent_pool transfer_pool; member in struct:etna_screen
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_screen.h 47 struct slab_parent_pool transfer_pool; member in struct:iris_screen
iris_context.c 119 slab_destroy_child(&ice->transfer_pool);
191 slab_create_child(&ice->transfer_pool, &screen->transfer_pool);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
lima_screen.h 63 struct slab_parent_pool transfer_pool; member in struct:lima_screen
lima_context.c 137 slab_destroy_child(&ctx->transfer_pool);
195 slab_create_child(&ctx->transfer_pool, &screen->transfer_pool);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
v3d_screen.h 60 struct slab_parent_pool transfer_pool; member in struct:v3d_screen
v3d_context.c 130 slab_destroy_child(&v3d->transfer_pool);
209 slab_create_child(&v3d->transfer_pool, &screen->transfer_pool);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
vc4_context.c 129 slab_destroy_child(&vc4->transfer_pool);
195 slab_create_child(&vc4->transfer_pool, &screen->transfer_pool);
vc4_screen.h 75 struct slab_parent_pool transfer_pool; member in struct:vc4_screen
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
i915_resource_buffer.c 75 struct pipe_transfer *transfer = slab_alloc_st(&i915->transfer_pool);
94 slab_free_st(&i915->transfer_pool, transfer);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_screen.h 64 struct slab_parent_pool transfer_pool; member in struct:d3d12_screen
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
lima_screen.h 82 struct slab_parent_pool transfer_pool; member in struct:lima_screen
lima_context.c 155 slab_destroy_child(&ctx->transfer_pool);
230 slab_create_child(&ctx->transfer_pool, &screen->transfer_pool);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
vc4_screen.h 75 struct slab_parent_pool transfer_pool; member in struct:vc4_screen
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_context.c 202 slab_destroy_child(&ice->transfer_pool);
283 slab_create_child(&ice->transfer_pool, &screen->transfer_pool);
284 slab_create_child(&ice->transfer_pool_unsync, &screen->transfer_pool);
325 return threaded_context_create(ctx, &screen->transfer_pool,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_context.c 247 slab_destroy_child(&ice->transfer_pool);
332 slab_create_child(&ice->transfer_pool, &screen->transfer_pool);
333 slab_create_child(&ice->transfer_pool_unsync, &screen->transfer_pool);
379 return threaded_context_create(ctx, &screen->transfer_pool,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
i915_resource_buffer.c 73 struct pipe_transfer *transfer = slab_alloc_st(&i915->transfer_pool);
92 slab_free_st(&i915->transfer_pool, transfer);

Completed in 18 milliseconds

1 2 3 4