Searched refs:PIPE_CONTROL_CACHE_FLUSH_BITS (Results 1 – 2 of 2) sorted by relevance
100 (flags & PIPE_CONTROL_CACHE_FLUSH_BITS) && in brw_emit_pipe_control_flush()112 brw_emit_pipe_control_flush(brw, (flags & PIPE_CONTROL_CACHE_FLUSH_BITS) | in brw_emit_pipe_control_flush()114 flags &= ~(PIPE_CONTROL_CACHE_FLUSH_BITS | PIPE_CONTROL_CS_STALL); in brw_emit_pipe_control_flush()
3098 #define PIPE_CONTROL_CACHE_FLUSH_BITS \ macro