Searched refs:color_refs (Results 1 – 1 of 1) sorted by relevance
35 VkAttachmentReference color_refs[PIPE_MAX_COLOR_BUFS], zs_ref; in create_render_pass() local49 color_refs[i].attachment = i; in create_render_pass()50 color_refs[i].layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in create_render_pass()73 subpass.pColorAttachments = color_refs; in create_render_pass()