amd/common: add ac_get_cb_shader_mask() helper
[mesa.git] / src / amd / common / ac_shader_util.h
index 1f971e76f1623db635a8aaae04486c6f1afba784..d3804b8fb1352897c7f97ffa0dfd8bd2126adf7e 100644 (file)
@@ -30,4 +30,7 @@ unsigned
 ac_get_spi_shader_z_format(bool writes_z, bool writes_stencil,
                           bool writes_samplemask);
 
+unsigned
+ac_get_cb_shader_mask(unsigned spi_shader_col_format);
+
 #endif