Searched refs:perfcntr (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/freedreno/computerator/ |
H A D | main.c | 103 {"perfcntr", required_argument, 0, 'p'}, {0, 0, 0, 0}}; 116 " -p, --perfcntr=LIST sample specified performance counters " in usage() 130 setup_counter(const char *name, struct perfcntr *c) in setup_counter() 152 * And initialize the perfcntr struct, pulling together the info in setup_counter() 169 static struct perfcntr * 173 struct perfcntr *counters = NULL; in parse_perfcntrs() 204 struct perfcntr *perfcntrs = NULL; in main()
|
H A D | main.h | 50 struct perfcntr { struct 72 void (*set_perfcntrs)(struct backend *b, const struct perfcntr *perfcntrs,
|
H A D | a6xx.c | 49 const struct perfcntr *perfcntrs; 452 const struct perfcntr *counter = &a6xx_backend->perfcntrs[i]; in a6xx_emit_grid() 462 const struct perfcntr *counter = &a6xx_backend->perfcntrs[i]; in a6xx_emit_grid() 482 const struct perfcntr *counter = &a6xx_backend->perfcntrs[i]; in a6xx_emit_grid() 506 a6xx_set_perfcntrs(struct backend *b, const struct perfcntr *perfcntrs, in a6xx_set_perfcntrs()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | fd2_query.c | 58 * batch_query API design. On perfcntr query tracks N query_types, 151 static const struct fd_acc_sample_provider perfcntr = { variable 185 /* verify valid query_type, ie. is it actually a perfcntr? */ in fd2_create_batch_query() 220 q = fd_acc_create_query2(ctx, 0, 0, &perfcntr); in fd2_create_batch_query()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_query.c | 252 * batch_query API design. On perfcntr query tracks N query_types, 359 static const struct fd_acc_sample_provider perfcntr = { variable 393 /* verify valid query_type, ie. is it actually a perfcntr? */ in fd5_create_batch_query() 428 q = fd_acc_create_query2(ctx, 0, 0, &perfcntr); in fd5_create_batch_query()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_query.c | 457 * batch_query API design. On perfcntr query tracks N query_types, 564 static const struct fd_acc_sample_provider perfcntr = { variable 598 /* verify valid query_type, ie. is it actually a perfcntr? */ in fd6_create_batch_query() 633 q = fd_acc_create_query2(ctx, 0, 0, &perfcntr); in fd6_create_batch_query()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_query.c | 86 struct perfcntr_query_slot perfcntr; member
|
Completed in 7 milliseconds