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.h140 u_trace_record_ts record_timestamp; member
192 u_trace_record_ts record_timestamp,
Du_trace.c261 u_trace_record_ts record_timestamp, in u_trace_context_init() argument
268 utctx->record_timestamp = record_timestamp; in u_trace_context_init()
569 ut->utctx->record_timestamp(ut, cs, chunk->timestamps, chunk->num_traces); in u_trace_append()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_query.c203 record_timestamp(struct fd_ringbuffer *ring, struct fd_bo *bo, unsigned offset) in record_timestamp() function
649 ctx->record_timestamp = record_timestamp; in fd6_query_context_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.h503 void (*record_timestamp)(struct fd_ringbuffer *ring, struct fd_bo *bo, member
Dfreedreno_context.c462 batch->ctx->record_timestamp(ring, fd_resource(buffer)->bo, ts_offset); in fd_trace_record_ts()