Searched refs:att_state1 (Results 1 – 1 of 1) sorted by relevance
2934 VkPipelineColorBlendAttachmentState att_state1 = {}, att_state2 = {}; in TEST_F() local2935 att_state1.dstAlphaBlendFactor = VK_BLEND_FACTOR_CONSTANT_COLOR; in TEST_F()2936 att_state1.blendEnable = VK_TRUE; in TEST_F()2939 pipeline.AddColorAttachment(0, &att_state1); in TEST_F()