Home
last modified time | relevance | path

Searched refs:perfcnt_offset (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/intel/perf/
Dintel_perf_setup.h54 query->perfcnt_offset = query->c_offset + 8; in hsw_query_alloc()
55 query->rpstat_offset = query->perfcnt_offset + 2; in hsw_query_alloc()
70 query->perfcnt_offset = query->c_offset + 8; in bdw_query_alloc()
71 query->rpstat_offset = query->perfcnt_offset + 2; in bdw_query_alloc()
Dintel_perf_mdapi.c57 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()
81 mdapi_data->PerfCounter1 = result->accumulator[query->perfcnt_offset + 0]; in intel_perf_query_result_write_mdapi()
82 mdapi_data->PerfCounter2 = result->accumulator[query->perfcnt_offset + 1]; in intel_perf_query_result_write_mdapi()
115 mdapi_data->PerfCounter1 = result->accumulator[query->perfcnt_offset + 0]; in intel_perf_query_result_write_mdapi()
116 mdapi_data->PerfCounter2 = result->accumulator[query->perfcnt_offset + 1]; in intel_perf_query_result_write_mdapi()
366 query->perfcnt_offset = copy_query->perfcnt_offset; in intel_perf_register_mdapi_oa_query()
Dintel_perf.h255 int perfcnt_offset; member
Dintel_perf.c1163 result->accumulator[query->perfcnt_offset + i] = v0 > v1 ? in intel_perf_query_result_read_perfcnts()
1176 return query->perfcnt_offset + index; in query_accumulator_offset()