Searched refs:att_state1 (Results 1 – 2 of 2) sorted by relevance
241 VkPipelineColorBlendAttachmentState att_state1 = {}, att_state2 = {}; in TEST_F() local242 att_state1.dstAlphaBlendFactor = VK_BLEND_FACTOR_CONSTANT_COLOR; in TEST_F()243 att_state1.blendEnable = VK_TRUE; in TEST_F()246 pipeline.AddColorAttachment(0, att_state1); in TEST_F()260 VkPipelineColorBlendAttachmentState att_state1 = {}; in TEST_F() local261 att_state1.dstAlphaBlendFactor = VK_BLEND_FACTOR_CONSTANT_COLOR; in TEST_F()262 att_state1.blendEnable = VK_TRUE; in TEST_F()265 helper.cb_attachments_ = att_state1; in TEST_F()
5046 VkPipelineColorBlendAttachmentState att_state1 = {}; in TEST_F() local5047 att_state1.dstAlphaBlendFactor = VK_BLEND_FACTOR_CONSTANT_COLOR; in TEST_F()5048 att_state1.blendEnable = VK_FALSE; in TEST_F()5050 pipe.AddColorAttachment(0, att_state1); in TEST_F()5051 pipe.AddColorAttachment(1, att_state1); in TEST_F()