Home
last modified time | relevance | path

Searched refs:threaded_context_create (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h547 threaded_context_create(struct pipe_context *pipe,
Du_threaded_context.c4398 threaded_context_create(struct pipe_context *pipe, in threaded_context_create() function
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.c325 return threaded_context_create(ctx, &screen->transfer_pool, in crocus_create_context()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.c387 return threaded_context_create(ctx, &screen->transfer_pool, in iris_create_context()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c697 struct pipe_context *tc = threaded_context_create( in fd_context_init_tc()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_pipe.c457 threaded_context_create(ctx, in noop_create_context()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c887 threaded_context_create(ctx, &sscreen->pool_transfers, in si_pipe_create_context()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp2593 return threaded_context_create(&ctx->base, in d3d12_context_create()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c4650 …struct threaded_context *tc = (struct threaded_context*)threaded_context_create(&ctx->base, &scree… in zink_context_create()