Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp696 struct PerSubpass struct
698 deUint32 numVertices; //!< Number of vertices defined in the vertex buffer
699 Move<VkBuffer> vertexBuffer;
700 MovePtr<Allocation> vertexBufferAlloc;
701 Move<VkImage> colorImage; //!< Color image
702 Move<VkImageView> colorImageView; //!< Color attachment
703 MovePtr<Allocation> colorImageAlloc;
704 Move<VkImage> depthStencilImage; //!< Depth stencil image
705 Move<VkImageView> depthStencilImageView; //!< Depth stencil attachment
706 Move<VkImageView> depthOnlyImageView; //!< Depth aspect for shader read
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp694 struct PerSubpass struct
696 deUint32 numVertices; //!< Number of vertices defined in the vertex buffer
697 Move<VkBuffer> vertexBuffer;
698 MovePtr<Allocation> vertexBufferAlloc;
699 Move<VkImage> colorImage; //!< Color image
700 Move<VkImageView> colorImageView; //!< Color attachment
701 MovePtr<Allocation> colorImageAlloc;
702 Move<VkImage> depthStencilImage; //!< Depth stencil image
703 Move<VkImageView> depthStencilImageView; //!< Depth stencil attachment
704 Move<VkImageView> depthOnlyImageView; //!< Depth aspect for shader read
[all …]