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:
Dave Airlie
2017-11-05 23:40:05 +00:00
parent f0ae06a13c
commit 7365626d78
+1 -1
View File
@@ -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;