Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_imageless_framebuffer.cpp598 VkFormat colorAndInputAttachmentFormat = VK_FORMAT_R8G8B8A8_UNORM; in TEST_F() local
603 attachmentDescriptions[0].format = colorAndInputAttachmentFormat; in TEST_F()
607 attachmentDescriptions[1].format = colorAndInputAttachmentFormat; in TEST_F()
615 attachmentDescriptions[3].format = colorAndInputAttachmentFormat; in TEST_F()
656 framebufferAttachmentImageInfos[0].pViewFormats = &colorAndInputAttachmentFormat; in TEST_F()
664 framebufferAttachmentImageInfos[1].pViewFormats = &colorAndInputAttachmentFormat; in TEST_F()
680 framebufferAttachmentImageInfos[3].pViewFormats = &colorAndInputAttachmentFormat; in TEST_F()
780 VkFormat colorAndInputAttachmentFormat = VK_FORMAT_R8G8B8A8_UNORM; in TEST_F() local
785 attachmentDescriptions[0].format = colorAndInputAttachmentFormat; in TEST_F()
789 attachmentDescriptions[1].format = colorAndInputAttachmentFormat; in TEST_F()
[all …]