Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_imageless_framebuffer.cpp998 VkSubpassDescriptionDepthStencilResolveKHR subpassDescriptionDepthStencilResolve = {}; in TEST_F() local
999subpassDescriptionDepthStencilResolve.sType = VK_STRUCTURE_TYPE_SUBPASS_DESCRIPTION_DEPTH_STENCIL_… in TEST_F()
1000subpassDescriptionDepthStencilResolve.pDepthStencilResolveAttachment = &depthStencilResolveAttachm… in TEST_F()
1001 subpassDescriptionDepthStencilResolve.depthResolveMode = VK_RESOLVE_MODE_SAMPLE_ZERO_BIT_KHR; in TEST_F()
1002 subpassDescriptionDepthStencilResolve.stencilResolveMode = VK_RESOLVE_MODE_SAMPLE_ZERO_BIT_KHR; in TEST_F()
1005 subpassDescription.pNext = &subpassDescriptionDepthStencilResolve; in TEST_F()
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp341 const VkSubpassDescriptionDepthStencilResolve subpassDescriptionDepthStencilResolve = in makeRenderPass() local
352 &subpassDescriptionDepthStencilResolve, // const void* pNext; in makeRenderPass()