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/
H A Diris_pipe_control.c192 const uint32_t all_flush_bits = (PIPE_CONTROL_CACHE_FLUSH_BITS | in iris_emit_buffer_barrier_for() local
323 if (bits & all_flush_bits) in iris_emit_buffer_barrier_for()
325 bits & all_flush_bits); in iris_emit_buffer_barrier_for()
327 if (bits & ~all_flush_bits) in iris_emit_buffer_barrier_for()
329 bits & ~all_flush_bits); in iris_emit_buffer_barrier_for()

Completed in 2 milliseconds