Searched refs:AddColorAttachment (Results 1 – 3 of 3) sorted by relevance
392 void AddColorAttachment(uint32_t binding, const VkPipelineColorBlendAttachmentState *att);395 void AddColorAttachment() { in AddColorAttachment() function399 AddColorAttachment(0, &att); in AddColorAttachment()
446 pipelineobj.AddColorAttachment(); in VKTriangleTest()477 pipelineobj.AddColorAttachment(0, &att_state); in VKTriangleTest()1154 pipe.AddColorAttachment(); in TEST_F()1169 pipe.AddColorAttachment(); in TEST_F()2842 pipe.AddColorAttachment(); in TEST_F()2939 pipeline.AddColorAttachment(0, &att_state1); in TEST_F()2940 pipeline.AddColorAttachment(1, &att_state2); in TEST_F()4042 pipe.AddColorAttachment(); in TEST_F()4760 pipe.AddColorAttachment(); in TEST_F()4974 pipe.AddColorAttachment(); in TEST_F()[all …]
1189 void VkPipelineObj::AddColorAttachment(uint32_t binding, const VkPipelineColorBlendAttachmentState … in AddColorAttachment() function in VkPipelineObj