Searched refs:tc_token (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_fence.c | 38 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()
|
D | zink_fence.h | 46 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/ |
D | freedreno_fence.c | 46 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()
|
D | freedreno_fence.h | 57 struct tc_unflushed_batch_token *tc_token; member 106 struct tc_unflushed_batch_token *tc_token);
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_fence.c | 42 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()
|
D | si_pipe.h | 1432 struct tc_unflushed_batch_token *tc_token);
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_pipe.c | 391 struct tc_unflushed_batch_token *tc_token) in noop_create_fence() argument
|