Home
last modified time | relevance | path

Searched refs:PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
DgenX_pipe_control.c271 assert((flags & PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET) == 0); in genX()
478 flags & PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET; in genX()
Dbrw_pipe_control.h46 PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET = (1 << 5), enumerator
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.h239 PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET = (1 << 5), enumerator
Dcrocus_state.c8648 assert((flags & PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET) == 0);
8846 (flags & PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET) ?
8866 flags & PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET;
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.h319 PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET = (1 << 5), enumerator
Diris_state.c7644 assert((flags & PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET) == 0); in iris_emit_raw_pipe_control()
7828 (flags & PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET) ? in iris_emit_raw_pipe_control()
7855 flags & PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET; in iris_emit_raw_pipe_control()