Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.h239 PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET = (1 << 5), enumerator
Dcrocus_state.c8655 assert((flags & PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET) == 0);
8853 (flags & PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET) ?
8873 flags & PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET;
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.h337 PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET = (1 << 5), enumerator
Diris_state.c7946 assert((flags & PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET) == 0); in iris_emit_raw_pipe_control()
8130 (flags & PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET) ? in iris_emit_raw_pipe_control()
8167 flags & PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET; in iris_emit_raw_pipe_control()