Searched refs:ds_att (Results 1 – 3 of 3) sorted by relevance
809 struct radv_subpass_attachment *ds_att, in emit_depthstencil_clear() argument815 const uint32_t pass_att = ds_att->attachment; in emit_depthstencil_clear()863 ds_att->layout, in emit_depthstencil_clear()864 ds_att->in_render_loop, in emit_depthstencil_clear()873 .depth_stencil_attachment = ds_att, in emit_depthstencil_clear()882 ds_att->layout, ds_att->in_render_loop, in emit_depthstencil_clear()1873 struct radv_subpass_attachment *ds_att = subpass->depth_stencil_attachment; in emit_clear() local1876 ds_att = subpass->ds_resolve_attachment; in emit_clear()1878 if (!ds_att || ds_att->attachment == VK_ATTACHMENT_UNUSED) in emit_clear()1881 VkImageLayout image_layout = ds_att->layout; in emit_clear()[all …]
131 struct anv_subpass_attachment *ds_att = in anv_render_pass_compile() local136 assert(ds_att->attachment < pass->attachment_count); in anv_render_pass_compile()138 &pass->attachments[ds_att->attachment]; in anv_render_pass_compile()141 assert(ds_att->usage == VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT); in anv_render_pass_compile()
1242 struct lvp_subpass_attachment *ds_att = subpass->depth_stencil_attachment; in begin_render_subpass() local1244 if (ds_att->attachment != VK_ATTACHMENT_UNUSED) { in begin_render_subpass()1245 struct lvp_image_view *imgv = state->vk_framebuffer->attachments[ds_att->attachment]; in begin_render_subpass()1246 …add_img_view_surface(state, imgv, state->pass->attachments[ds_att->attachment].format, state->fram… in begin_render_subpass()2209 struct lvp_subpass_attachment *ds_att = subpass->depth_stencil_attachment; in handle_clear_attachments() local2210 if (!ds_att || ds_att->attachment == VK_ATTACHMENT_UNUSED) in handle_clear_attachments()2212 imgv = state->vk_framebuffer->attachments[ds_att->attachment]; in handle_clear_attachments()