Searched refs:history_flush (Results 1 – 2 of 2) sorted by relevance
1735 uint32_t history_flush = 0; in crocus_transfer_flush_region() local1739 history_flush |= PIPE_CONTROL_RENDER_TARGET_FLUSH; in crocus_transfer_flush_region()1742 history_flush |= crocus_flush_bits_for_history(res); in crocus_transfer_flush_region()1747 if (history_flush & ~PIPE_CONTROL_CS_STALL) { in crocus_transfer_flush_region()1757 history_flush); in crocus_transfer_flush_region()
2347 uint32_t history_flush = 0; in iris_transfer_flush_region() local2351 history_flush |= PIPE_CONTROL_RENDER_TARGET_FLUSH | in iris_transfer_flush_region()2355 history_flush |= iris_flush_bits_for_history(ice, res); in iris_transfer_flush_region()2360 if (history_flush & ~PIPE_CONTROL_CS_STALL) { in iris_transfer_flush_region()2367 history_flush); in iris_transfer_flush_region()