Home
last modified time | relevance | path

Searched refs:PIPE_CONTROL_NOTIFY_ENABLE (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.h251 PIPE_CONTROL_NOTIFY_ENABLE = (1 << 17), enumerator
Dcrocus_state.c8731 (flags & (PIPE_CONTROL_NOTIFY_ENABLE |
8852 (flags & PIPE_CONTROL_NOTIFY_ENABLE) ? "Notify " : "",
8892 pc.NotifyEnable = flags & PIPE_CONTROL_NOTIFY_ENABLE;
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.h349 PIPE_CONTROL_NOTIFY_ENABLE = (1 << 17), enumerator
Diris_state.c8024 (flags & (PIPE_CONTROL_NOTIFY_ENABLE | in iris_emit_raw_pipe_control()
8129 (flags & PIPE_CONTROL_NOTIFY_ENABLE) ? "Notify " : "", in iris_emit_raw_pipe_control()
8187 pc.NotifyEnable = flags & PIPE_CONTROL_NOTIFY_ENABLE; in iris_emit_raw_pipe_control()