Searched refs:m_colorBlendAttachmentState (Results 1 – 1 of 1) sorted by relevance
865 m_colorBlendAttachmentState.blendEnable = VK_FALSE; in addPipelineInfo()866 m_colorBlendAttachmentState.srcColorBlendFactor = VK_BLEND_FACTOR_ONE; in addPipelineInfo()867 m_colorBlendAttachmentState.dstColorBlendFactor = VK_BLEND_FACTOR_ZERO; in addPipelineInfo()868 m_colorBlendAttachmentState.colorBlendOp = VK_BLEND_OP_ADD; in addPipelineInfo()869 m_colorBlendAttachmentState.srcAlphaBlendFactor = VK_BLEND_FACTOR_ONE; in addPipelineInfo()870 m_colorBlendAttachmentState.dstAlphaBlendFactor = VK_BLEND_FACTOR_ZERO; in addPipelineInfo()871 m_colorBlendAttachmentState.alphaBlendOp = VK_BLEND_OP_ADD; in addPipelineInfo()872 m_colorBlendAttachmentState.colorWriteMask = VK_COLOR_COMPONENT_R_BIT | in addPipelineInfo()883 m_colorBlendStateParams.pAttachments = &m_colorBlendAttachmentState; in addPipelineInfo()961 VkPipelineColorBlendAttachmentState m_colorBlendAttachmentState; member in vkt::synchronization::__anone698e8e60111::PipelineCacheGraphicTestInstance