Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.hpp132 …vk::VkImageView depthImageView; // \todo [2017-06-06 pyry] This shouldn't be here? Doesn't log… member
138 , depthImageView (0) in VulkanProgram()
144 : depthImageView (0) in VulkanProgram()
DvktDrawUtil.cpp404 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()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp350 Move<VkImageView> depthImageView; in iterate() local
567 depthImageView = createImageView(vk, device, &imageViewParams); in iterate()
764 vulkanProgram.depthImageView = *depthImageView; in iterate()
872 *depthImageView, in iterate()