Home | History | Annotate | Download | only in vulkan

Lines Matching refs:eqRGB

841 		VkBlendOp eqRGB = att->colorBlendOp;
863 if (eqRGB == VK_BLEND_OP_MIN || eqRGB == VK_BLEND_OP_MAX) {
874 blend_cntl |= S_028780_COLOR_COMB_FCN(si_translate_blend_function(eqRGB));
877 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {