Searched refs:pre_flush (Results 1 – 1 of 1) sorted by relevance
1125 enum radv_cmd_flush_bits *pre_flush, in radv_fast_clear_depth() argument1134 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() argument1785 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() argument1867 subpass_att, pre_flush, in emit_clear()[all …]