Home
last modified time | relevance | path

Searched refs:framebufferAttachmentImageInfos (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/tests/
Dvklayertests_imageless_framebuffer.cpp497 …VkFramebufferAttachmentImageInfoKHR framebufferAttachmentImageInfos[2] = {framebufferAttachmentIma… in TEST_F() local
499 framebufferAttachmentsCreateInfo.pAttachmentImageInfos = framebufferAttachmentImageInfos; in TEST_F()
648 VkFramebufferAttachmentImageInfoKHR framebufferAttachmentImageInfos[4] = {}; in TEST_F() local
650framebufferAttachmentImageInfos[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 …]
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp548 std::vector<VkFramebufferAttachmentImageInfo> framebufferAttachmentImageInfos; in makeFramebufferAttachmentImageInfos() local
568 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() local
662 …int32 attachmentCount = static_cast<deUint32>(framebufferAttachmentImageInfos.size(… in makeFramebuffer()
668 …&framebufferAttachmentImageInfos[0] // const VkFramebufferAttachmentImageInfo* pAttachment… in makeFramebuffer()