Lines Matching refs:framebufferAttachmentsCreateInfo
97 VkFramebufferAttachmentsCreateInfoKHR framebufferAttachmentsCreateInfo = {}; in TEST_F() local
98 …framebufferAttachmentsCreateInfo.sType = VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENTS_CREATE_INFO_KHR; in TEST_F()
99 framebufferAttachmentsCreateInfo.attachmentImageInfoCount = 1; in TEST_F()
100 framebufferAttachmentsCreateInfo.pAttachmentImageInfos = &framebufferAttachmentImageInfo; in TEST_F()
103 framebufferCreateInfo.pNext = &framebufferAttachmentsCreateInfo; in TEST_F()
372 VkFramebufferAttachmentsCreateInfoKHR framebufferAttachmentsCreateInfo = {}; in TEST_F() local
373 …framebufferAttachmentsCreateInfo.sType = VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENTS_CREATE_INFO_KHR; in TEST_F()
374 framebufferAttachmentsCreateInfo.attachmentImageInfoCount = 1; in TEST_F()
375 framebufferAttachmentsCreateInfo.pAttachmentImageInfos = &framebufferAttachmentImageInfo; in TEST_F()
378 framebufferCreateInfo.pNext = &framebufferAttachmentsCreateInfo; in TEST_F()
470 VkFramebufferAttachmentsCreateInfoKHR framebufferAttachmentsCreateInfo = {}; in TEST_F() local
471 …framebufferAttachmentsCreateInfo.sType = VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENTS_CREATE_INFO_KHR; in TEST_F()
472 framebufferAttachmentsCreateInfo.attachmentImageInfoCount = 1; in TEST_F()
473 framebufferAttachmentsCreateInfo.pAttachmentImageInfos = &framebufferAttachmentImageInfo; in TEST_F()
476 framebufferCreateInfo.pNext = &framebufferAttachmentsCreateInfo; in TEST_F()
493 framebufferCreateInfo.pNext = &framebufferAttachmentsCreateInfo; in TEST_F()
496 framebufferAttachmentsCreateInfo.attachmentImageInfoCount = 2; in TEST_F()
499 framebufferAttachmentsCreateInfo.pAttachmentImageInfos = framebufferAttachmentImageInfos; in TEST_F()
506 framebufferAttachmentsCreateInfo.pAttachmentImageInfos = &framebufferAttachmentImageInfo; in TEST_F()
507 framebufferAttachmentsCreateInfo.attachmentImageInfoCount = 1; in TEST_F()
681 VkFramebufferAttachmentsCreateInfoKHR framebufferAttachmentsCreateInfo = {}; in TEST_F() local
682 …framebufferAttachmentsCreateInfo.sType = VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENTS_CREATE_INFO_KHR; in TEST_F()
683 framebufferAttachmentsCreateInfo.attachmentImageInfoCount = 4; in TEST_F()
684 framebufferAttachmentsCreateInfo.pAttachmentImageInfos = framebufferAttachmentImageInfos; in TEST_F()
687 framebufferCreateInfo.pNext = &framebufferAttachmentsCreateInfo; in TEST_F()
869 VkFramebufferAttachmentsCreateInfoKHR framebufferAttachmentsCreateInfo = {}; in TEST_F() local
870 …framebufferAttachmentsCreateInfo.sType = VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENTS_CREATE_INFO_KHR; in TEST_F()
871 framebufferAttachmentsCreateInfo.attachmentImageInfoCount = 4; in TEST_F()
872 framebufferAttachmentsCreateInfo.pAttachmentImageInfos = framebufferAttachmentImageInfos; in TEST_F()
875 framebufferCreateInfo.pNext = &framebufferAttachmentsCreateInfo; in TEST_F()
1038 VkFramebufferAttachmentsCreateInfoKHR framebufferAttachmentsCreateInfo = {}; in TEST_F() local
1039 …framebufferAttachmentsCreateInfo.sType = VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENTS_CREATE_INFO_KHR; in TEST_F()
1040 framebufferAttachmentsCreateInfo.attachmentImageInfoCount = 2; in TEST_F()
1041 framebufferAttachmentsCreateInfo.pAttachmentImageInfos = framebufferAttachmentImageInfos; in TEST_F()
1044 framebufferCreateInfo.pNext = &framebufferAttachmentsCreateInfo; in TEST_F()