Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_imageless_framebuffer.cpp994 VkAttachmentReference2KHR depthStencilResolveAttachmentReference = {}; in TEST_F() local
995 depthStencilResolveAttachmentReference.sType = VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_2_KHR; in TEST_F()
996 depthStencilResolveAttachmentReference.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
997 depthStencilResolveAttachmentReference.attachment = 1; in TEST_F()
1000 …iptionDepthStencilResolve.pDepthStencilResolveAttachment = &depthStencilResolveAttachmentReference; in TEST_F()