Searched refs:get_sample (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_query.c | 243 .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/ |
D | fd3_query.c | 123 .get_sample = occlusion_get_sample, 130 .get_sample = occlusion_get_sample,
|
/external/linux-kselftest/tools/testing/selftests/timers/ |
D | freq-step.c | 56 static double get_sample(struct sample *sample) in get_sample() function 177 get_sample(&samples[i]); in run_test() 232 precision = get_sample(&sample) / 2.0; in init_test()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_query_hw.c | 64 get_sample(struct fd_batch *batch, struct fd_ringbuffer *ring, in get_sample() function 75 ctx->sample_providers[idx]->get_sample(batch, ring); in get_sample() 113 hq->period->start = get_sample(batch, ring, hq->base.type); in resume_query() 127 hq->period->end = get_sample(batch, ring, hq->base.type); in pause_query()
|
D | freedreno_query_hw.h | 87 struct fd_hw_sample *(*get_sample)(struct fd_batch *batch, member
|
/external/fio/ |
D | iolog.h | 178 static inline struct io_sample *get_sample(struct io_log *iolog, in get_sample() function
|
D | stat.c | 2064 src = get_sample(iolog, iolog->pending, i); in regrow_log() 2065 dst = get_sample(iolog, cur_log, i); in regrow_log() 2134 s = get_sample(iolog, cur_log, cur_log->nr_samples); in __add_log_sample()
|
D | server.c | 1744 s = get_sample(log, cur_log, i); in __fio_append_iolog_gz_hist() 1953 struct io_sample *s = get_sample(log, cur_log, i); in fio_send_iolog()
|