Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.c1683 VkRenderingAttachmentInfo stencil_attachment = { in begin_subpass() local
1712 stencil_attachment.imageView = in begin_subpass()
1714 stencil_attachment.imageLayout = sp_att->stencil_layout; in begin_subpass()
1721 stencil_attachment.loadOp = rp_att->stencil_load_op; in begin_subpass()
1722 stencil_attachment.clearValue = att_state->clear_value; in begin_subpass()
1741 assert(stencil_attachment.loadOp == VK_ATTACHMENT_LOAD_OP_CLEAR); in begin_subpass()
1743 __vk_append_struct(&stencil_attachment, in begin_subpass()
1756 stencil_attachment.loadOp = VK_ATTACHMENT_LOAD_OP_LOAD; in begin_subpass()
1762 stencil_attachment.storeOp = rp_att->stencil_store_op; in begin_subpass()
1772 stencil_attachment in begin_subpass()
[all...]

Completed in 4 milliseconds