Searched refs:color_ref (Results 1 – 2 of 2) sorted by relevance
771 FT_ULong color_ref; member
6613 VkAttachmentReference color_ref = {}; in TEST_F() local6614 color_ref.attachment = 0; in TEST_F()6615 color_ref.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in TEST_F()6624 subpass.pColorAttachments = &color_ref; in TEST_F()6872 VkAttachmentReference color_ref = {1, VK_IMAGE_LAYOUT_GENERAL}; in TEST_F() local6874 …ption subpass = {0, VK_PIPELINE_BIND_POINT_GRAPHICS, 1, &input_ref, 1, &color_ref, nullptr, nullpt… in TEST_F()