radv: reduce radv_image struct size.

1480->1472.

Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Dave Airlie
2017-09-06 13:39:58 +10:00
parent 66031d8925
commit 3cc620bf55
+2 -3
View File
@@ -1227,17 +1227,16 @@ struct radv_image {
*/
VkFormat vk_format;
VkImageAspectFlags aspects;
struct ac_surf_info info;
VkImageUsageFlags usage; /**< Superset of VkImageCreateInfo::usage. */
struct ac_surf_info info;
VkImageTiling tiling; /** VkImageCreateInfo::tiling */
VkImageCreateFlags flags; /** VkImageCreateInfo::flags */
VkDeviceSize size;
uint32_t alignment;
bool exclusive;
unsigned queue_family_mask;
bool exclusive;
bool shareable;
/* Set when bound */