Home
last modified time | relevance | path

Searched refs:threaded_context_flush (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h557 threaded_context_flush(struct pipe_context *_pipe,
Du_threaded_context.c389 threaded_context_flush(struct pipe_context *_pipe, in threaded_context_flush() function
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_fence.c47 threaded_context_flush(pctx, fence->tc_token, timeout == 0); in fence_flush()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_fence.c101 threaded_context_flush(&ctx->base, mfence->tc_token, *timeout_ns == 0); in tc_fence_finish()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_fence.c303 threaded_context_flush(ctx, sfence->tc_token, timeout == 0); in si_fence_finish()