Searched refs:depthImageView (Results 1 – 3 of 3) sorted by relevance
241 vk::VkImageView depthImageView = m_framebufferState.depthImageView; in VulkanDrawContext() local242 if (!m_framebufferState.depthImageView && m_framebufferState.depthFormat != VK_FORMAT_UNDEFINED) in VulkanDrawContext()268 depthImageView = *m_depthImageView; in VulkanDrawContext()318 if (depthImageView != 0) in VulkanDrawContext()359 if (depthImageView!=0) in VulkanDrawContext()360 attachmentBindInfos.push_back(depthImageView); in VulkanDrawContext()589 if (!!m_framebufferState.depthImageView || !!*m_depthImageView) in draw()
53 vk::VkImageView depthImageView = 0; member
366 Move<VkImageView> depthImageView; in iterate() local583 depthImageView = createImageView(vk, device, &imageViewParams); in iterate()772 frameBufferState.depthImageView = *depthImageView; in iterate()882 *depthImageView, in iterate()