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.cpp1952 const VkImageLayout depthStencilLayout (VK_IMAGE_LAYOUT_GENERAL); in initTests() local
1954 … AttachmentReference(VK_ATTACHMENT_UNUSED, depthStencilLayout), vector<deUint32>())); in initTests()
2019 const VkImageLayout depthStencilLayout (VK_IMAGE_LAYOUT_GENERAL); in initTests() local
2020 …<AttachmentReference>(), AttachmentReference(VK_ATTACHMENT_UNUSED, depthStencilLayout), vector<deU… in initTests()
DvktRenderPassTests.cpp4820 VkImageLayout depthStencilLayout = VK_IMAGE_LAYOUT_GENERAL; in addAttachmentTests() local
4855depthStencilLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(depthStencilLayouts), DE_ARRAY_END(d… in addAttachmentTests()
4863 …ncil ? (deUint32)(attachments.size() - 1) : VK_ATTACHMENT_UNUSED), depthStencilLayout), vector<deU… in addAttachmentTests()
4939 const VkImageLayout depthStencilLayout = VK_IMAGE_LAYOUT_GENERAL; in addAttachmentWriteMaskTests() local
4940 …<AttachmentReference>(), AttachmentReference(VK_ATTACHMENT_UNUSED, depthStencilLayout), vector<deU… in addAttachmentWriteMaskTests()