Searched refs:stencil_attachment (Results 1 – 1 of 1) sorted by relevance
1713 VkRenderingAttachmentInfo stencil_attachment = { in begin_subpass() local1742 stencil_attachment.imageView = in begin_subpass()1744 stencil_attachment.imageLayout = sp_att->stencil_layout; in begin_subpass()1751 stencil_attachment.loadOp = rp_att->stencil_load_op; in begin_subpass()1752 stencil_attachment.clearValue = att_state->clear_value; in begin_subpass()1771 assert(stencil_attachment.loadOp == VK_ATTACHMENT_LOAD_OP_CLEAR); in begin_subpass()1773 __vk_append_struct(&stencil_attachment, in begin_subpass()1786 stencil_attachment.loadOp = VK_ATTACHMENT_LOAD_OP_LOAD; in begin_subpass()1792 stencil_attachment.storeOp = rp_att->stencil_store_op; in begin_subpass()1802 stencil_attachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE; in begin_subpass()[all …]