Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp304 VkAttachmentReference stencilAttachmentRef; in createColorOnlyRenderPass() local
322 stencilAttachmentRef.attachment = VK_ATTACHMENT_UNUSED; in createColorOnlyRenderPass()
323 stencilAttachmentRef.layout = VK_IMAGE_LAYOUT_UNDEFINED; in createColorOnlyRenderPass()
332 subpassDesc.pDepthStencilAttachment = &stencilAttachmentRef; in createColorOnlyRenderPass()