Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSubpassDependencyTests.cpp3922 const VkImageLayout depthStencilLayout (VK_IMAGE_LAYOUT_GENERAL); in initTests() local
3924 … AttachmentReference(VK_ATTACHMENT_UNUSED, depthStencilLayout), vector<deUint32>())); in initTests()
4003 const VkImageLayout depthStencilLayout (VK_IMAGE_LAYOUT_GENERAL); in initTests() local
4004 …<AttachmentReference>(), AttachmentReference(VK_ATTACHMENT_UNUSED, depthStencilLayout), vector<deU… in initTests()
DvktRenderPassTests.cpp4992 VkImageLayout depthStencilLayout = VK_IMAGE_LAYOUT_GENERAL; in addAttachmentTests() local
5035depthStencilLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(depthStencilLayouts), DE_ARRAY_END(d… in addAttachmentTests()
5042 …ncil ? (deUint32)(attachments.size() - 1) : VK_ATTACHMENT_UNUSED), depthStencilLayout), vector<deU… in addAttachmentTests()
5118 const VkImageLayout depthStencilLayout = VK_IMAGE_LAYOUT_GENERAL; in addAttachmentWriteMaskTests() local
5119 …<AttachmentReference>(), AttachmentReference(VK_ATTACHMENT_UNUSED, depthStencilLayout), vector<deU… in addAttachmentWriteMaskTests()