Searched refs:attachmentBlendState (Results 1 – 1 of 1) sorted by relevance
285 …const GraphicsState::ColorBlendState::Attachment& attachmentBlendState = colorBlendState.colorAtta… in GraphicsPipelineStateObjectVk() local288 (VkBool32)attachmentBlendState.enableBlend, // blendEnable in GraphicsPipelineStateObjectVk()289 (VkBlendFactor)attachmentBlendState.srcColorBlendFactor, // srcColorBlendFactor in GraphicsPipelineStateObjectVk()290 (VkBlendFactor)attachmentBlendState.dstColorBlendFactor, // dstColorBlendFactor in GraphicsPipelineStateObjectVk()291 (VkBlendOp)attachmentBlendState.colorBlendOp, // colorBlendOp in GraphicsPipelineStateObjectVk()292 (VkBlendFactor)attachmentBlendState.srcAlphaBlendFactor, // srcAlphaBlendFactor in GraphicsPipelineStateObjectVk()293 (VkBlendFactor)attachmentBlendState.dstAlphaBlendFactor, // dstAlphaBlendFactor in GraphicsPipelineStateObjectVk()294 (VkBlendOp)attachmentBlendState.alphaBlendOp, // alphaBlendOp in GraphicsPipelineStateObjectVk()295 (VkColorComponentFlags)attachmentBlendState.colorWriteMask, // colorWriteMask in GraphicsPipelineStateObjectVk()