Home
last modified time | relevance | path

Searched defs:PIPE_CONTROL_FLUSH_ENABLE (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_pipe_control.h59 PIPE_CONTROL_FLUSH_ENABLE = (1 << 18), enumerator
/external/mesa3d/src/gallium/drivers/iris/
Diris_context.h313 PIPE_CONTROL_FLUSH_ENABLE = (1 << 18), enumerator
/external/igt-gpu-tools/tests/
Dperf.c74 #define PIPE_CONTROL_FLUSH_ENABLE (1 << 7) /* Gen7+ only */ macro