Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsTransientAttachmentTests.cpp388 const Unique<VkImageView> inputImageView( in iterate() local
390 const VkImageView firstAttachmentImages[] = {*inputImageView}; in iterate()
399 const VkImageView secondAttachmentImages[] = {*inputImageView, *outputImageView}; in iterate()
455 *inputImageView, // VkImageView imageView; in iterate()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassUnusedAttachmentSparseFillingTests.cpp441 auto inputImageView = in InputAttachmentSparseFillingTestInstance() local
446 m_inputImageViews.push_back(inputImageView); in InputAttachmentSparseFillingTestInstance()
528 for (auto &inputImageView : m_inputImageViews) in InputAttachmentSparseFillingTestInstance() local
530 framebufferImageViews.push_back(**inputImageView); in InputAttachmentSparseFillingTestInstance()
533 **inputImageView, // VkImageView imageView; in InputAttachmentSparseFillingTestInstance()