Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_fence.c44 struct tc_unflushed_batch_token *tc_token; member
77 tc_unflushed_batch_token_reference(&(*rdst)->tc_token, NULL); in si_fence_reference()
97 struct tc_unflushed_batch_token *tc_token) in si_create_fence() argument
104 tc_unflushed_batch_token_reference(&fence->tc_token, tc_token); in si_create_fence()
194 if (rfence->tc_token) { in si_fence_finish()
203 threaded_context_flush(ctx, rfence->tc_token, in si_fence_finish()
454 tc_unflushed_batch_token_reference(&multi_fence->tc_token, NULL); in si_flush_from_st()
Dsi_pipe.h709 struct tc_unflushed_batch_token *tc_token);