Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_pipeline_shader.cpp2672 VkPipelineColorBlendAttachmentState cb_attachments = {}; in TEST_F() local
2674 …_src_color_enable = [&](CreatePipelineHelper &helper) { helper.cb_attachments_ = cb_attachments; }; in TEST_F()
2676 cb_attachments.blendEnable = VK_TRUE; in TEST_F()
2677 cb_attachments.srcColorBlendFactor = VK_BLEND_FACTOR_SRC1_COLOR; // bad! in TEST_F()
2678 cb_attachments.dstColorBlendFactor = VK_BLEND_FACTOR_ONE_MINUS_SRC_COLOR; in TEST_F()
2679 cb_attachments.colorBlendOp = VK_BLEND_OP_ADD; in TEST_F()
2680 cb_attachments.srcAlphaBlendFactor = VK_BLEND_FACTOR_SRC_ALPHA; in TEST_F()
2681 cb_attachments.dstAlphaBlendFactor = VK_BLEND_FACTOR_ONE_MINUS_SRC_ALPHA; in TEST_F()
2682 cb_attachments.alphaBlendOp = VK_BLEND_OP_ADD; in TEST_F()
2686 cb_attachments.blendEnable = VK_TRUE; in TEST_F()
[all …]