mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
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:
parent
1c1b0f7c91
commit
b3f4e76c07
1 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue