Searched refs:blendAttachmentState (Results 1 – 6 of 6) sorted by relevance
1680 PackedColorBlendAttachmentState blendAttachmentState; in initDefaults() local1681 SetBitField(blendAttachmentState.srcColorBlendFactor, VK_BLEND_FACTOR_ONE); in initDefaults()1682 SetBitField(blendAttachmentState.dstColorBlendFactor, VK_BLEND_FACTOR_ZERO); in initDefaults()1683 SetBitField(blendAttachmentState.colorBlendOp, VK_BLEND_OP_ADD); in initDefaults()1684 SetBitField(blendAttachmentState.srcAlphaBlendFactor, VK_BLEND_FACTOR_ONE); in initDefaults()1685 SetBitField(blendAttachmentState.dstAlphaBlendFactor, VK_BLEND_FACTOR_ZERO); in initDefaults()1686 SetBitField(blendAttachmentState.alphaBlendOp, VK_BLEND_OP_ADD); in initDefaults()1690 blendAttachmentState); in initDefaults()1719 gl::DrawBuffersArray<VkPipelineColorBlendAttachmentState> blendAttachmentState; in initializePipeline() local1796 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()
353 const VkPipelineColorBlendAttachmentState blendAttachmentState = in LogicOpTestInstance() local373 &blendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in LogicOpTestInstance()
313 const VkPipelineColorBlendAttachmentState blendAttachmentState = in getIndexedValue() local326 return blendAttachmentState; in getIndexedValue()395 const VkPipelineColorBlendAttachmentState blendAttachmentState = in getIndexedValue() local408 return blendAttachmentState; in getIndexedValue()