Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_clear.c585 const VkClearRect *clear_rect, struct radv_subpass_attachment *ds_att, in emit_depthstencil_clear()
591 const uint32_t pass_att = ds_att->attachment; in emit_depthstencil_clear()
633 ds_att->layout, ds_att->in_render_loop, clear_rect, clear_value); in emit_depthstencil_clear()
640 .depth_stencil_attachment = ds_att, in emit_depthstencil_clear()
648 if (depth_view_can_fast_clear(cmd_buffer, iview, aspects, ds_att->layout, ds_att->in_render_loop, in emit_depthstencil_clear()
1893 struct radv_subpass_attachment *ds_att = subpass->depth_stencil_attachment; in emit_clear() local
1896 ds_att = subpass->ds_resolve_attachment; in emit_clear()
1898 if (!ds_att || ds_at in emit_clear()
584 emit_depthstencil_clear(struct radv_cmd_buffer *cmd_buffer, const VkClearAttachment *clear_att, const VkClearRect *clear_rect, struct radv_subpass_attachment *ds_att, uint32_t view_mask, bool ds_resolve_clear) emit_depthstencil_clear() argument
[all...]

Completed in 4 milliseconds