Some dynamic states need to compile PS epilogs on-demand (like color write mask, color blend enable and alpha to coverage enable) but the most important one will be color blend equation (ie. for dual source blending). This MR starts to add support for these. Color blend equation will be implemented on top of this.
Based on !20199 (merged) and !20517 (merged)