Home
last modified time | relevance | path

Searched refs:PIPE_CONTROL_FLUSH_ENABLE (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_pipe_control.c194 PIPE_CONTROL_FLUSH_ENABLE); in iris_emit_buffer_barrier_for()
202 [IRIS_DOMAIN_OTHER_WRITE] = PIPE_CONTROL_FLUSH_ENABLE | PIPE_CONTROL_VF_CACHE_INVALIDATE, in iris_emit_buffer_barrier_for()
212 [IRIS_DOMAIN_OTHER_WRITE] = PIPE_CONTROL_FLUSH_ENABLE, in iris_emit_buffer_barrier_for()
Diris_query.c144 flags |= PIPE_CONTROL_FLUSH_ENABLE; in mark_available()
777 PIPE_CONTROL_FLUSH_ENABLE); in set_predicate_for_result()
Diris_context.h350 PIPE_CONTROL_FLUSH_ENABLE = (1 << 18), enumerator
Diris_state.c4898 PIPE_CONTROL_FLUSH_ENABLE | in surf_state_update_clear_value()
7646 if ((flags & PIPE_CONTROL_FLUSH_ENABLE)) in batch_mark_sync_for_pipe_control()
7667 if ((flags & PIPE_CONTROL_FLUSH_ENABLE)) in batch_mark_sync_for_pipe_control()
8114 (flags & PIPE_CONTROL_FLUSH_ENABLE) ? "PipeCon " : "", in iris_emit_raw_pipe_control()
8162 pc.PipeControlFlushEnable = flags & PIPE_CONTROL_FLUSH_ENABLE; in iris_emit_raw_pipe_control()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_query.c166 flags |= PIPE_CONTROL_FLUSH_ENABLE; in mark_available()
840 PIPE_CONTROL_FLUSH_ENABLE); in set_predicate_for_result()
Dcrocus_context.h252 PIPE_CONTROL_FLUSH_ENABLE = (1 << 18), enumerator
Dcrocus_state.c7885 PIPE_CONTROL_FLUSH_ENABLE);
8838 (flags & PIPE_CONTROL_FLUSH_ENABLE) ? "PipeCon " : "",
8866 pc.PipeControlFlushEnable = flags & PIPE_CONTROL_FLUSH_ENABLE;