radv: reorder cmd_state to remove a hole.
This just removes a hole in the cmd_state and packs some bools together. Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -810,9 +810,9 @@ struct radv_attachment_state {
|
||||
|
||||
struct radv_cmd_state {
|
||||
bool vb_dirty;
|
||||
radv_cmd_dirty_mask_t dirty;
|
||||
bool push_descriptors_dirty;
|
||||
bool predicating;
|
||||
radv_cmd_dirty_mask_t dirty;
|
||||
|
||||
struct radv_pipeline * pipeline;
|
||||
struct radv_pipeline * emitted_pipeline;
|
||||
|
||||
Reference in New Issue
Block a user