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/
H A 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/
H A Dfd3_query.c119 .get_sample = occlusion_get_sample,
125 .get_sample = occlusion_get_sample,
131 .get_sample = occlusion_get_sample,
/third_party/ffmpeg/libavcodec/
H A Dttaenc.c69 static int32_t get_sample(const AVFrame *frame, int sample, in get_sample() function
115 value = get_sample(frame, samples++, avctx->sample_fmt); in tta_encode_frame()
119 value = res = get_sample(frame, samples, avctx->sample_fmt) - value; in tta_encode_frame()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query_hw.c42 get_sample(struct fd_batch *batch, struct fd_ringbuffer *ring,
53 ctx->hw_sample_providers[idx]->get_sample(batch, ring);
92 hq->period->start = get_sample(batch, ring, hq->base.type);
107 hq->period->end = get_sample(batch, ring, hq->base.type);
H A Dfreedreno_query_hw.h77 * at least once before the first ->get_sample() in a batch.
84 struct fd_hw_sample *(*get_sample)(struct fd_batch *batch,

Completed in 3 milliseconds