Lines Matching full:blend
809 /* Our hardware applies the blend factor prior to the blend function
812 * means that, for MIN and MAX, we have to stomp the blend factor to
829 anv_batch_emit(&pipeline->batch, GENX(3DSTATE_PS_BLEND), blend) {
830 blend.AlphaToCoverageEnable = blend_state.AlphaToCoverageEnable;
831 blend.HasWriteableRT = has_writeable_rt;
832 blend.ColorBufferBlendEnable = bs0->ColorBufferBlendEnable;
833 blend.SourceAlphaBlendFactor = bs0->SourceAlphaBlendFactor;
834 blend.DestinationAlphaBlendFactor = bs0->DestinationAlphaBlendFactor;
835 blend.SourceBlendFactor = bs0->SourceBlendFactor;
836 blend.DestinationBlendFactor = bs0->DestinationBlendFactor;
837 blend.AlphaTestEnable = false;
838 blend.IndependentAlphaBlendEnable =
1260 const VkPipelineColorBlendStateCreateInfo *blend)
1282 * source blend factors.
1285 if (wm_prog_data->dual_src_blend && blend) {
1286 for (uint32_t i = 0; i < blend->attachmentCount; i++) {
1288 &blend->pAttachments[i];