Home
last modified time | relevance | path

Searched refs:record_timestamp (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_trace_gallium.c64 u_trace_record_ts record_timestamp, in u_trace_pipe_context_init() argument
71 record_timestamp, in u_trace_pipe_context_init()
Du_trace_gallium.h41 u_trace_record_ts record_timestamp,
/third_party/mesa3d/src/util/perf/
Du_trace.h142 u_trace_record_ts record_timestamp; member
198 u_trace_record_ts record_timestamp,
Du_trace.c400 u_trace_record_ts record_timestamp, in u_trace_context_init() argument
407 utctx->record_timestamp = record_timestamp; in u_trace_context_init()
768 ut->utctx->record_timestamp(ut, cs, chunk->timestamps, tp_idx, tp->end_of_pipe); in u_trace_append()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_query.c209 record_timestamp(struct fd_ringbuffer *ring, struct fd_bo *bo, unsigned offset) in record_timestamp() function
655 ctx->record_timestamp = record_timestamp; in fd6_query_context_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.h506 void (*record_timestamp)(struct fd_ringbuffer *ring, struct fd_bo *bo, member
Dfreedreno_context.c466 batch->ctx->record_timestamp(ring, fd_resource(buffer)->bo, ts_offset); in fd_trace_record_ts()