Searched refs:PIPE_CONTROL_CACHE_FLUSH_BITS (Results 1 – 3 of 3) sorted by relevance
232 (flags & PIPE_CONTROL_CACHE_FLUSH_BITS) && in brw_emit_pipe_control_flush()245 brw_emit_end_of_pipe_sync(brw, (flags & PIPE_CONTROL_CACHE_FLUSH_BITS)); in brw_emit_pipe_control_flush()246 flags &= ~(PIPE_CONTROL_CACHE_FLUSH_BITS | PIPE_CONTROL_CS_STALL); in brw_emit_pipe_control_flush()
67 PIPE_CONTROL_CACHE_FLUSH_BITS | in gen10_emit_wa_lri_to_cache_mode_zero()
63 #define PIPE_CONTROL_CACHE_FLUSH_BITS \ macro