Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvkrenderframework.h392 void AddColorAttachment(uint32_t binding, const VkPipelineColorBlendAttachmentState *att);
395 void AddColorAttachment() { in AddColorAttachment() function
399 AddColorAttachment(0, &att); in AddColorAttachment()
Dlayer_validation_tests.cpp446 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 …]
Dvkrenderframework.cpp1189 void VkPipelineObj::AddColorAttachment(uint32_t binding, const VkPipelineColorBlendAttachmentState … in AddColorAttachment() function in VkPipelineObj