Searched refs:PIPE_CONTROL_CACHE_FLUSH_BITS (Results 1 – 7 of 7) sorted by relevance
62 if ((flags & PIPE_CONTROL_CACHE_FLUSH_BITS) && in iris_emit_pipe_control_flush()76 flags & PIPE_CONTROL_CACHE_FLUSH_BITS); in iris_emit_pipe_control_flush()77 flags &= ~(PIPE_CONTROL_CACHE_FLUSH_BITS | PIPE_CONTROL_CS_STALL); in iris_emit_pipe_control_flush()192 const uint32_t all_flush_bits = (PIPE_CONTROL_CACHE_FLUSH_BITS | in iris_emit_buffer_barrier_for()319 if (bits & PIPE_CONTROL_CACHE_FLUSH_BITS) in iris_emit_buffer_barrier_for()
363 #define PIPE_CONTROL_CACHE_FLUSH_BITS \ macro
7649 if ((flags & (PIPE_CONTROL_CACHE_FLUSH_BITS | in batch_mark_sync_for_pipe_control()8146 (flags & (PIPE_CONTROL_CACHE_FLUSH_BITS | PIPE_CONTROL_CACHE_INVALIDATE_BITS)) != 0; in iris_emit_raw_pipe_control()
65 (flags & PIPE_CONTROL_CACHE_FLUSH_BITS) && in crocus_emit_pipe_control_flush()79 flags & PIPE_CONTROL_CACHE_FLUSH_BITS); in crocus_emit_pipe_control_flush()80 flags &= ~(PIPE_CONTROL_CACHE_FLUSH_BITS | PIPE_CONTROL_CS_STALL); in crocus_emit_pipe_control_flush()
262 #define PIPE_CONTROL_CACHE_FLUSH_BITS \ macro
2036 - iris: Add FLUSH_HDC to PIPE_CONTROL_CACHE_FLUSH_BITS
3394 - iris: Add FLUSH_HDC to PIPE_CONTROL_CACHE_FLUSH_BITS