Searched refs:accumulator (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/perf/
H A Dgen_perf_mdapi.c45 mdapi_data->ACounters[i] = result->accumulator[1 + i];
49 result->accumulator[1 + ARRAY_SIZE(mdapi_data->ACounters) + i];
54 gen_device_info_timebase_scale(devinfo, result->accumulator[0]);
66 mdapi_data->OaCntr[i] = result->accumulator[2 + i];
69 result->accumulator[2 + ARRAY_SIZE(mdapi_data->OaCntr) + i];
75 gen_device_info_timebase_scale(devinfo, result->accumulator[0]);
76 mdapi_data->GPUTicks = result->accumulator[1];
94 mdapi_data->OaCntr[i] = result->accumulator[2 + i];
97 result->accumulator[2 + ARRAY_SIZE(mdapi_data->OaCntr) + i];
103 gen_device_info_timebase_scale(devinfo, result->accumulator[
[all...]
H A Dgen_perf.c430 uint64_t *accumulator)
432 *accumulator += (uint32_t)(*report1 - *report0);
440 uint64_t *accumulator)
455 *accumulator += delta;
525 accumulate_uint32(start + 1, end + 1, result->accumulator + idx++); /* timestamp */
526 accumulate_uint32(start + 3, end + 3, result->accumulator + idx++); /* clock */
530 accumulate_uint40(i, start, end, result->accumulator + idx++);
534 accumulate_uint32(start + 36 + i, end + 36 + i, result->accumulator + idx++);
538 accumulate_uint32(start + 48 + i, end + 48 + i, result->accumulator + idx++);
542 accumulate_uint32(start + 1, end + 1, result->accumulator); /* timestam
428 accumulate_uint32(const uint32_t * report0,const uint32_t * report1,uint64_t * accumulator) argument
437 accumulate_uint40(int a_index,const uint32_t * report0,const uint32_t * report1,uint64_t * accumulator) argument
[all...]
H A Dgen_perf.h81 uint64_t accumulator[MAX_OA_REPORT_COUNTERS]; member in struct:gen_perf_query_result
117 const uint64_t *accumulator);
120 const uint64_t *accumulator);
147 /* For indexing into the accumulator[] ... */
/xsrc/external/mit/MesaLib/dist/src/intel/perf/
H A Dintel_perf_mdapi.c50 mdapi_data->ACounters[i] = result->accumulator[1 + i];
54 result->accumulator[1 + ARRAY_SIZE(mdapi_data->ACounters) + i];
57 mdapi_data->PerfCounter1 = result->accumulator[query->perfcnt_offset + 0];
58 mdapi_data->PerfCounter2 = result->accumulator[query->perfcnt_offset + 1];
62 intel_device_info_timebase_scale(devinfo, result->accumulator[0]);
75 mdapi_data->OaCntr[i] = result->accumulator[2 + i];
78 result->accumulator[2 + ARRAY_SIZE(mdapi_data->OaCntr) + i];
81 mdapi_data->PerfCounter1 = result->accumulator[query->perfcnt_offset + 0];
82 mdapi_data->PerfCounter2 = result->accumulator[query->perfcnt_offset + 1];
87 intel_device_info_timebase_scale(devinfo, result->accumulator[
[all...]
H A Dintel_perf.c941 uint64_t *accumulator)
943 *accumulator += (uint32_t)(*report1 - *report0);
951 uint64_t *accumulator)
966 *accumulator += delta;
1048 result->accumulator + query->gpu_time_offset); /* timestamp */
1050 result->accumulator + query->gpu_clock_offset); /* clock */
1055 result->accumulator + query->a_offset + i);
1061 result->accumulator + query->a_offset + 32 + i);
1068 result->accumulator + query->b_offset + i);
1074 result->accumulator
939 accumulate_uint32(const uint32_t * report0,const uint32_t * report1,uint64_t * accumulator) argument
948 accumulate_uint40(int a_index,const uint32_t * report0,const uint32_t * report1,uint64_t * accumulator) argument
[all...]
H A Dintel_perf.h137 uint64_t accumulator[MAX_OA_REPORT_COUNTERS]; member in struct:intel_perf_query_result
236 /* For indexing into the accumulator[] ... */
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.4.rst85 - intel/fs: Teach IR about EOT instruction writing the accumulator implicitly on TGL+.
86 - intel/fs: Fix synchronization of accumulator-clearing W/A move on TGL+.
H A D18.1.4.rst76 - intel/fs: Mark LINTERP opcode as writing accumulator on platforms
H A D11.1.2.rst106 - i965/vec4: Use UW type for multiply into accumulator on GEN8+
H A D8.0.3.rst242 - i965: Avoid explicit accumulator operands in SIMD16 mode on Gen7.
H A D10.3.rst122 i965: Relax accumulator dependency scheduling on Gen < 6
H A D21.2.0.rst2445 - intel/fs: Track single accumulator in scoreboard lowering pass.
2446 - intel/fs: Implement Wa_22012725308 for cross-pipe accumulator data hazard.
2448 - intel/fs: Teach IR about EOT instruction writing the accumulator implicitly on TGL+.
2449 - intel/fs: Fix synchronization of accumulator-clearing W/A move on TGL+.
H A D19.0.0.rst1363 - intel/fs: Don't touch accumulator destination while applying
H A D20.0.0.rst3029 - intel/compiler: Clear accumulator register before EOT
H A D7.10.rst2866 - i965: enable accumulator update in PS kernel too on sandybridge
H A D20.1.0.rst1269 - aco: coalesce v_mad's accumulator with definition's affinities
/xsrc/external/mit/MesaLib.old/src/intel/perf/
H A Dgen_perf_metrics.c45 const uint64_t *accumulator)
48 uint64_t tmp0 = accumulator[query->c_offset + 2];
57 const uint64_t *accumulator)
60 uint64_t tmp0 = accumulator[query->a_offset + 0];
66 double tmp6 = hsw__render_basic__gpu_core_clocks__read(perf, query, accumulator);
76 const uint64_t *accumulator)
79 uint64_t tmp0 = accumulator[query->a_offset + 13];
85 double tmp6 = hsw__render_basic__gpu_core_clocks__read(perf, query, accumulator);
95 const uint64_t *accumulator)
98 uint64_t tmp0 = accumulator[quer
43 hsw__render_basic__gpu_core_clocks__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
55 hsw__render_basic__eu_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
74 hsw__render_basic__ds_eu_stall__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
93 hsw__render_basic__alpha_test_fails__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
105 hsw__render_basic__sampler1_bottleneck__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
121 hsw__render_basic__ds_threads__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
133 hsw__render_basic__ds_eu_active_per_thread__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
148 hsw__render_basic__gs_threads__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
160 hsw__render_basic__gs_eu_stall__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
179 hsw__render_basic__cs_eu_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
198 hsw__render_basic__vs_eu_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
217 hsw__render_basic__hs_eu_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
236 hsw__render_basic__ds_eu_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
255 hsw__render_basic__gs_eu_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
274 hsw__render_basic__ps_eu_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
293 hsw__render_basic__cs_eu_stall__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
312 hsw__render_basic__eu_stall__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
331 hsw__render_basic__vs_eu_stall__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
350 hsw__render_basic__hs_eu_stall__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
369 hsw__render_basic__ps_eu_stall__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
388 hsw__render_basic__gpu_time__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
404 hsw__render_basic__cs_duration__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
456 hsw__render_basic__vs_threads__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
468 hsw__render_basic__ps_threads__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
480 hsw__render_basic__sampler0_busy__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
496 hsw__render_basic__sampler1_busy__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
512 hsw__render_basic__samplers_busy__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
533 hsw__render_basic__ds_duration__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
585 hsw__render_basic__gti_vf_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
598 hsw__render_basic__gti_read_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
611 hsw__render_basic__cs_threads__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
623 hsw__render_basic__cs_eu_active_per_thread__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
638 hsw__render_basic__sampler0_bottleneck__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
654 hsw__render_basic__gs_eu_stall_per_thread__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
669 hsw__render_basic__sampler0_texels__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
682 hsw__render_basic__sampler1_texels__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
695 hsw__render_basic__sampler_texels__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
708 hsw__render_basic__gs_duration__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
760 hsw__render_basic__avg_gpu_core_frequency__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
784 hsw__render_basic__eu_idle__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
797 hsw__render_basic__gti_depth_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
810 hsw__render_basic__gti_write_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
823 hsw__render_basic__ps_eu_stall_per_thread__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
838 hsw__render_basic__gti_l3_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
851 hsw__render_basic__vs_eu_stall_per_thread__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
866 hsw__render_basic__samples_blended__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
880 hsw__render_basic__gpu_busy__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
896 hsw__render_basic__ps_eu_active_per_thread__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
911 hsw__render_basic__early_depth_test_fails__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
923 hsw__render_basic__hs_duration__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
975 hsw__render_basic__ds_eu_stall_per_thread__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
990 hsw__render_basic__gs_eu_active_per_thread__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1005 hsw__render_basic__hs_threads__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1017 hsw__render_basic__hs_eu_stall_per_thread__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1032 hsw__render_basic__samples_killed_in_ps__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1044 hsw__render_basic__post_ps_depth_test_fails__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1057 hsw__render_basic__sampler_bottleneck__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1071 hsw__render_basic__hs_eu_active_per_thread__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1086 hsw__render_basic__ps_duration__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1138 hsw__render_basic__hi_depth_test_fails__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1150 hsw__render_basic__cs_eu_stall_per_thread__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1165 hsw__render_basic__post_ps_stencil_test_fails__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1177 hsw__render_basic__gti_rcc_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1190 hsw__render_basic__l3_sampler_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1207 hsw__render_basic__vs_eu_active_per_thread__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1222 hsw__render_basic__vs_duration__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1274 hsw__render_basic__samples_written__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1298 hsw__compute_basic__typed_bytes_written__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1350 hsw__compute_basic__untyped_bytes_read__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1370 hsw__compute_basic__typed_atomics__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1397 hsw__compute_basic__slm_bytes_read__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1465 hsw__compute_basic__untyped_bytes_written__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1481 hsw__compute_basic__slm_bytes_written__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1549 hsw__compute_basic__typed_bytes_read__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1573 hsw__compute_extended__eu_untyped_writes0__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1585 hsw__compute_extended__untyped_writes0__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1597 hsw__compute_extended__untyped_writes_per_cache_line__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1615 hsw__compute_extended__typed_writes0__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1627 hsw__compute_extended__eu_typed_atomics0__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1639 hsw__compute_extended__typed_atomics0__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1651 hsw__compute_extended__typed_atomics_per_cache_line__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1665 hsw__compute_extended__eu_untyped_reads0__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1677 hsw__compute_extended__eu_untyped_atomics0__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1689 hsw__compute_extended__gpu_clocks__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1705 hsw__compute_extended__eu_typed_writes0__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1717 hsw__compute_extended__typed_writes_per_cache_line__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1731 hsw__compute_extended__eu_typed_reads0__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1743 hsw__compute_extended__eu_urb_atomics0__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1755 hsw__compute_extended__untyped_reads0__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1767 hsw__compute_extended__untyped_reads_per_cache_line__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1785 hsw__compute_extended__typed_reads_per_cache_line__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1799 hsw__memory_reads__gpu_core_clocks__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1811 hsw__memory_reads__eu_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1830 hsw__memory_reads__ds_eu_stall__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1865 hsw__memory_reads__gs_eu_stall__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1888 hsw__memory_reads__llc_read_accesses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1904 hsw__memory_reads__gti_memory_reads__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1936 hsw__memory_reads__avg_gpu_core_frequency__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1963 hsw__memory_reads__ds_eu_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
1986 hsw__memory_reads__hs_eu_stall__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2005 hsw__memory_reads__gpu_busy__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2033 hsw__memory_reads__gs_eu_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2052 hsw__memory_reads__ps_eu_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2091 hsw__memory_reads__hs_eu_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2122 hsw__memory_reads__ps_eu_stall__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2141 hsw__memory_reads__eu_stall__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2168 hsw__memory_reads__vs_eu_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2187 hsw__memory_reads__cs_eu_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2230 hsw__memory_reads__cs_eu_stall__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2257 hsw__memory_reads__vs_eu_stall__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2388 hsw__memory_writes__llc_wr_accesses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2505 hsw__sampler_balance__eu_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2524 hsw__sampler_balance__ds_eu_stall__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2543 hsw__sampler_balance__sampler3_l2_cache_misses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2573 hsw__sampler_balance__gs_eu_stall__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2592 hsw__sampler_balance__cs_eu_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2611 hsw__sampler_balance__vs_eu_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2630 hsw__sampler_balance__hs_eu_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2649 hsw__sampler_balance__ds_eu_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2668 hsw__sampler_balance__gs_eu_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2687 hsw__sampler_balance__ps_eu_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2706 hsw__sampler_balance__cs_eu_stall__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2725 hsw__sampler_balance__eu_stall__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2744 hsw__sampler_balance__vs_eu_stall__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2763 hsw__sampler_balance__hs_eu_stall__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2782 hsw__sampler_balance__ps_eu_stall__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2805 hsw__sampler_balance__cs_duration__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2865 hsw__sampler_balance__ds_duration__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2917 hsw__sampler_balance__gs_duration__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
2977 hsw__sampler_balance__sampler_l2_cache_misses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3007 hsw__sampler_balance__sampler2_l2_cache_misses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3021 hsw__sampler_balance__avg_gpu_core_frequency__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3040 hsw__sampler_balance__eu_idle__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3061 hsw__sampler_balance__gpu_busy__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3085 hsw__sampler_balance__hs_duration__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3165 hsw__sampler_balance__ps_duration__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3217 hsw__sampler_balance__sampler1_l2_cache_misses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3243 hsw__sampler_balance__sampler0_l2_cache_misses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3261 hsw__sampler_balance__vs_duration__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3317 bdw__render_basic__gpu_core_clocks__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3329 bdw__render_basic__eu_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3356 bdw__render_basic__eu_fpu_both_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3375 bdw__render_basic__sampler_l1_misses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3390 bdw__render_basic__vs_send_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3409 bdw__render_basic__sampler1_bottleneck__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3425 bdw__render_basic__vs_fpu1_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3448 bdw__render_basic__l3_sampler_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3460 bdw__render_basic__hi_depth_test_fails__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3473 bdw__render_basic__ps_eu_both_fpu_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3492 bdw__render_basic__vs_threads__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3504 bdw__render_basic__ps_threads__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3516 bdw__render_basic__sampler0_busy__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3532 bdw__render_basic__sampler1_busy__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3548 bdw__render_basic__samplers_busy__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3562 bdw__render_basic__gti_vf_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3581 bdw__render_basic__sampler0_bottleneck__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3597 bdw__render_basic__sampler_texels__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3610 bdw__render_basic__pixels_failing_post_ps_tests__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3627 bdw__render_basic__avg_gpu_core_frequency__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3646 bdw__render_basic__sampler_texel_misses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3659 bdw__render_basic__cs_threads__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3671 bdw__render_basic__shader_memory_accesses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3683 bdw__render_basic__l3_lookups__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3695 bdw__render_basic__slm_bytes_read__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3708 bdw__render_basic__gti_read_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3721 bdw__render_basic__ps_fpu1_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3740 bdw__render_basic__ps_send_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3759 bdw__render_basic__rasterized_pixels__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3772 bdw__render_basic__gpu_busy__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3788 bdw__render_basic__gti_depth_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3803 bdw__render_basic__vs_fpu0_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3822 bdw__render_basic__ps_fpu0_active__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3841 bdw__render_basic__ds_threads__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3853 bdw__render_basic__samples_written__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3866 bdw__render_basic__eu_stall__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3885 bdw__render_basic__samples_blended__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3898 bdw__render_basic__early_depth_test_fails__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3911 bdw__render_basic__sampler_bottleneck__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3925 bdw__render_basic__gti_hdc_lookups_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3938 bdw__render_basic__gti_rcc_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3953 bdw__render_basic__hs_threads__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3969 bdw__render_basic__slm_bytes_written__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3982 bdw__render_basic__l3_shader_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
3998 bdw__render_basic__samples_killed_in_ps__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
4011 bdw__render_basic__shader_atomics__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
4031 bdw__compute_basic__untyped_bytes_read__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
4053 bdw__compute_basic__typed_bytes_written__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
4079 bdw__compute_basic__eu_avg_ipc_rate__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
4156 bdw__compute_basic__untyped_bytes_written__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
4182 bdw__compute_basic__typed_bytes_read__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
4204 bdw__compute_basic__eu_thread_occupancy__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
4287 bdw__render_pipe_profile__hi_depth_bottleneck__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
4323 bdw__render_pipe_profile__bc_bottleneck__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
4339 bdw__render_pipe_profile__hs_stall__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
4387 bdw__render_pipe_profile__vf_bottleneck__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
4407 bdw__render_pipe_profile__sf_bottleneck__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
4423 bdw__render_pipe_profile__sampler_accesses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
4435 bdw__render_pipe_profile__sf_stall__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
4459 bdw__render_pipe_profile__cl_stall__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
4475 bdw__render_pipe_profile__so_bottleneck__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
4511 bdw__render_pipe_profile__cl_bottleneck__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
4527 bdw__render_pipe_profile__ds_stall__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
4543 bdw__render_pipe_profile__early_depth_bottleneck__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
4587 bdw__render_pipe_profile__so_stall__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
4623 bdw__memory_reads__gti_ring_accesses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
4780 bdw__memory_reads__gti_l3_reads__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5026 bdw__compute_extended__untyped_writes_per_cache_line__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5105 bdw__compute_extended__untyped_reads_per_cache_line__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5152 bdw__compute_l3_cache__l3_bank03_accesses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5165 bdw__compute_l3_cache__l3_accesses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5196 bdw__compute_l3_cache__l3_total_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5240 bdw__compute_l3_cache__eu_hybrid_fpu0_instruction__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5259 bdw__compute_l3_cache__l3_misses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5277 bdw__compute_l3_cache__l3_bank00_accesses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5290 bdw__compute_l3_cache__eu_move_fpu0_instruction__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5317 bdw__compute_l3_cache__l3_bank10_accesses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5330 bdw__compute_l3_cache__eu_hybrid_fpu1_instruction__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5373 bdw__compute_l3_cache__l3_bank10_ic_accesses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5389 bdw__compute_l3_cache__l3_bank10_ic_hits__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5407 bdw__compute_l3_cache__gti_l3_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5422 bdw__compute_l3_cache__l3_bank00_ic_accesses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5438 bdw__compute_l3_cache__l3_bank00_ic_hits__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5452 bdw__compute_l3_cache__l3_bank01_accesses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5489 bdw__compute_l3_cache__eu_move_fpu1_instruction__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5524 bdw__compute_l3_cache__l3_bank02_accesses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5537 bdw__compute_l3_cache__l3_bank13_accesses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5574 bdw__compute_l3_cache__l3_bank12_accesses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5707 bdw__data_port_reads_coalescing__eu_bytes_read_per_cache_line__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5728 bdw__data_port_reads_coalescing__eu_data_reads_per_cache_line__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5758 bdw__data_port_reads_coalescing__hdc0_l3_reads__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5788 bdw__data_port_writes_coalescing__eu_hdc0_writes192_b__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5867 bdw__data_port_writes_coalescing__eu_hdc0_writes256_b_simd16__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5894 bdw__data_port_writes_coalescing__eu_hdc0_writes96_b__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5925 bdw__data_port_writes_coalescing__eu_hdc0_writes64_b__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5939 bdw__data_port_writes_coalescing__eu_hdc0_writes128_b__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5954 bdw__data_port_writes_coalescing__eu_bytes_written_per_cache_line__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
5981 bdw__data_port_writes_coalescing__eu_data_writes_per_cache_line__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
6067 bdw__hdc_and_sf__non_sampler_shader12_access_stalled_on_l3__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
6113 bdw__hdc_and_sf__non_sampler_shader01_access_stalled_on_l3__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
6135 bdw__hdc_and_sf__non_sampler_shader02_access_stalled_on_l3__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
6173 bdw__hdc_and_sf__non_sampler_shader10_access_stalled_on_l3__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
6227 bdw__hdc_and_sf__non_sampler_shader11_access_stalled_on_l3__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
6249 bdw__hdc_and_sf__l3_shader_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
6269 bdw__hdc_and_sf__non_sampler_shader00_access_stalled_on_l3__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
7855 bdw__compute_extra__fpu1_active_adjusted__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
7915 bdw__vme_pipe__eu_thread_occupancy__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
7942 bdw__vme_pipe__vme_busy__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
8143 chv__render_basic__l3_sampler_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
8180 chv__render_basic__samplers_busy__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
8345 chv__compute_basic__untyped_bytes_read__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
8364 chv__compute_basic__typed_bytes_written__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
8451 chv__compute_basic__gti_ring_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
8476 chv__compute_basic__typed_bytes_read__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
10519 sklgt2__render_basic__sampler_l1_misses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
10548 sklgt2__render_basic__l3_sampler_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
10632 sklgt2__render_basic__l3_lookups__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
11576 sklgt2__compute_l3_cache__l3_accesses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
11767 sklgt2__compute_l3_cache__l3_total_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
13119 sklgt2__compute_extra__fpu1_active_adjusted__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
13285 sklgt2__pma__stall__stc_pma_stall__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
16066 sklgt4__render_basic__sampler_l1_misses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
16095 sklgt4__render_basic__l3_sampler_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
16179 sklgt4__render_basic__l3_lookups__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
29947 bxt__compute_basic__typed_bytes_written__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
30031 bxt__compute_basic__untyped_bytes_written__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
34467 cnl__render_basic__l3_misses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
34489 cnl__render_basic__sampler_l1_misses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
34521 cnl__render_basic__l3_sampler_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
34557 cnl__render_basic__samplers_busy__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
34621 cnl__render_basic__l3_lookups__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
34641 cnl__render_basic__gti_read_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
34670 cnl__render_basic__gti_depth_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
34715 cnl__render_basic__sampler_bottleneck__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
34739 cnl__render_basic__gti_rcc_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
34758 cnl__render_basic__gti_write_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
34771 cnl__render_basic__l3_shader_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
34808 cnl__compute_basic__untyped_bytes_read__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
34840 cnl__compute_basic__typed_bytes_written__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
34875 cnl__compute_basic__eu_avg_ipc_rate__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
34960 cnl__compute_basic__untyped_bytes_written__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
34996 cnl__compute_basic__typed_bytes_read__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
35035 cnl__compute_basic__eu_thread_occupancy__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
35438 cnl__memory_reads__gti_l3_reads__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
35647 cnl__compute_extended__typed_atomics_per_cache_line__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
35689 cnl__compute_extended__untyped_writes_per_cache_line__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
35740 cnl__compute_extended__typed_writes_per_cache_line__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
35778 cnl__compute_extended__untyped_reads_per_cache_line__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
35797 cnl__compute_extended__typed_reads_per_cache_line__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
35843 cnl__compute_l3_cache__l3_bank00_accesses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
35856 cnl__compute_l3_cache__l3_bank01_accesses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
35877 cnl__compute_l3_cache__l3_bank11_accesses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
35890 cnl__compute_l3_cache__l3_bank12_accesses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
35903 cnl__compute_l3_cache__l3_accesses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
35923 cnl__compute_l3_cache__l3_sampler_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
36024 cnl__compute_l3_cache__l3_lookups__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
36102 cnl__compute_l3_cache__l3_total_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
36218 cnl__hdc_and_sf__non_sampler_shader01_access_stalled_on_l3__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
36240 cnl__hdc_and_sf__non_sampler_shader02_access_stalled_on_l3__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
36278 cnl__hdc_and_sf__non_sampler_shader10_access_stalled_on_l3__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
36332 cnl__hdc_and_sf__non_sampler_shader11_access_stalled_on_l3__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
36358 cnl__hdc_and_sf__non_sampler_shader00_access_stalled_on_l3__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
37152 cnl__tdl_1__non_ps_thread02_ready_for_dispatch__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
37180 cnl__tdl_1__non_ps_thread10_ready_for_dispatch__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
37212 cnl__tdl_1__non_ps_thread00_ready_for_dispatch__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
37292 cnl__tdl_1__non_ps_thread11_ready_for_dispatch__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
37336 cnl__tdl_1__non_ps_thread01_ready_for_dispatch__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
37604 icl__render_basic__sampler_l1_misses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
37691 icl__render_basic__gti_read_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
37766 icl__render_basic__gti_write_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
37805 icl__compute_basic__untyped_bytes_read__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
37825 icl__compute_basic__typed_bytes_written__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
37881 icl__compute_basic__typed_atomics__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
37923 icl__compute_basic__gti_read_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
37942 icl__compute_basic__untyped_bytes_written__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
37966 icl__compute_basic__typed_bytes_read__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
38038 icl__compute_extended__untyped_writes_per_cache_line__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
38066 icl__compute_extended__typed_atomics_per_cache_line__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
38080 icl__compute_extended__eu_a64_untyped_reads00__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
38096 icl__compute_extended__eu_a32_untyped_writes00__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
38142 icl__compute_extended__typed_writes_per_cache_line__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
38172 icl__compute_extended__untyped_reads_per_cache_line__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
38198 icl__compute_extended__typed_reads_per_cache_line__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
38224 icl__compute_l3_cache__l3_bank03_accesses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
38237 icl__compute_l3_cache__l3_bank00_accesses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
38254 icl__compute_l3_cache__l3_bank02_accesses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
38283 icl__compute_l3_cache__l3_accesses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
38305 icl__compute_l3_cache__l3_sampler_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
38361 icl__compute_l3_cache__l3_misses__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
38416 icl__compute_l3_cache__l3_lookups__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
38437 icl__compute_l3_cache__gti_read_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
38466 icl__compute_l3_cache__gti_l3_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
38510 icl__compute_l3_cache__l3_total_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
38522 icl__compute_l3_cache__gti_write_throughput__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
38811 icl__hdc_and_sf__non_sampler_shader01_access_stalled_on_l3__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
38833 icl__hdc_and_sf__non_sampler_shader02_access_stalled_on_l3__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
38915 icl__hdc_and_sf__non_sampler_shader00_access_stalled_on_l3__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
38937 icl__hdc_and_sf__non_sampler_shader03_access_stalled_on_l3__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
39403 icl__l3_2__l30_bank0_stalled__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
39812 icl__l3_5__l30_bank5_stalled__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
40281 icl__tdl_1__ps_eu_stall_per_thread__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
40301 icl__tdl_1__vs_eu_stall_per_thread__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
40329 icl__tdl_1__ps_eu_active_per_thread__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
40409 icl__tdl_1__vs_eu_active_per_thread__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
40497 icl__tdl_2__non_ps_thread02_ready_for_dispatch__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
40519 icl__tdl_2__non_ps_thread03_ready_for_dispatch__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
40561 icl__tdl_2__non_ps_thread00_ready_for_dispatch__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
40603 icl__tdl_2__non_ps_thread07_ready_for_dispatch__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
40649 icl__tdl_2__non_ps_thread06_ready_for_dispatch__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
40675 icl__tdl_2__non_ps_thread05_ready_for_dispatch__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
40693 icl__tdl_2__non_ps_thread04_ready_for_dispatch__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
40727 icl__tdl_2__non_ps_thread01_ready_for_dispatch__read(MAYBE_UNUSED struct gen_perf * perf,const struct gen_perf_query_info * query,const uint64_t * accumulator) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_perf.c446 results[c].uint64 = accumulated_results->accumulator[accu_offset];
/xsrc/external/mit/MesaLib/src/intel/perf/
H A Dintel_perf_metrics.c49 uint64_t tmp0 = results->accumulator[query->gpu_time_offset + 0];
65 uint64_t tmp0 = results->accumulator[query->c_offset + 2];
101 uint64_t tmp0 = results->accumulator[query->a_offset + 5];
113 uint64_t tmp0 = results->accumulator[query->a_offset + 10];
125 uint64_t tmp0 = results->accumulator[query->a_offset + 15];
137 uint64_t tmp0 = results->accumulator[query->a_offset + 25];
149 uint64_t tmp0 = results->accumulator[query->a_offset + 30];
161 uint64_t tmp0 = results->accumulator[query->a_offset + 20];
173 uint64_t tmp0 = results->accumulator[query->a_offset + 41];
189 uint64_t tmp0 = results->accumulator[quer
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_performance_query.c1403 obj->oa.result.accumulator);
1409 obj->oa.result.accumulator);
/xsrc/external/mit/fontconfig/dist/m4/
H A Dpo.m4442 dnl Initializes the accumulator used by AM_XGETTEXT_OPTION.

Completed in 130 milliseconds