Lines Matching refs:blendState
1525 switch(state.blendState[index].blendOperation) in computeAdvancedBlendMode()
1595 UNSUPPORTED("Unsupported advanced VkBlendOp: %d", int(state.blendState[index].blendOperation)); in computeAdvancedBlendMode()
1655 if(!state.blendState[index].alphaBlendEnable) in alphaBlend()
1842 …blendFactorRGB(sourceFactor, sourceColor, destColor, state.blendState[index].sourceBlendFactor, fo… in alphaBlend()
1843 …blendFactorRGB(destFactor, sourceColor, destColor, state.blendState[index].destBlendFactor, format… in alphaBlend()
1844 …blendFactorAlpha(sourceFactor.w, sourceColor.w, destColor.w, state.blendState[index].sourceBlendFa… in alphaBlend()
1845 …blendFactorAlpha(destFactor.w, sourceColor.w, destColor.w, state.blendState[index].destBlendFactor… in alphaBlend()
1849 switch(state.blendState[index].blendOperation) in alphaBlend()
1909 UNSUPPORTED("VkBlendOp: %d", int(state.blendState[index].blendOperation)); in alphaBlend()
1912 switch(state.blendState[index].blendOperationAlpha) in alphaBlend()
1957 UNSUPPORTED("VkBlendOp: %d", int(state.blendState[index].blendOperationAlpha)); in alphaBlend()