Searched refs:attach_ref (Results 1 – 1 of 1) sorted by relevance
1702 VkAttachmentReference attach_ref = {}; in TEST_F() local1703 attach_ref.attachment = 0; in TEST_F()1704 attach_ref.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in TEST_F()1708 subpass.pColorAttachments = &attach_ref; in TEST_F()