Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_imageless_framebuffer.cpp622 VkAttachmentReference colorResolveAttachmentReference = {}; in TEST_F() local
623 colorResolveAttachmentReference.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
624 colorResolveAttachmentReference.attachment = 1; in TEST_F()
634 subpassDescription.pResolveAttachments = &colorResolveAttachmentReference; in TEST_F()
804 VkAttachmentReference colorResolveAttachmentReference = {}; in TEST_F() local
805 colorResolveAttachmentReference.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
806 colorResolveAttachmentReference.attachment = 1; in TEST_F()
816 subpassDescription.pResolveAttachments = &colorResolveAttachmentReference; in TEST_F()