Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp5208 …AttachmentReference depthStencilAttachmentReference (VK_ATTACHMENT_UNUSED, VK_IMAGE_LAYOUT_GEN… in addAttachmentAllocationTests() local
5342depthStencilAttachmentReference = AttachmentReference(*depthStencilAttachment, VK_IMAGE_LAYOUT_GEN… in addAttachmentAllocationTests()
5345depthStencilAttachmentReference = AttachmentReference(VK_ATTACHMENT_UNUSED, VK_IMAGE_LAYOUT_GENERA… in addAttachmentAllocationTests()
5367 … = inputAttachmentReferences[inputRefIdx].getAttachment() == depthStencilAttachmentReference.getAt… in addAttachmentAllocationTests()
5379 …if (depthStencilAttachmentReference.getAttachment() == inputAttachmentReferences[inputRefIdx].getA… in addAttachmentAllocationTests()
5383depthStencilAttachmentReference.setImageLayout(rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(subpassLay… in addAttachmentAllocationTests()
5390 depthStencilAttachmentReference, in addAttachmentAllocationTests()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp2353 const VkAttachmentReference depthStencilAttachmentReference = in initialize() local
2372 …(m_useDepth || m_useStencil ? &depthStencilAttachmentReference : DE_NULL), // const VkAttachmentR… in initialize()