Searched refs:PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_pipe_control.h46 PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET = (1 << 5), enumerator in enum:pipe_control_flags
H A DgenX_pipe_control.c268 assert((flags & PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET) == 0);
474 flags & PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_pipe_control.h46 PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET = (1 << 5), enumerator in enum:pipe_control_flags
H A DgenX_pipe_control.c271 assert((flags & PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET) == 0);
478 flags & PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_context.h197 PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET = (1 << 5), enumerator in enum:pipe_control_flags
H A Diris_state.c6121 assert((flags & PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET) == 0);
6284 flags & PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_context.h239 PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET = (1 << 5), enumerator in enum:pipe_control_flags
H A 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;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_context.h319 PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET = (1 << 5), enumerator in enum:pipe_control_flags
H A Diris_state.c7645 assert((flags & PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET) == 0);
7829 (flags & PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET) ?
7856 flags & PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET;

Completed in 236 milliseconds