Searched refs:fd_hw_sample (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_query_hw.h | 60 * fd_hw_sample: 85 struct fd_hw_sample *(*get_sample)(struct fd_batch *batch, 94 struct fd_hw_sample { struct 141 struct fd_hw_sample * fd_hw_sample_init(struct fd_batch *batch, uint32_t size); 143 void __fd_hw_sample_destroy(struct fd_context *ctx, struct fd_hw_sample *samp); 156 struct fd_hw_sample **ptr, struct fd_hw_sample *samp) 158 struct fd_hw_sample *old_samp = *ptr;
|
| H A D | freedreno_query_hw.c | 37 struct fd_hw_sample *start, *end; 41 static struct fd_hw_sample * 46 struct fd_hw_sample *samp = NULL; 52 struct fd_hw_sample *new_samp = 55 util_dynarray_append(&batch->samples, struct fd_hw_sample *, new_samp); 172 static void * sampptr(struct fd_hw_sample *samp, uint32_t n, void *ptr) 229 struct fd_hw_sample *start = period->start; 230 struct fd_hw_sample *end = period->end; 296 struct fd_hw_sample * 299 struct fd_hw_sample *sam [all...] |
| H A D | freedreno_batch.h | 60 struct fd_hw_sample; 196 struct fd_hw_sample *sample_cache[MAX_HW_SAMPLE_PROVIDERS];
|
| H A D | freedreno_batch.c | 183 struct fd_hw_sample *samp = 184 util_dynarray_pop(&batch->samples, struct fd_hw_sample *);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_query_hw.h | 59 * fd_hw_sample: 84 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, 155 struct fd_hw_sample *samp) 157 struct fd_hw_sample *old_samp = *ptr;
|
| H A D | freedreno_query_hw.c | 37 struct fd_hw_sample *start, *end; 41 static struct fd_hw_sample * 46 struct fd_hw_sample *samp = NULL; 52 struct fd_hw_sample *new_samp = 55 util_dynarray_append(&batch->samples, struct fd_hw_sample *, new_samp); 179 sampptr(struct fd_hw_sample *samp, uint32_t n, void *ptr) 204 struct fd_hw_sample *start = period->start; 205 ASSERTED struct fd_hw_sample *end = period->end; 291 struct fd_hw_sample * 294 struct fd_hw_sample *sam [all...] |
| H A D | freedreno_batch.c | 221 struct fd_hw_sample *samp = 222 util_dynarray_pop(&batch->samples, struct fd_hw_sample *);
|
| H A D | freedreno_batch.h | 231 struct fd_hw_sample *sample_cache[MAX_HW_SAMPLE_PROVIDERS];
|
| H A D | freedreno_context.h | 195 struct fd_hw_sample; 233 /* slabs for fd_hw_sample and fd_hw_sample_period allocations: */
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_query.c | 46 static struct fd_hw_sample * 49 struct fd_hw_sample *samp =
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_query.c | 46 static struct fd_hw_sample * 49 struct fd_hw_sample *samp =
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_query.c | 48 static struct fd_hw_sample * 51 struct fd_hw_sample *samp = 124 static struct fd_hw_sample * 127 struct fd_hw_sample *samp = fd_hw_sample_init(batch, sizeof(uint64_t));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_query.c | 47 static struct fd_hw_sample * 50 struct fd_hw_sample *samp = 125 static struct fd_hw_sample * 129 struct fd_hw_sample *samp = fd_hw_sample_init(batch, sizeof(uint64_t));
|
Completed in 15 milliseconds