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

/external/deqp/external/vulkancts/modules/vulkan/
H A DvktDrawUtil.hpp132 vk::VkImageView depthImageView; // \todo [2017-06-06 pyry] This shouldn't be here? Doesn't logically belong to program member in struct:vkt::drawutil::VulkanProgram
138 , depthImageView (0)
144 : depthImageView (0)
H A DvktDrawUtil.cpp490 if (!!vulkanProgram.depthImageView)
493 deUint32 depthReferenceNdx = !!vulkanProgram.depthImageView ? 1 : 2;
529 if (!!vulkanProgram.depthImageView)
530 attachmentBindInfos.push_back(vulkanProgram.depthImageView);
770 if (!!vulkanProgram.depthImageView)
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderBuiltinVarTests.cpp346 Move<VkImageView> depthImageView; local
564 depthImageView = createImageView(vk, device, &imageViewParams);
796 vulkanProgram.depthImageView = *depthImageView;
927 *depthImageView,

Completed in 316 milliseconds