Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.cpp267m_depthImageView = makeImageView(vk, device, **m_depthImage, VK_IMAGE_VIEW_TYPE_2D, m_framebufferS… in VulkanDrawContext()
268 depthImageView = *m_depthImageView; in VulkanDrawContext()
589 if (!!m_framebufferState.depthImageView || !!*m_depthImageView) in draw()
DvktDrawUtil.hpp182 vk::refdetails::Move<vk::VkImageView> m_depthImageView; member in vkt::drawutil::VulkanDrawContext