Searched refs:depthStencilAttachmentReference (Results 1 – 3 of 3) sorted by relevance
625 VkAttachmentReference depthStencilAttachmentReference = {}; in TEST_F() local626 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() local808 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() local991 depthStencilAttachmentReference.sType = VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_2_KHR; in TEST_F()[all …]
2857 const VkAttachmentReference depthStencilAttachmentReference = in initialize() local2877 &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()
5389 …AttachmentReference depthStencilAttachmentReference (VK_ATTACHMENT_UNUSED, VK_IMAGE_LAYOUT_GEN… in addAttachmentAllocationTests() local5544 …depthStencilAttachmentReference = AttachmentReference(*depthStencilAttachment, VK_IMAGE_LAYOUT_GEN… in addAttachmentAllocationTests()5547 …depthStencilAttachmentReference = 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()5585 …depthStencilAttachmentReference.setImageLayout(rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(subpassLay… in addAttachmentAllocationTests()5592 depthStencilAttachmentReference, in addAttachmentAllocationTests()