Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_meta_clear.c673 enum radv_cmd_flush_bits *pre_flush, in emit_fast_htile_clear() argument
727 if (pre_flush) { in emit_fast_htile_clear()
729 RADV_CMD_FLAG_FLUSH_AND_INV_DB_META) & ~ *pre_flush; in emit_fast_htile_clear()
730 *pre_flush |= cmd_buffer->state.flush_bits; in emit_fast_htile_clear()
943 enum radv_cmd_flush_bits *pre_flush, in emit_fast_color_clear() argument
1008 if (pre_flush) { in emit_fast_color_clear()
1010 RADV_CMD_FLAG_FLUSH_AND_INV_CB_META) & ~ *pre_flush; in emit_fast_color_clear()
1011 *pre_flush |= cmd_buffer->state.flush_bits; in emit_fast_color_clear()
1054 enum radv_cmd_flush_bits *pre_flush, in emit_clear() argument
1060 pre_flush, post_flush, view_mask)) in emit_clear()
[all …]