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.c1125 enum radv_cmd_flush_bits *pre_flush, in radv_fast_clear_depth() argument
1134 if (pre_flush) { in radv_fast_clear_depth()
1136 RADV_CMD_FLAG_FLUSH_AND_INV_DB_META) & ~ *pre_flush; in radv_fast_clear_depth()
1137 *pre_flush |= cmd_buffer->state.flush_bits; in radv_fast_clear_depth()
1771 enum radv_cmd_flush_bits *pre_flush, in radv_fast_clear_color() argument
1785 if (pre_flush) { in radv_fast_clear_color()
1787 RADV_CMD_FLAG_FLUSH_AND_INV_CB_META) & ~ *pre_flush; in radv_fast_clear_color()
1788 *pre_flush |= cmd_buffer->state.flush_bits; in radv_fast_clear_color()
1843 enum radv_cmd_flush_bits *pre_flush, in emit_clear() argument
1867 subpass_att, pre_flush, in emit_clear()
[all …]