Home
last modified time | relevance | path

Searched refs:fd_hw_sample (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_hw.h84 struct fd_hw_sample *(*get_sample)(struct fd_batch *batch,
92 struct fd_hw_sample { struct
138 struct fd_hw_sample *fd_hw_sample_init(struct fd_batch *batch, uint32_t size);
140 void __fd_hw_sample_destroy(struct fd_context *ctx, struct fd_hw_sample *samp);
154 fd_hw_sample_reference(struct fd_context *ctx, struct fd_hw_sample **ptr, in fd_hw_sample_reference()
155 struct fd_hw_sample *samp) in fd_hw_sample_reference()
157 struct fd_hw_sample *old_samp = *ptr; in fd_hw_sample_reference()
Dfreedreno_query_hw.c37 struct fd_hw_sample *start, *end;
41 static struct fd_hw_sample *
46 struct fd_hw_sample *samp = NULL; in get_sample()
52 struct fd_hw_sample *new_samp = in get_sample()
55 util_dynarray_append(&batch->samples, struct fd_hw_sample *, new_samp); in get_sample()
179 sampptr(struct fd_hw_sample *samp, uint32_t n, void *ptr) in sampptr()
204 struct fd_hw_sample *start = period->start; in fd_hw_get_query_result()
205 ASSERTED struct fd_hw_sample *end = period->end; in fd_hw_get_query_result()
291 struct fd_hw_sample *
294 struct fd_hw_sample *samp = slab_alloc_st(&batch->ctx->sample_pool); in fd_hw_sample_init()
[all …]
Dfreedreno_batch.c215 struct fd_hw_sample *samp = in batch_fini()
216 util_dynarray_pop(&batch->samples, struct fd_hw_sample *); in batch_fini()
Dfreedreno_batch.h231 struct fd_hw_sample *sample_cache[MAX_HW_SAMPLE_PROVIDERS];
Dfreedreno_context.h195 struct fd_hw_sample;
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_query.c47 static struct fd_hw_sample *
50 struct fd_hw_sample *samp = in occlusion_get_sample()
125 static struct fd_hw_sample *
129 struct fd_hw_sample *samp = fd_hw_sample_init(batch, sizeof(uint64_t)); in time_elapsed_get_sample()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_query.c46 static struct fd_hw_sample *
49 struct fd_hw_sample *samp = in occlusion_get_sample()