Home
last modified time | relevance | path

Searched refs:PIPE_CONTROL_PSS_STALL_SYNC (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_clear.c266 PIPE_CONTROL_PSS_STALL_SYNC); in fast_clear_color()
295 PIPE_CONTROL_PSS_STALL_SYNC); in fast_clear_color()
Diris_context.h359 PIPE_CONTROL_PSS_STALL_SYNC = (1 << 27), enumerator
Diris_state.c8138 (flags & PIPE_CONTROL_PSS_STALL_SYNC) ? "PSS " : "", in iris_emit_raw_pipe_control()
8153 pc.PSSStallSyncEnable = flags & PIPE_CONTROL_PSS_STALL_SYNC; in iris_emit_raw_pipe_control()