HomeSort by relevance Sort by last modified time
    Searched defs:get_sample (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_query_hw.h 80 * at least once before the first ->get_sample() in a batch.
87 struct fd_hw_sample *(*get_sample)(struct fd_batch *batch, member in struct:fd_hw_sample_provider
freedreno_query_hw.c 64 get_sample(struct fd_batch *batch, struct fd_ringbuffer *ring, function
75 ctx->sample_providers[idx]->get_sample(batch, ring);
113 hq->period->start = get_sample(batch, ring, hq->base.type);
127 hq->period->end = get_sample(batch, ring, hq->base.type);
  /external/linux-kselftest/tools/testing/selftests/timers/
freq-step.c 56 static double get_sample(struct sample *sample) function
177 get_sample(&samples[i]);
232 precision = get_sample(&sample) / 2.0;
  /external/fio/
iolog.h 178 static inline struct io_sample *get_sample(struct io_log *iolog, function

Completed in 393 milliseconds