Lines Matching refs:destBlendFactorAlpha
171 activeBlendState.destBlendFactorAlpha = destBlendFactorAlpha(index); in getBlendState()
391 VkBlendFactor Context::destBlendFactorAlpha(int index) const in destBlendFactorAlpha() function in sw::Context
400 return blendState[index].destBlendFactorAlpha; in destBlendFactorAlpha()
409 return blendState[index].destBlendFactorAlpha; in destBlendFactorAlpha()
421 if(destBlendFactorAlpha(index) == VK_BLEND_FACTOR_ZERO) in blendOperationAlpha()
432 if(destBlendFactorAlpha(index) == VK_BLEND_FACTOR_ZERO) in blendOperationAlpha()
443 if(destBlendFactorAlpha(index) == VK_BLEND_FACTOR_ZERO) in blendOperationAlpha()
459 if(destBlendFactorAlpha(index) == VK_BLEND_FACTOR_ZERO) in blendOperationAlpha()
470 if(destBlendFactorAlpha(index) == VK_BLEND_FACTOR_ZERO) in blendOperationAlpha()
482 if(destBlendFactorAlpha(index) == VK_BLEND_FACTOR_ZERO) in blendOperationAlpha()
493 if(destBlendFactorAlpha(index) == VK_BLEND_FACTOR_ZERO && allTargetsColorClamp()) in blendOperationAlpha()
504 if(destBlendFactorAlpha(index) == VK_BLEND_FACTOR_ZERO && allTargetsColorClamp()) in blendOperationAlpha()
561 …(blendOperationAlpha(index) == VK_BLEND_OP_DST_EXT && destBlendFactorAlpha(index) == VK_BLEND_FACT… in colorWriteActive()