Lines Matching refs:depthStencilAttachmentReference
625 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()
992 depthStencilAttachmentReference.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
993 depthStencilAttachmentReference.attachment = 0; in TEST_F()
1006 subpassDescription.pDepthStencilAttachment = &depthStencilAttachmentReference; in TEST_F()