Searched refs:colorBlend (Results 1 – 4 of 4) sorted by relevance
190 …bool colorBlend = !(blendOperation(index) == VK_BLEND_OP_SRC_EXT && sourceBlendFactor(index) == VK… in alphaBlendActive() local193 return colorBlend || alphaBlend; in alphaBlendActive()
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()
223 descriptor.colorBlend = colorDesc; in create_color_state()
1069 colorStateDescriptor.colorBlend = alpha_blend; in CreateRenderPipelineDescriptor()1093 colorStateDescriptor.colorBlend = color_blend; in CreateRenderPipelineDescriptor()