Lines Matching refs:srcRGB
655 VkBlendFactor srcRGB = att->srcColorBlendFactor;
680 if (is_dual_src(srcRGB) || is_dual_src(dstRGB) || is_dual_src(srcA) || is_dual_src(dstA))
685 srcRGB = VK_BLEND_FACTOR_ONE;
693 radv_blend_check_commutativity(&blend, eqRGB, srcRGB, dstRGB, 0x7u << (4 * i));
702 si_blend_remove_dst(&eqRGB, &srcRGB, &dstRGB, VK_BLEND_FACTOR_DST_COLOR,
712 srcRGB_opt = si_translate_blend_opt_factor(srcRGB, false);
718 if (si_blend_factor_uses_dst(srcRGB))
723 if (srcRGB == VK_BLEND_FACTOR_SRC_ALPHA_SATURATE &&
737 blend_cntl |= S_028780_COLOR_SRCBLEND(si_translate_blend_factor(srcRGB));
739 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {
749 if (srcRGB == VK_BLEND_FACTOR_SRC_ALPHA || dstRGB == VK_BLEND_FACTOR_SRC_ALPHA ||
750 srcRGB == VK_BLEND_FACTOR_SRC_ALPHA_SATURATE ||
752 srcRGB == VK_BLEND_FACTOR_ONE_MINUS_SRC_ALPHA ||