Home
last modified time | relevance | path

Searched refs:gen_perf_query_add_basic_stat_reg (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/perf/
Dgen_perf_mdapi.c144 gen_perf_query_add_basic_stat_reg(query, IA_VERTICES_COUNT, in gen_perf_register_mdapi_statistic_query()
146 gen_perf_query_add_basic_stat_reg(query, IA_PRIMITIVES_COUNT, in gen_perf_register_mdapi_statistic_query()
148 gen_perf_query_add_basic_stat_reg(query, VS_INVOCATION_COUNT, in gen_perf_register_mdapi_statistic_query()
150 gen_perf_query_add_basic_stat_reg(query, GS_INVOCATION_COUNT, in gen_perf_register_mdapi_statistic_query()
152 gen_perf_query_add_basic_stat_reg(query, GS_PRIMITIVES_COUNT, in gen_perf_register_mdapi_statistic_query()
154 gen_perf_query_add_basic_stat_reg(query, CL_INVOCATION_COUNT, in gen_perf_register_mdapi_statistic_query()
156 gen_perf_query_add_basic_stat_reg(query, CL_PRIMITIVES_COUNT, in gen_perf_register_mdapi_statistic_query()
163 gen_perf_query_add_basic_stat_reg(query, PS_INVOCATION_COUNT, in gen_perf_register_mdapi_statistic_query()
166 gen_perf_query_add_basic_stat_reg(query, HS_INVOCATION_COUNT, in gen_perf_register_mdapi_statistic_query()
168 gen_perf_query_add_basic_stat_reg(query, DS_INVOCATION_COUNT, in gen_perf_register_mdapi_statistic_query()
[all …]
Dgen_perf.c503 gen_perf_query_add_basic_stat_reg(query, IA_VERTICES_COUNT, in load_pipeline_statistic_metrics()
505 gen_perf_query_add_basic_stat_reg(query, IA_PRIMITIVES_COUNT, in load_pipeline_statistic_metrics()
507 gen_perf_query_add_basic_stat_reg(query, VS_INVOCATION_COUNT, in load_pipeline_statistic_metrics()
544 gen_perf_query_add_basic_stat_reg(query, HS_INVOCATION_COUNT, in load_pipeline_statistic_metrics()
546 gen_perf_query_add_basic_stat_reg(query, DS_INVOCATION_COUNT, in load_pipeline_statistic_metrics()
549 gen_perf_query_add_basic_stat_reg(query, GS_INVOCATION_COUNT, in load_pipeline_statistic_metrics()
551 gen_perf_query_add_basic_stat_reg(query, GS_PRIMITIVES_COUNT, in load_pipeline_statistic_metrics()
554 gen_perf_query_add_basic_stat_reg(query, CL_INVOCATION_COUNT, in load_pipeline_statistic_metrics()
556 gen_perf_query_add_basic_stat_reg(query, CL_PRIMITIVES_COUNT, in load_pipeline_statistic_metrics()
564 gen_perf_query_add_basic_stat_reg(query, PS_INVOCATION_COUNT, in load_pipeline_statistic_metrics()
[all …]
Dgen_perf_private.h62 gen_perf_query_add_basic_stat_reg(struct gen_perf_query_info *query, in gen_perf_query_add_basic_stat_reg() function