Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.cpp241 vk::VkImageView depthImageView = m_framebufferState.depthImageView; in VulkanDrawContext() local
242 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()
DvktDrawUtil.hpp53 vk::VkImageView depthImageView = 0; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp366 Move<VkImageView> depthImageView; in iterate() local
583 depthImageView = createImageView(vk, device, &imageViewParams); in iterate()
772 frameBufferState.depthImageView = *depthImageView; in iterate()
882 *depthImageView, in iterate()