Searched refs:get_sample (Results 1 - 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_query.c243 .get_sample = occlusion_get_sample,
250 .get_sample = occlusion_get_sample,
258 .get_sample = time_elapsed_get_sample,
272 .get_sample = time_elapsed_get_sample,
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_query.c123 .get_sample = occlusion_get_sample,
130 .get_sample = occlusion_get_sample,
/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
H A Dstat.c2064 src = get_sample(iolog, iolog->pending, i);
2065 dst = get_sample(iolog, cur_log, i);
2134 s = get_sample(iolog, cur_log, cur_log->nr_samples);
H A Dserver.c1744 s = get_sample(log, cur_log, i);
1953 struct io_sample *s = get_sample(log, cur_log, i);

Completed in 207 milliseconds