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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_pipe_control.c187 const uint32_t all_flush_bits = (PIPE_CONTROL_CACHE_FLUSH_BITS | local in function:iris_emit_buffer_barrier_for
278 if (bits & all_flush_bits)
280 bits & all_flush_bits);
282 if (bits & ~all_flush_bits)
284 bits & ~all_flush_bits);

Completed in 2 milliseconds