Home
last modified time | relevance | path

Searched refs:zs_ref (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
66 zs_ref.attachment = num_attachments++; in create_render_pass()
67 zs_ref.layout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL; in create_render_pass()
74 subpass.pDepthStencilAttachment = state->have_zsbuf ? &zs_ref : NULL; in create_render_pass()