Home | History | Annotate | Download | only in tests

Lines Matching defs:ref

281     VkAttachmentReference ref = {};
282 ref.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL;
293 ref.attachment = i;
294 color_references.push_back(ref);