Home
last modified time | relevance | path

Searched refs:colorBlend (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Device/
DContext.cpp373 …bool colorBlend = !(blendOperation() == VK_BLEND_OP_SRC_EXT && sourceBlendFactor() == VK_BLEND_FAC… in alphaBlendActive() local
374 …ionAlpha() == VK_BLEND_OP_SRC_EXT && sourceBlendFactorAlpha() == VK_BLEND_FACTOR_ONE) : colorBlend; in alphaBlendActive()
376 return colorBlend || alphaBlend; in alphaBlendActive()
/external/swiftshader/src/Renderer/
DContext.cpp759 bool colorBlend = !(blendOperation() == BLENDOP_SOURCE && sourceBlendFactor() == BLEND_ONE); in alphaBlendActive() local
760 …? !(blendOperationAlpha() == BLENDOP_SOURCE && sourceBlendFactorAlpha() == BLEND_ONE) : colorBlend; in alphaBlendActive()
762 return colorBlend || alphaBlend; in alphaBlendActive()