Home
last modified time | relevance | path

Searched refs:depth_attachment (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c1710 VkRenderingAttachmentInfo depth_attachment = { in begin_subpass() local
1736 depth_attachment.imageView = in begin_subpass()
1738 depth_attachment.imageLayout = sp_att->layout; in begin_subpass()
1749 depth_attachment.loadOp = rp_att->load_op; in begin_subpass()
1750 depth_attachment.clearValue = att_state->clear_value; in begin_subpass()
1763 assert(depth_attachment.loadOp == VK_ATTACHMENT_LOAD_OP_CLEAR); in begin_subpass()
1765 __vk_append_struct(&depth_attachment, in begin_subpass()
1785 depth_attachment.loadOp = VK_ATTACHMENT_LOAD_OP_LOAD; in begin_subpass()
1791 depth_attachment.storeOp = rp_att->store_op; in begin_subpass()
1801 depth_attachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE; in begin_subpass()
[all …]