Searched refs:framebufferAttachmentImageInfo (Results 1 – 3 of 3) sorted by relevance
89 VkFramebufferAttachmentImageInfoKHR framebufferAttachmentImageInfo = {}; in TEST_F() local90 framebufferAttachmentImageInfo.sType = VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENT_IMAGE_INFO_KHR; in TEST_F()91 framebufferAttachmentImageInfo.usage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT; in TEST_F()92 framebufferAttachmentImageInfo.width = attachmentWidth; in TEST_F()93 framebufferAttachmentImageInfo.height = attachmentHeight; in TEST_F()94 framebufferAttachmentImageInfo.layerCount = 1; in TEST_F()95 framebufferAttachmentImageInfo.viewFormatCount = 2; in TEST_F()96 framebufferAttachmentImageInfo.pViewFormats = framebufferAttachmentFormats; in TEST_F()100 framebufferAttachmentsCreateInfo.pAttachmentImageInfos = &framebufferAttachmentImageInfo; in TEST_F()187 framebufferAttachmentImageInfo.flags = 0; in TEST_F()[all …]
555 const VkFramebufferAttachmentImageInfo framebufferAttachmentImageInfo = in makeFramebufferAttachmentImageInfos() local568 framebufferAttachmentImageInfos.push_back(framebufferAttachmentImageInfo); in makeFramebufferAttachmentImageInfos()573 const VkFramebufferAttachmentImageInfo framebufferAttachmentImageInfo = in makeFramebufferAttachmentImageInfos() local586 framebufferAttachmentImageInfos.push_back(framebufferAttachmentImageInfo); in makeFramebufferAttachmentImageInfos()591 const VkFramebufferAttachmentImageInfo framebufferAttachmentImageInfo = in makeFramebufferAttachmentImageInfos() local606 framebufferAttachmentImageInfos.push_back(framebufferAttachmentImageInfo); in makeFramebufferAttachmentImageInfos()611 const VkFramebufferAttachmentImageInfo framebufferAttachmentImageInfo = in makeFramebufferAttachmentImageInfos() local626 framebufferAttachmentImageInfos.push_back(framebufferAttachmentImageInfo); in makeFramebufferAttachmentImageInfos()631 const VkFramebufferAttachmentImageInfo framebufferAttachmentImageInfo = in makeFramebufferAttachmentImageInfos() local644 framebufferAttachmentImageInfos.push_back(framebufferAttachmentImageInfo); in makeFramebufferAttachmentImageInfos()
1517 std::vector<VkFramebufferAttachmentImageInfo> framebufferAttachmentImageInfo; in iterate() local1518 framebufferAttachmentImageInfo.push_back( in iterate()1532 framebufferAttachmentImageInfo.push_back( in iterate()1547 framebufferAttachmentImageInfo.push_back( in iterate()1565 … (deUint32)framebufferAttachmentImageInfo.size(), // deUint32 attachmentImageInfoCount; in iterate()1566 …&framebufferAttachmentImageInfo[0] // const VkFramebufferAttachmentImageInfo* pAttachmentI… in iterate()