radv: reorder cmd_state to remove a hole.
authorDave Airlie <airlied@redhat.com>
Sun, 5 Nov 2017 23:40:05 +0000 (23:40 +0000)
committerDave Airlie <airlied@redhat.com>
Mon, 6 Nov 2017 01:10:53 +0000 (01:10 +0000)
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>
src/amd/vulkan/radv_private.h

index 51bdde2032364ecce144d98cb54d82c4a4e0c77b..15cd5eee7df43b72235c199181240d392e250f09 100644 (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;