Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_pipe_control.c187 const uint32_t all_flush_bits = (PIPE_CONTROL_CACHE_FLUSH_BITS | in iris_emit_buffer_barrier_for() local
278 if (bits & all_flush_bits) in iris_emit_buffer_barrier_for()
280 bits & all_flush_bits); in iris_emit_buffer_barrier_for()
282 if (bits & ~all_flush_bits) in iris_emit_buffer_barrier_for()
284 bits & ~all_flush_bits); in iris_emit_buffer_barrier_for()