Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_pipe_control.c358 (flags & (PIPE_CONTROL_NOTIFY_ENABLE | in genX()
494 pc.NotifyEnable = flags & PIPE_CONTROL_NOTIFY_ENABLE; in genX()
Dbrw_pipe_control.h58 PIPE_CONTROL_NOTIFY_ENABLE = (1 << 17), enumerator
/external/mesa3d/src/gallium/drivers/iris/
Diris_context.h312 PIPE_CONTROL_NOTIFY_ENABLE = (1 << 17), enumerator
Diris_state.c7433 (flags & (PIPE_CONTROL_NOTIFY_ENABLE | in iris_emit_raw_pipe_control()
7537 (flags & PIPE_CONTROL_NOTIFY_ENABLE) ? "Notify " : "", in iris_emit_raw_pipe_control()
7581 pc.NotifyEnable = flags & PIPE_CONTROL_NOTIFY_ENABLE; in iris_emit_raw_pipe_control()