Home
last modified time | relevance | path

Searched refs:color_resolves (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_render_pass.c66 VkAttachmentReference2 color_refs[PIPE_MAX_COLOR_BUFS], color_resolves[PIPE_MAX_COLOR_BUFS], zs_ref, zs_resolve; in create_render_pass2() local
118 memcpy(&color_resolves[i], &color_refs[i], sizeof(VkAttachmentReference2)); in create_render_pass2()
119 color_resolves[i].attachment = cresolve_offset + i; in create_render_pass2()
203 subpass.pResolveAttachments = color_resolves; in create_render_pass2()

Completed in 2 milliseconds