Searched refs:framebufferAttachmentImageInfos (Results 1 – 2 of 2) sorted by relevance
497 …VkFramebufferAttachmentImageInfoKHR framebufferAttachmentImageInfos[2] = {framebufferAttachmentIma… in TEST_F() local499 framebufferAttachmentsCreateInfo.pAttachmentImageInfos = framebufferAttachmentImageInfos; in TEST_F()648 VkFramebufferAttachmentImageInfoKHR framebufferAttachmentImageInfos[4] = {}; in TEST_F() local650 …framebufferAttachmentImageInfos[0].sType = VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENT_IMAGE_INFO_KHR; in TEST_F()651 framebufferAttachmentImageInfos[0].width = attachmentWidth; in TEST_F()652 framebufferAttachmentImageInfos[0].height = attachmentHeight; in TEST_F()653 framebufferAttachmentImageInfos[0].usage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT; in TEST_F()654 framebufferAttachmentImageInfos[0].layerCount = 1; in TEST_F()655 framebufferAttachmentImageInfos[0].viewFormatCount = 1; in TEST_F()656 framebufferAttachmentImageInfos[0].pViewFormats = &colorAndInputAttachmentFormat; in TEST_F()[all …]
548 std::vector<VkFramebufferAttachmentImageInfo> framebufferAttachmentImageInfos; in makeFramebufferAttachmentImageInfos() local568 framebufferAttachmentImageInfos.push_back(framebufferAttachmentImageInfo); in makeFramebufferAttachmentImageInfos()586 framebufferAttachmentImageInfos.push_back(framebufferAttachmentImageInfo); in makeFramebufferAttachmentImageInfos()606 framebufferAttachmentImageInfos.push_back(framebufferAttachmentImageInfo); in makeFramebufferAttachmentImageInfos()626 framebufferAttachmentImageInfos.push_back(framebufferAttachmentImageInfo); in makeFramebufferAttachmentImageInfos()644 framebufferAttachmentImageInfos.push_back(framebufferAttachmentImageInfo); in makeFramebufferAttachmentImageInfos()647 return framebufferAttachmentImageInfos; in makeFramebufferAttachmentImageInfos()661 …const std::vector<VkFramebufferAttachmentImageInfo> framebufferAttachmentImageInfos = makeFrameb… in makeFramebuffer() local662 …int32 attachmentCount = static_cast<deUint32>(framebufferAttachmentImageInfos.size(… in makeFramebuffer()668 …&framebufferAttachmentImageInfos[0] // const VkFramebufferAttachmentImageInfo* pAttachment… in makeFramebuffer()