Home
last modified time | relevance | path

Searched refs:tc_token (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_fence.c38 tc_unflushed_batch_token_reference(&mfence->tc_token, NULL); in destroy_fence()
54 zink_create_tc_fence_for_tc(struct pipe_context *pctx, struct tc_unflushed_batch_token *tc_token) in zink_create_tc_fence_for_tc() argument
60 tc_unflushed_batch_token_reference(&mfence->tc_token, tc_token); in zink_create_tc_fence_for_tc()
89 if (mfence->tc_token) { in tc_fence_finish()
98 threaded_context_flush(&ctx->base, mfence->tc_token, *timeout_ns == 0); in tc_fence_finish()
Dzink_fence.h46 struct tc_unflushed_batch_token *tc_token; member
74 zink_create_tc_fence_for_tc(struct pipe_context *pctx, struct tc_unflushed_batch_token *tc_token);
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_fence.c46 if (fence->tc_token) { in fence_flush()
47 threaded_context_flush(pctx, fence->tc_token, timeout == 0); in fence_flush()
106 tc_unflushed_batch_token_reference(&fence->tc_token, NULL); in fd_fence_destroy()
298 struct tc_unflushed_batch_token *tc_token) in fd_fence_create_unflushed() argument
304 tc_unflushed_batch_token_reference(&fence->tc_token, tc_token); in fd_fence_create_unflushed()
Dfreedreno_fence.h57 struct tc_unflushed_batch_token *tc_token; member
106 struct tc_unflushed_batch_token *tc_token);
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_fence.c42 struct tc_unflushed_batch_token *tc_token; member
193 tc_unflushed_batch_token_reference(&(*sdst)->tc_token, NULL); in si_fence_reference()
213 struct tc_unflushed_batch_token *tc_token) in si_create_fence() argument
220 tc_unflushed_batch_token_reference(&fence->tc_token, tc_token); in si_create_fence()
278 if (sfence->tc_token) { in si_fence_finish()
287 threaded_context_flush(ctx, sfence->tc_token, timeout == 0); in si_fence_finish()
521 tc_unflushed_batch_token_reference(&new_fence->tc_token, NULL); in si_flush_all_queues()
Dsi_pipe.h1432 struct tc_unflushed_batch_token *tc_token);
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_pipe.c391 struct tc_unflushed_batch_token *tc_token) in noop_create_fence() argument