Searched refs:inputImageView (Results 1 – 2 of 2) sorted by relevance
311 …auto inputImageView = safeSharedPtr(new Unique<VkImageView>(createImageView(vk, vkDevice, &inpu… in InputAttachmentSparseFillingTestInstance() local315 m_inputImageViews.push_back(inputImageView); in InputAttachmentSparseFillingTestInstance()391 for (auto& inputImageView : m_inputImageViews) in InputAttachmentSparseFillingTestInstance() local393 framebufferImageViews.push_back(**inputImageView); in InputAttachmentSparseFillingTestInstance()397 **inputImageView, // VkImageView imageView; in InputAttachmentSparseFillingTestInstance()
2360 Move<VkImageView> inputImageView; in iterateInternal() local2467 if (!isDSFormat) inputImageView = createImageView(vkd, device, &imageViewCreateInfo); in iterateInternal()2517 …VkDescriptorImageInfo descInputAttachment = makeDescriptorImageInfo(DE_NULL, *inputImageView, VK_I… in iterateInternal()2682 isDSFormat ? *dsImageView : *inputImageView in iterateInternal()