Searched refs:mdapi_data (Results 1 – 2 of 2) sorted by relevance
42 struct gfx7_mdapi_metrics *mdapi_data = (struct gfx7_mdapi_metrics *) data; in intel_perf_query_result_write_mdapi() local44 if (data_size < sizeof(*mdapi_data)) in intel_perf_query_result_write_mdapi()49 for (int i = 0; i < ARRAY_SIZE(mdapi_data->ACounters); i++) in intel_perf_query_result_write_mdapi()50 mdapi_data->ACounters[i] = result->accumulator[1 + i]; in intel_perf_query_result_write_mdapi()52 for (int i = 0; i < ARRAY_SIZE(mdapi_data->NOACounters); i++) { in intel_perf_query_result_write_mdapi()53 mdapi_data->NOACounters[i] = in intel_perf_query_result_write_mdapi()54 result->accumulator[1 + ARRAY_SIZE(mdapi_data->ACounters) + i]; in intel_perf_query_result_write_mdapi()57 mdapi_data->PerfCounter1 = result->accumulator[query->perfcnt_offset + 0]; in intel_perf_query_result_write_mdapi()58 mdapi_data->PerfCounter2 = result->accumulator[query->perfcnt_offset + 1]; in intel_perf_query_result_write_mdapi()60 mdapi_data->ReportsCount = result->reports_accumulated; in intel_perf_query_result_write_mdapi()[all …]
143 struct gfx8_mdapi_metrics *mdapi_data = data; in intel_perf_query_mdapi_write_marker() local144 mdapi_data->MarkerUser = value; in intel_perf_query_mdapi_write_marker()151 struct gfx9_mdapi_metrics *mdapi_data = data; in intel_perf_query_mdapi_write_marker() local152 mdapi_data->MarkerUser = value; in intel_perf_query_mdapi_write_marker()