Home
last modified time | relevance | path

Searched refs:last_timestamp (Results 1 – 6 of 6) sorted by relevance

/external/libdrm/freedreno/kgsl/
Dkgsl_ringbuffer.c154 ring->last_timestamp = req.timestamp; in kgsl_ringbuffer_flush()
187 if (ring->last_timestamp) in kgsl_ringbuffer_destroy()
188 fd_pipe_wait(ring->pipe, ring->last_timestamp); in kgsl_ringbuffer_destroy()
/external/libdrm/freedreno/
Dfreedreno_ringbuffer.h48 uint32_t last_timestamp; member
Dfreedreno_ringbuffer.c91 return ring->last_timestamp; in fd_ringbuffer_timestamp()
/external/v8/tools/profviz/
Dcomposer.js218 var last_timestamp = 0;
223 assert(int_timestamp >= last_timestamp, "Inconsistent timestamps.");
224 last_timestamp = int_timestamp;
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-script.c23 static u64 last_timestamp; variable
514 if (sample->time < last_timestamp) { in process_sample_event()
516 " this: %" PRIu64 "\n", last_timestamp, in process_sample_event()
520 last_timestamp = sample->time; in process_sample_event()
/external/libdrm/freedreno/msm/
Dmsm_ringbuffer.c236 target_ring->last_timestamp = req.fence; in msm_ringbuffer_flush()