zink: optimize zink_tc_fence struct packing

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11400>
This commit is contained in:
Mike Blumenkrantz 2021-05-07 09:38:45 -04:00 committed by Marge Bot
parent 1c1b0f7c91
commit b3f4e76c07
1 changed files with 3 additions and 3 deletions

View File

@ -41,12 +41,12 @@ struct tc_unflushed_batch_token;
struct zink_tc_fence {
struct pipe_reference reference;
uint32_t deferred_id;
struct tc_unflushed_batch_token *tc_token;
struct util_queue_fence ready;
struct pipe_context *deferred_ctx;
uint32_t deferred_id;
struct zink_fence *fence;
uint32_t batch_id;
struct pipe_context *deferred_ctx;
struct zink_fence *fence;
};
struct zink_fence {