Searched refs:PIPE_CONTROL_CACHE_FLUSH_BITS (Results 1 – 5 of 5) 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()187 const uint32_t all_flush_bits = (PIPE_CONTROL_CACHE_FLUSH_BITS | in iris_emit_buffer_barrier_for()270 if (bits & PIPE_CONTROL_CACHE_FLUSH_BITS) in iris_emit_buffer_barrier_for()
324 #define PIPE_CONTROL_CACHE_FLUSH_BITS \ macro
7102 if ((flags & (PIPE_CONTROL_CACHE_FLUSH_BITS | in batch_mark_sync_for_pipe_control()
42 (flags & PIPE_CONTROL_CACHE_FLUSH_BITS) && in brw_emit_pipe_control_flush()55 brw_emit_end_of_pipe_sync(brw, (flags & PIPE_CONTROL_CACHE_FLUSH_BITS)); in brw_emit_pipe_control_flush()56 flags &= ~(PIPE_CONTROL_CACHE_FLUSH_BITS | PIPE_CONTROL_CS_STALL); in brw_emit_pipe_control_flush()
68 #define PIPE_CONTROL_CACHE_FLUSH_BITS \ macro