ac: add ac_gpu_info::cu_mask to store bitmask of compute units
[mesa.git] / src / amd / common / ac_gpu_info.h
index 2794119365d123c5d452d42352b7be8a32019850..93cf323372c677892d5da64dbf16e34ef2246d30 100644 (file)
@@ -152,6 +152,7 @@ struct radeon_info {
        bool                        has_scheduled_fence_dependency;
 
        /* Shader cores. */
+       uint32_t                    cu_mask[4][2];
        uint32_t                    r600_max_quad_pipes; /* wave size / 16 */
        uint32_t                    max_shader_clock;
        uint32_t                    num_good_compute_units;