Searched refs:colorBlend (Results 1 – 3 of 3) sorted by relevance
759 bool colorBlend = !(blendOperation() == BLENDOP_SOURCE && sourceBlendFactor() == BLEND_ONE); in alphaBlendActive() local760 …? !(blendOperationAlpha() == BLENDOP_SOURCE && sourceBlendFactorAlpha() == BLEND_ONE) : colorBlend; in alphaBlendActive()762 return colorBlend || alphaBlend; in alphaBlendActive()
683 bool colorBlend = !(blendOperation(index, attachments) == VK_BLEND_OP_SRC_EXT && in alphaBlendActive() local688 return colorBlend || alphaBlend; in alphaBlendActive()
1069 colorStateDescriptor.colorBlend = alpha_blend; in CreateRenderPipelineDescriptor()1093 colorStateDescriptor.colorBlend = color_blend; in CreateRenderPipelineDescriptor()