Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_imageless_framebuffer.cpp625 VkAttachmentReference depthStencilAttachmentReference = {}; in TEST_F() local
626 depthStencilAttachmentReference.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
627 depthStencilAttachmentReference.attachment = 2; in TEST_F()
635 subpassDescription.pDepthStencilAttachment = &depthStencilAttachmentReference; in TEST_F()
807 VkAttachmentReference depthStencilAttachmentReference = {}; in TEST_F() local
808 depthStencilAttachmentReference.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
809 depthStencilAttachmentReference.attachment = 2; in TEST_F()
817 subpassDescription.pDepthStencilAttachment = &depthStencilAttachmentReference; in TEST_F()
990 VkAttachmentReference2KHR depthStencilAttachmentReference = {}; in TEST_F() local
991 depthStencilAttachmentReference.sType = VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_2_KHR; in TEST_F()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp2857 const VkAttachmentReference depthStencilAttachmentReference = in initialize() local
2877 &depthStencilAttachmentReference, // const VkAttachmentReference* pDepthStencilAttachment in initialize()
2891 &depthStencilAttachmentReference, // const VkAttachmentReference* pDepthStencilAttachment in initialize()
2941 …(m_useDepth || m_useStencil ? &depthStencilAttachmentReference : DE_NULL), // const VkAttachmentR… in initialize()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp5389 …AttachmentReference depthStencilAttachmentReference (VK_ATTACHMENT_UNUSED, VK_IMAGE_LAYOUT_GEN… in addAttachmentAllocationTests() local
5544depthStencilAttachmentReference = AttachmentReference(*depthStencilAttachment, VK_IMAGE_LAYOUT_GEN… in addAttachmentAllocationTests()
5547depthStencilAttachmentReference = AttachmentReference(VK_ATTACHMENT_UNUSED, VK_IMAGE_LAYOUT_GENERA… in addAttachmentAllocationTests()
5569 … = inputAttachmentReferences[inputRefIdx].getAttachment() == depthStencilAttachmentReference.getAt… in addAttachmentAllocationTests()
5581 …if (depthStencilAttachmentReference.getAttachment() == inputAttachmentReferences[inputRefIdx].getA… in addAttachmentAllocationTests()
5585depthStencilAttachmentReference.setImageLayout(rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(subpassLay… in addAttachmentAllocationTests()
5592 depthStencilAttachmentReference, in addAttachmentAllocationTests()