Searched refs:attach_desc (Results 1 – 2 of 2) sorted by relevance
536 VkAttachmentDescription attach_desc = {}; in VkRenderpassObj() local537 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()
2961 VkAttachmentDescription attach_desc = {}; in TEST_F() local2962 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() local2997 attach_desc.format = VK_FORMAT_UNDEFINED; in TEST_F()2998 rpci.pAttachments = &attach_desc; in TEST_F()3161 VkAttachmentDescription attach_desc = {}; in TEST_F() local3162 attach_desc.format = VK_FORMAT_B8G8R8A8_UNORM; in TEST_F()3163 attach_desc.samples = VK_SAMPLE_COUNT_1_BIT; in TEST_F()[all …]