Home
last modified time | relevance | path

Searched defs:PerSubpass (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp670 struct PerSubpass struct
672 uint32_t numVertices; //!< Number of vertices defined in the vertex buffer
673 Move<VkBuffer> vertexBuffer;
674 MovePtr<Allocation> vertexBufferAlloc;
675 Move<VkImage> colorImage; //!< Color image
676 Move<VkImageView> colorImageView; //!< Color attachment
677 MovePtr<Allocation> colorImageAlloc;
678 Move<VkImage> depthStencilImage; //!< Depth stencil image
679 Move<VkImageView> depthStencilImageView; //!< Depth stencil attachment
680 Move<VkImageView> depthOnlyImageView; //!< Depth aspect for shader read
[all …]