Searched refs:blendAttachment (Results 1 – 3 of 3) sorted by relevance
671 VkPipelineColorBlendAttachmentState blendAttachment; in generateWork() local834 deMemset(&blendAttachment, 0xcd, sizeof(blendAttachment)); in generateWork()835 blendAttachment.blendEnable = VK_FALSE; in generateWork()836 blendAttachment.srcColorBlendFactor = VK_BLEND_FACTOR_ZERO; in generateWork()837 blendAttachment.srcAlphaBlendFactor = VK_BLEND_FACTOR_ZERO; in generateWork()838 blendAttachment.dstColorBlendFactor = VK_BLEND_FACTOR_ZERO; in generateWork()839 blendAttachment.dstAlphaBlendFactor = VK_BLEND_FACTOR_ZERO; in generateWork()840 blendAttachment.colorBlendOp = VK_BLEND_OP_ADD; in generateWork()841 blendAttachment.alphaBlendOp = VK_BLEND_OP_ADD; in generateWork()842 …blendAttachment.colorWriteMask = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR… in generateWork()[all …]
317 static const VkPipelineColorBlendAttachmentState blendAttachment { variable325 0, VK_FALSE, VK_LOGIC_OP_CLEAR, 1, &blendAttachment, {} };
2656 VkPipelineColorBlendAttachmentState blendAttachment = blend_info->pAttachments[i]; in tu_pipeline_builder_parse_multisample_and_color_blend() local2666 if (blendAttachment.blendEnable || blendAttachment.colorWriteMask != 0xf) { in tu_pipeline_builder_parse_multisample_and_color_blend()