ac: add radeon_info::use_late_alloc to control LATE_ALLOC globally
[mesa.git] / src / amd / common / ac_gpu_info.h
index 93cf323372c677892d5da64dbf16e34ef2246d30..20a2f79eb63ee5ceb2c126b9fa56d8fa7e456ed5 100644 (file)
@@ -169,6 +169,7 @@ struct radeon_info {
        uint32_t                    min_wave64_vgpr_alloc;
        uint32_t                    max_vgpr_alloc;
        uint32_t                    wave64_vgpr_alloc_granularity;
+       bool                        use_late_alloc; /* VS and GS: late pos/param allocation */
 
        /* Render backends (color + depth blocks). */
        uint32_t                    r300_num_gb_pipes;