Searched refs:PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET (Results 1 – 5 of 5) sorted by relevance
269 assert((flags & PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET) == 0); in genX()475 flags & PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET; in genX()
46 PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET = (1 << 5), enumerator
300 PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET = (1 << 5), enumerator
7338 assert((flags & PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET) == 0); in iris_emit_raw_pipe_control()7538 (flags & PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET) ? in iris_emit_raw_pipe_control()7565 flags & PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET; in iris_emit_raw_pipe_control()
60 #define PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET (1 << 19) macro