Lines Matching refs:destBlendFactorAlpha
292 bool Context::setDestBlendFactorAlpha(VkBlendFactor destBlendFactorAlpha) in setDestBlendFactorAlpha() argument
294 bool modified = (Context::destBlendFactorStateAlpha != destBlendFactorAlpha); in setDestBlendFactorAlpha()
295 Context::destBlendFactorStateAlpha = destBlendFactorAlpha; in setDestBlendFactorAlpha()
564 VkBlendFactor Context::destBlendFactorAlpha() in destBlendFactorAlpha() function in sw::Context
603 if(destBlendFactorAlpha() == VK_BLEND_FACTOR_ZERO) in blendOperationAlpha()
614 if(destBlendFactorAlpha() == VK_BLEND_FACTOR_ZERO) in blendOperationAlpha()
625 if(destBlendFactorAlpha() == VK_BLEND_FACTOR_ZERO) in blendOperationAlpha()
641 if(destBlendFactorAlpha() == VK_BLEND_FACTOR_ZERO) in blendOperationAlpha()
652 if(destBlendFactorAlpha() == VK_BLEND_FACTOR_ZERO) in blendOperationAlpha()
664 if(destBlendFactorAlpha() == VK_BLEND_FACTOR_ZERO) in blendOperationAlpha()
675 if(destBlendFactorAlpha() == VK_BLEND_FACTOR_ZERO) in blendOperationAlpha()
686 if(destBlendFactorAlpha() == VK_BLEND_OP_ZERO_EXT) in blendOperationAlpha()
767 …haBlendEnable || (blendOperationAlpha() == VK_BLEND_OP_DST_EXT && destBlendFactorAlpha() == VK_BLE… in colorWriteActive()