Searched refs:pool_transfers_unsync (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_buffer_common.c315 transfer = slab_alloc(&rctx->pool_transfers_unsync);
536 /* Don't use pool_transfers_unsync. We are always in the driver
H A Dr600_pipe_common.h528 struct slab_child_pool pool_transfers_unsync; /* for threaded_context */ member in struct:r600_common_context
H A Dr600_pipe_common.c649 slab_create_child(&rctx->pool_transfers_unsync, &rscreen->pool_transfers);
739 slab_destroy_child(&rctx->pool_transfers_unsync);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_buffer_common.c313 transfer = slab_alloc(&rctx->pool_transfers_unsync);
546 /* Don't use pool_transfers_unsync. We are always in the driver
H A Dr600_pipe_common.h517 struct slab_child_pool pool_transfers_unsync; /* for threaded_context */ member in struct:r600_common_context
H A Dr600_pipe_common.c584 slab_create_child(&rctx->pool_transfers_unsync, &rscreen->pool_transfers);
664 slab_destroy_child(&rctx->pool_transfers_unsync);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c251 slab_destroy_child(&sctx->pool_transfers_unsync);
410 slab_create_child(&sctx->pool_transfers_unsync, &sscreen->pool_transfers);
H A Dsi_buffer.c348 transfer = slab_alloc(&sctx->pool_transfers_unsync);
626 /* Don't use pool_transfers_unsync. We are always in the driver
H A Dsi_pipe.h817 struct slab_child_pool pool_transfers_unsync; /* for threaded_context */ member in struct:si_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c324 slab_destroy_child(&sctx->pool_transfers_unsync);
478 slab_create_child(&sctx->pool_transfers_unsync, &sscreen->pool_transfers);
H A Dsi_buffer.c321 transfer = slab_alloc(&sctx->pool_transfers_unsync);
532 /* Don't use pool_transfers_unsync. We are always in the driver
H A Dsi_pipe.h914 struct slab_child_pool pool_transfers_unsync; /* for threaded_context */ member in struct:si_context

Completed in 27 milliseconds