radv: minor pahole related improvements.
[mesa.git] / src / amd / vulkan / radv_descriptor_set.h
index 3aa07511d6256265bf914504403e1090927d4a24..4b63992b2bb038b2e36777fe9b3b08cfc2dc8538 100644 (file)
@@ -38,9 +38,9 @@ struct radv_descriptor_set_binding_layout {
    uint32_t buffer_offset;
    uint16_t dynamic_offset_offset;
 
+   uint16_t dynamic_offset_count;
    /* redundant with the type, each for a single array element */
    uint32_t size;
-   uint16_t dynamic_offset_count;
 
    /* Offset in the radv_descriptor_set_layout of the immutable samplers, or 0
     * if there are no immutable samplers. */