Home
last modified time | relevance | path

Searched refs:m_dsAttachment (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp3463 de::SharedPtr<ImageAttachment> m_dsAttachment; member in vkt::MultiView::__anon29374::MultiViewDepthStencilTestInstance
3495 m_dsAttachment = de::SharedPtr<ImageAttachment>(new ImageAttachment(*m_logicalDevice, *m_device, *m_allocator, m_parameters.extent, m_dsFormat)); in MultiViewDepthStencilTestInstance()
3503 attachments.push_back(m_dsAttachment->getImageView()); in makeAttachmentsVector()
3731 readImage(m_dsAttachment->getImage(), dst); in iterate()
3929 m_dsAttachment->getImageView(), // VkImageView imageView; in draw()
3990 imageBarrier(*m_device, *m_cmdBuffer, m_dsAttachment->getImage(), subresourceRange, in beforeRenderPass()
3999 m_device->cmdClearDepthStencilImage(*m_cmdBuffer, m_dsAttachment->getImage(), VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, &clearValue.depthStencil, 1, &subresourceRange); in beforeRenderPass()
4001 imageBarrier(*m_device, *m_cmdBuffer, m_dsAttachment->getImage(), subresourceRange, in beforeRenderPass()
4020 imageBarrier(*m_device, *m_cmdBuffer, m_dsAttachment->getImage(), dsSubresourceRange, in afterRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp3570 de::SharedPtr<ImageAttachment> m_dsAttachment; member in vkt::MultiView::__anon28143::MultiViewDepthStencilTestInstance
3603 m_dsAttachment = de::SharedPtr<ImageAttachment>(new ImageAttachment(*m_logicalDevice, *m_device, *m_allocator, m_parameters.extent, m_dsFormat)); in MultiViewDepthStencilTestInstance()
3611 attachments.push_back(m_dsAttachment->getImageView()); in makeAttachmentsVector()
3839 readImage(m_dsAttachment->getImage(), dst); in iterate()
4037 m_dsAttachment->getImageView(), // VkImageView imageView; in draw()
4098 imageBarrier(*m_device, *m_cmdBuffer, m_dsAttachment->getImage(), subresourceRange, in beforeRenderPass()
4107 m_device->cmdClearDepthStencilImage(*m_cmdBuffer, m_dsAttachment->getImage(), VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, &clearValue.depthStencil, 1, &subresourceRange); in beforeRenderPass()
4109 imageBarrier(*m_device, *m_cmdBuffer, m_dsAttachment->getImage(), subresourceRange, in beforeRenderPass()
4128 imageBarrier(*m_device, *m_cmdBuffer, m_dsAttachment->getImage(), dsSubresourceRange, in afterRenderPass()

Completed in 15 milliseconds