Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c1735 uint32_t history_flush = 0; in crocus_transfer_flush_region() local
1739 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()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c2347 uint32_t history_flush = 0; in iris_transfer_flush_region() local
2351 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()