Home
last modified time | relevance | path

Searched refs:PIPE_CONTROL_WRITE_TIMESTAMP (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_pipe_control.c37 if (flags & PIPE_CONTROL_WRITE_TIMESTAMP) in flags_to_post_sync_op()
51 PIPE_CONTROL_WRITE_TIMESTAMP | in get_post_sync_flags()
199 PIPE_CONTROL_WRITE_TIMESTAMP))); in genX()
452 PIPE_CONTROL_WRITE_TIMESTAMP | in genX()
Dbrw_pipe_control.h52 PIPE_CONTROL_WRITE_TIMESTAMP = (1 << 11), enumerator
Dbrw_queryobj.c88 uint32_t flags = PIPE_CONTROL_WRITE_TIMESTAMP; in brw_write_timestamp()
/external/igt-gpu-tools/tests/i915/
Dgem_pipe_control_store_loop.c54 #define PIPE_CONTROL_WRITE_TIMESTAMP (3<<14) macro
/external/mesa3d/src/gallium/drivers/iris/
Diris_context.h306 PIPE_CONTROL_WRITE_TIMESTAMP = (1 << 11), enumerator
Diris_query.c204 PIPE_CONTROL_WRITE_TIMESTAMP, in write_value()
Diris_state.c7130 if (flags & PIPE_CONTROL_WRITE_TIMESTAMP) in flags_to_post_sync_op()
7144 PIPE_CONTROL_WRITE_TIMESTAMP | in get_post_sync_flags()
7280 PIPE_CONTROL_WRITE_TIMESTAMP))); in iris_emit_raw_pipe_control()
7501 PIPE_CONTROL_WRITE_TIMESTAMP | in iris_emit_raw_pipe_control()
7544 (flags & PIPE_CONTROL_WRITE_TIMESTAMP) ? "WriteTimestamp " : "", in iris_emit_raw_pipe_control()
/external/igt-gpu-tools/tests/
Dperf.c67 #define PIPE_CONTROL_WRITE_TIMESTAMP (3 << 14) macro
2868 PIPE_CONTROL_WRITE_TIMESTAMP); in emit_stall_timestamp_and_rpc()