Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp536 VkAttachmentDescription attach_desc = {}; in VkRenderpassObj() local
537 attach_desc.format = VK_FORMAT_B8G8R8A8_UNORM; in VkRenderpassObj()
538 attach_desc.samples = VK_SAMPLE_COUNT_1_BIT; in VkRenderpassObj()
539 attach_desc.initialLayout = VK_IMAGE_LAYOUT_UNDEFINED; in VkRenderpassObj()
540 attach_desc.finalLayout = VK_IMAGE_LAYOUT_GENERAL; in VkRenderpassObj()
542 rpci.pAttachments = &attach_desc; in VkRenderpassObj()
Dlayer_validation_tests.cpp2961 VkAttachmentDescription attach_desc = {}; in TEST_F() local
2962 attach_desc.format = VK_FORMAT_B8G8R8A8_UNORM; in TEST_F()
2963 attach_desc.samples = VK_SAMPLE_COUNT_1_BIT; in TEST_F()
2964 rpci.pAttachments = &attach_desc; in TEST_F()
2996 VkAttachmentDescription attach_desc = {}; in TEST_F() local
2997 attach_desc.format = VK_FORMAT_UNDEFINED; in TEST_F()
2998 rpci.pAttachments = &attach_desc; in TEST_F()
3161 VkAttachmentDescription attach_desc = {}; in TEST_F() local
3162 attach_desc.format = VK_FORMAT_B8G8R8A8_UNORM; in TEST_F()
3163 attach_desc.samples = VK_SAMPLE_COUNT_1_BIT; in TEST_F()
[all …]