Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_clear.c863 enum radv_cmd_flush_bits *post_flush) in radv_fast_clear_depth() argument
902 if (post_flush) { in radv_fast_clear_depth()
903 *post_flush |= flush_bits; in radv_fast_clear_depth()
1788 enum radv_cmd_flush_bits *pre_flush, enum radv_cmd_flush_bits *post_flush) in radv_fast_clear_color() argument
1851 if (post_flush) { in radv_fast_clear_color()
1852 *post_flush |= flush_bits; in radv_fast_clear_color()
1867 enum radv_cmd_flush_bits *post_flush, uint32_t view_mask, bool ds_resolve_clear) in emit_clear() argument
1888 radv_fast_clear_color(cmd_buffer, iview, clear_att, subpass_att, pre_flush, post_flush); in emit_clear()
1911 radv_fast_clear_depth(cmd_buffer, iview, clear_att, pre_flush, post_flush); in emit_clear()
1960 enum radv_cmd_flush_bits *post_flush, bool ds_resolve_clear) in radv_subpass_clear_attachment() argument
[all …]