Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_descriptor_renderpass_framebuffer.cpp3392 VkAttachmentDescription attach_desc_fragment_density_map = {}; in TEST_F() local
3393 attach_desc_fragment_density_map.format = attachment_format; in TEST_F()
3394 attach_desc_fragment_density_map.samples = VK_SAMPLE_COUNT_1_BIT; in TEST_F()
3395attach_desc_fragment_density_map.finalLayout = VK_IMAGE_LAYOUT_FRAGMENT_DENSITY_MAP_OPTIMAL_EXT; in TEST_F()
3396 rpci_fragment_density_map.pAttachments = &attach_desc_fragment_density_map; in TEST_F()