Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingTests.cpp649 Move<VkImageView> m_stencilDepthAttachmentView; member in vkt::renderpass::__anon912580460111::DynamicRenderingTestInstance
721 attachmentBindInfos.push_back(*m_stencilDepthAttachmentView); in iterate()
728 attachmentBindInfos.push_back(*m_stencilDepthAttachmentView); in iterate()
754 attachmentBindInfos.push_back(*m_stencilDepthAttachmentView); in iterate()
755 attachmentBindInfos.push_back(*m_stencilDepthAttachmentView); in iterate()
863m_stencilDepthAttachmentView = makeImageView(vk, device, *m_imageStencilDepth, VK_IMAGE_VIEW_TYPE_… in initialize()