Lines Matching refs:imageView
269 imgView, // VkImageView imageView;
283 VkRenderingAttachmentInfo getDepthAttachmentInfo (const VkImageView imageView) const
286 const auto attView = ((depthPresent && depthValidHandle) ? imageView : VK_NULL_HANDLE);
291 attView, // VkImageView imageView;
302 VkRenderingAttachmentInfo getStencilAttachmentInfo (const VkImageView imageView) const
305 const auto attView = ((stencilPresent && stencilValidHandle) ? imageView : VK_NULL_HANDLE);
310 attView, // VkImageView imageView;
608 if (renderingAttInfos[i].imageView == VK_NULL_HANDLE)
614 if (depthAttachmentPtr.get() && depthAttachmentPtr->imageView == VK_NULL_HANDLE)
617 if (stencilAttachmentPtr.get() && stencilAttachmentPtr->imageView == VK_NULL_HANDLE)
904 && colorImgIdx < renderingAttInfos.size() && renderingAttInfos.at(colorImgIdx).imageView != VK_NULL_HANDLE);