Searched refs:blendAttachmentState (Results 1 – 4 of 4) sorted by relevance
1658 PackedColorBlendAttachmentState blendAttachmentState; in initDefaults() local1659 SetBitField(blendAttachmentState.srcColorBlendFactor, VK_BLEND_FACTOR_ONE); in initDefaults()1660 SetBitField(blendAttachmentState.dstColorBlendFactor, VK_BLEND_FACTOR_ZERO); in initDefaults()1661 SetBitField(blendAttachmentState.colorBlendOp, VK_BLEND_OP_ADD); in initDefaults()1662 SetBitField(blendAttachmentState.srcAlphaBlendFactor, VK_BLEND_FACTOR_ONE); in initDefaults()1663 SetBitField(blendAttachmentState.dstAlphaBlendFactor, VK_BLEND_FACTOR_ZERO); in initDefaults()1664 SetBitField(blendAttachmentState.alphaBlendOp, VK_BLEND_OP_ADD); in initDefaults()1668 blendAttachmentState); in initDefaults()1700 gl::DrawBuffersArray<VkPipelineColorBlendAttachmentState> blendAttachmentState; in initializePipeline() local1767 sizeof(tessellationState) + sizeof(blendAttachmentState) + in initializePipeline()[all …]
241 vk::PipelineColorBlendAttachmentState blendAttachmentState; in createGraphicsPipeline() local242 …blendAttachmentState.colorWriteMask = vk::ColorComponentFlagBits::eR | vk::ColorComponentFlagBits:… in createGraphicsPipeline()243 blendAttachmentState.blendEnable = VK_FALSE; in createGraphicsPipeline()246 colorBlendState.pAttachments = &blendAttachmentState; in createGraphicsPipeline()
339 const VkPipelineColorBlendAttachmentState blendAttachmentState = in LogicOpTestInstance() local359 &blendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in LogicOpTestInstance()
309 const VkPipelineColorBlendAttachmentState blendAttachmentState = in getIndexedValue() local322 return blendAttachmentState; in getIndexedValue()391 const VkPipelineColorBlendAttachmentState blendAttachmentState = in getIndexedValue() local404 return blendAttachmentState; in getIndexedValue()