Home
last modified time | relevance | path

Searched refs:blendAttachment (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp671 VkPipelineColorBlendAttachmentState blendAttachment; in generateWork() local
834 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()
842blendAttachment.colorWriteMask = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR… in generateWork()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateInheritanceTests.cpp317 static const VkPipelineColorBlendAttachmentState blendAttachment { variable
325 0, VK_FALSE, VK_LOGIC_OP_CLEAR, 1, &blendAttachment, {} };
/external/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c2656 VkPipelineColorBlendAttachmentState blendAttachment = blend_info->pAttachments[i]; in tu_pipeline_builder_parse_multisample_and_color_blend() local
2666 if (blendAttachment.blendEnable || blendAttachment.colorWriteMask != 0xf) { in tu_pipeline_builder_parse_multisample_and_color_blend()