Searched refs:get_sample (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_query.c | 241 .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 D | fd3_query.c | 119 .get_sample = occlusion_get_sample, 125 .get_sample = occlusion_get_sample, 131 .get_sample = occlusion_get_sample,
|
/third_party/ffmpeg/libavcodec/ |
H A D | ttaenc.c | 69 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 D | freedreno_query_hw.c | 42 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 D | freedreno_query_hw.h | 77 * 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