Searched refs:depthImageView (Results 1 – 3 of 3) sorted by relevance
132 …vk::VkImageView depthImageView; // \todo [2017-06-06 pyry] This shouldn't be here? Doesn't log… member138 , depthImageView (0) in VulkanProgram()144 : depthImageView (0) in VulkanProgram()
404 if (!!vulkanProgram.depthImageView) in VulkanDrawContext()407 deUint32 depthReferenceNdx = !!vulkanProgram.depthImageView ? 1 : 2; in VulkanDrawContext()443 if (!!vulkanProgram.depthImageView) in VulkanDrawContext()444 attachmentBindInfos.push_back(vulkanProgram.depthImageView); in VulkanDrawContext()622 if (!!vulkanProgram.depthImageView) in VulkanDrawContext()
350 Move<VkImageView> depthImageView; in iterate() local567 depthImageView = createImageView(vk, device, &imageViewParams); in iterate()764 vulkanProgram.depthImageView = *depthImageView; in iterate()872 *depthImageView, in iterate()