Home
last modified time | relevance | path

Searched refs:get_sample (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_query.c241 .get_sample = occlusion_get_sample,
247 .get_sample = occlusion_get_sample,
253 .get_sample = occlusion_get_sample,
261 .get_sample = time_elapsed_get_sample,
275 .get_sample = time_elapsed_get_sample,
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_query.c119 .get_sample = occlusion_get_sample,
125 .get_sample = occlusion_get_sample,
131 .get_sample = occlusion_get_sample,
/third_party/ffmpeg/libavcodec/
Dttaenc.c67 static int32_t get_sample(const AVFrame *frame, int sample, in get_sample() function
113 value = get_sample(frame, samples++, avctx->sample_fmt); in tta_encode_frame()
117 value = res = get_sample(frame, samples, avctx->sample_fmt) - value; in tta_encode_frame()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_hw.c42 get_sample(struct fd_batch *batch, struct fd_ringbuffer *ring, in get_sample() function
53 ctx->hw_sample_providers[idx]->get_sample(batch, ring); in get_sample()
92 hq->period->start = get_sample(batch, ring, hq->base.type); in resume_query()
107 hq->period->end = get_sample(batch, ring, hq->base.type); in pause_query()
Dfreedreno_query_hw.h84 struct fd_hw_sample *(*get_sample)(struct fd_batch *batch, member