Lines Matching defs:blend
1094 * "If SRC1 is included in a src/dst blend factor and
1109 "Enabled dual-src blend factors without writing both targets "
1114 /* Our hardware applies the blend factor prior to the blend function
1117 * means that, for MIN and MAX, we have to stomp the blend factor to
1139 struct GENX(3DSTATE_PS_BLEND) blend = {
1142 blend.AlphaToCoverageEnable = blend_state.AlphaToCoverageEnable;
1143 blend.ColorBufferBlendEnable = bs0.ColorBufferBlendEnable;
1144 blend.SourceAlphaBlendFactor = bs0.SourceAlphaBlendFactor;
1145 blend.DestinationAlphaBlendFactor = bs0.DestinationAlphaBlendFactor;
1146 blend.SourceBlendFactor = bs0.SourceBlendFactor;
1147 blend.DestinationBlendFactor = bs0.DestinationBlendFactor;
1148 blend.AlphaTestEnable = false;
1149 blend.IndependentAlphaBlendEnable = blend_state.IndependentAlphaBlendEnable;
1151 GENX(3DSTATE_PS_BLEND_pack)(NULL, pipeline->gfx8.ps_blend, &blend);
1939 * source blend factors.