Searched refs:blendAttachment (Results 1 – 1 of 1) sorted by relevance
636 VkPipelineColorBlendAttachmentState blendAttachment; in generateWork() local799 deMemset(&blendAttachment, 0xcd, sizeof(blendAttachment)); in generateWork()800 blendAttachment.blendEnable = VK_FALSE; in generateWork()801 blendAttachment.srcColorBlendFactor = VK_BLEND_FACTOR_ZERO; in generateWork()802 blendAttachment.srcAlphaBlendFactor = VK_BLEND_FACTOR_ZERO; in generateWork()803 blendAttachment.dstColorBlendFactor = VK_BLEND_FACTOR_ZERO; in generateWork()804 blendAttachment.dstAlphaBlendFactor = VK_BLEND_FACTOR_ZERO; in generateWork()805 blendAttachment.colorBlendOp = VK_BLEND_OP_ADD; in generateWork()806 blendAttachment.alphaBlendOp = VK_BLEND_OP_ADD; in generateWork()807 …blendAttachment.colorWriteMask = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR… in generateWork()[all …]