Searched refs:blendEnable (Results 1 – 20 of 20) sorted by relevance
202 …orBlendAttachmentState makePipelineColorBlendAttachmentState (VkBool32 blendEnable, VkBlendFactor … argument205 res.blendEnable = blendEnable;
736 VkBool32 blendEnable; member
2382 s << "\tblendEnable = " << value.blendEnable << '\n';
425 att.blendEnable = VK_FALSE; in AddColorAttachment()
360 attachmentState->blendEnable = !blendOff; in setup_color_blend_state()
377 Attachment (vk::VkBool32 blendEnable = false,
940 blendEnable = _blendEnable; in Attachment()
946 blendEnable = _blendEnable; in Attachment()
379 Attachment (vk::VkBool32 blendEnable = false,
939 blendEnable = _blendEnable; in Attachment()
324 blend_attachment.blendEnable = true; in create_pipeline()
1151 DE_ASSERT(m_colorBlendState.blendEnable); in iterate()
821 blendAttachment.blendEnable = VK_FALSE; in generateWork()
1310 att_state[0].blendEnable = VK_FALSE; in demo_prepare_pipeline()
1563 att_state[0].blendEnable = VK_FALSE; in demo_prepare_pipeline()
1790 VkBool32 blendEnable; member
1799 VkBool32 blendEnable; member
3170 pCreateInfos->pColorBlendState->pAttachments->blendEnable == VK_TRUE) { in PreCreateGraphicsPipelines()
3038 if ((pAttachments[0].blendEnable != pAttachments[i].blendEnable) || in verifyPipelineCreateState()