Searched refs:threaded_context_create (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.h | 547 threaded_context_create(struct pipe_context *pipe,
|
D | u_threaded_context.c | 4398 threaded_context_create(struct pipe_context *pipe, in threaded_context_create() function
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_context.c | 325 return threaded_context_create(ctx, &screen->transfer_pool, in crocus_create_context()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_context.c | 387 return threaded_context_create(ctx, &screen->transfer_pool, in iris_create_context()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_context.c | 697 struct pipe_context *tc = threaded_context_create( in fd_context_init_tc()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_pipe.c | 457 threaded_context_create(ctx, in noop_create_context()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pipe.c | 887 threaded_context_create(ctx, &sscreen->pool_transfers, in si_pipe_create_context()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_context.cpp | 2593 return threaded_context_create(&ctx->base, in d3d12_context_create()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_context.c | 4650 …struct threaded_context *tc = (struct threaded_context*)threaded_context_create(&ctx->base, &scree… in zink_context_create()
|