Home
last modified time | relevance | path

Searched refs:perfcntr (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/freedreno/computerator/
H A Dmain.c103 {"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 Dmain.h50 struct perfcntr { struct
72 void (*set_perfcntrs)(struct backend *b, const struct perfcntr *perfcntrs,
H A Da6xx.c49 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 Dfd2_query.c58 * 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 Dfd5_query.c252 * 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 Dfd6_query.c457 * 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 Dtu_query.c86 struct perfcntr_query_slot perfcntr; member

Completed in 7 milliseconds