radv: split the device local memory heap into two
[mesa.git] / src / amd / vulkan / radv_radeon_winsys.h
index 6370f3de7a0e2486b1629043d6730a982399e5c9..76363a35526112dbabfe71a182d2248a51d85da6 100644 (file)
@@ -85,6 +85,7 @@ struct radeon_info {
        uint32_t                    gart_page_size;
        uint64_t                    gart_size;
        uint64_t                    vram_size;
+       uint64_t                    visible_vram_size;
        bool                        has_dedicated_vram;
        bool                     has_virtual_memory;
        bool                        gfx_ib_pad_with_type2;