Searched refs:color_ref (Results 1 – 2 of 2) sorted by relevance
680 FT_ULong color_ref; member
2533 VkAttachmentReference color_ref = {}; in TEST_F() local2534 color_ref.attachment = 0; in TEST_F()2535 color_ref.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in TEST_F()2544 subpass.pColorAttachments = &color_ref; in TEST_F()2767 VkAttachmentReference color_ref = {1, VK_IMAGE_LAYOUT_GENERAL}; in TEST_F() local2769 …ption subpass = {0, VK_PIPELINE_BIND_POINT_GRAPHICS, 1, &input_ref, 1, &color_ref, nullptr, nullpt… in TEST_F()