Home
last modified time | relevance | path

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

/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()
/external/swiftshader/src/Device/
DContext.cpp683 bool colorBlend = !(blendOperation(index, attachments) == VK_BLEND_OP_SRC_EXT && in alphaBlendActive() local
688 return colorBlend || alphaBlend; in alphaBlendActive()
/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc1069 colorStateDescriptor.colorBlend = alpha_blend; in CreateRenderPipelineDescriptor()
1093 colorStateDescriptor.colorBlend = color_blend; in CreateRenderPipelineDescriptor()