Searched defs:get_sample (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query_hw.h80 * 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
H A Dfreedreno_query_hw.c64 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/
H A Dfreq-step.c56 static double get_sample(struct sample *sample) function
177 get_sample(&samples[i]);
232 precision = get_sample(&sample) / 2.0;
/external/fio/
H A Diolog.h178 static inline struct io_sample *get_sample(struct io_log *iolog, function

Completed in 1126 milliseconds