Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp311 …auto inputImageView = safeSharedPtr(new Unique<VkImageView>(createImageView(vk, vkDevice, &inpu… in InputAttachmentSparseFillingTestInstance() local
315 m_inputImageViews.push_back(inputImageView); in InputAttachmentSparseFillingTestInstance()
391 for (auto& inputImageView : m_inputImageViews) in InputAttachmentSparseFillingTestInstance() local
393 framebufferImageViews.push_back(**inputImageView); in InputAttachmentSparseFillingTestInstance()
397 **inputImageView, // VkImageView imageView; in InputAttachmentSparseFillingTestInstance()