Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp155 const VkAttachmentReference depthStencilAttachmentReference = in makeRenderPass() local
161 …nce* pDepthStencilAttachment = (useDepthStencilAttachment ? &depthStencilAttachmentReference : &un… in makeRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp1662 const VkAttachmentReference depthStencilAttachmentReference = in initialize() local
1677 …(m_useDepth || m_useStencil ? &depthStencilAttachmentReference : DE_NULL), // const VkAttachmentRe… in initialize()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp5015 …AttachmentReference depthStencilAttachmentReference (VK_ATTACHMENT_UNUSED, VK_IMAGE_LAYOUT_GEN… in addAttachmentAllocationTests() local
5148depthStencilAttachmentReference = AttachmentReference(*depthStencilAttachment, VK_IMAGE_LAYOUT_GEN… in addAttachmentAllocationTests()
5151depthStencilAttachmentReference = AttachmentReference(VK_ATTACHMENT_UNUSED, VK_IMAGE_LAYOUT_GENERA… in addAttachmentAllocationTests()
5164 depthStencilAttachmentReference, in addAttachmentAllocationTests()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp2563 const VkAttachmentReference depthStencilAttachmentReference = in Implementation() local
2591 subpassDescription.pDepthStencilAttachment = &depthStencilAttachmentReference; in Implementation()