Home
last modified time | relevance | path

Searched refs:zs_ref (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
152 zs_ref.sType = VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_2; in create_render_pass2()
153 zs_ref.pNext = NULL; in create_render_pass2()
154 zs_ref.attachment = num_attachments++; in create_render_pass2()
155 zs_ref.layout = layout; in create_render_pass2()
163 memcpy(&zs_resolve, &zs_ref, sizeof(VkAttachmentReference2)); in create_render_pass2()
164 zs_ref.attachment = zsresolve_offset; in create_render_pass2()
199 subpass.pDepthStencilAttachment = state->have_zsbuf ? &zs_ref : NULL; in create_render_pass2()

Completed in 2 milliseconds