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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_query.c121 .get_sample = occlusion_get_sample,
128 .get_sample = occlusion_get_sample,
135 .get_sample = occlusion_get_sample,
/xsrc/external/mit/MesaLib/dist/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,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_query.c242 .get_sample = occlusion_get_sample,
249 .get_sample = occlusion_get_sample,
256 .get_sample = occlusion_get_sample,
264 .get_sample = time_elapsed_get_sample,
278 .get_sample = time_elapsed_get_sample,
/xsrc/external/mit/MesaLib/dist/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,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_hw.h78 * at least once before the first ->get_sample() in a batch.
85 struct fd_hw_sample *(*get_sample)(struct fd_batch *batch, member in struct:fd_hw_sample_provider
H A Dfreedreno_query_hw.c42 get_sample(struct fd_batch *batch, struct fd_ringbuffer *ring, function in typeref:struct:fd_hw_sample *
53 ctx->hw_sample_providers[idx]->get_sample(batch, ring);
91 hq->period->start = get_sample(batch, ring, hq->base.type);
105 hq->period->end = get_sample(batch, ring, hq->base.type);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
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, member in struct:fd_hw_sample_provider
H A Dfreedreno_query_hw.c42 get_sample(struct fd_batch *batch, struct fd_ringbuffer *ring, function in typeref:struct:fd_hw_sample *
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);

Completed in 13 milliseconds