Home
last modified time | relevance | path

Searched refs:color_refs (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/zink/
Dzink_render_pass.c35 VkAttachmentReference color_refs[PIPE_MAX_COLOR_BUFS], zs_ref; in create_render_pass() local
49 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()