/external/mesa3d/prebuilt-intermediates/perf/ |
D | gen_perf_metrics.h | 27 struct gen_perf_config; 29 void gen_oa_register_queries_hsw(struct gen_perf_config *perf); 30 void gen_oa_register_queries_bdw(struct gen_perf_config *perf); 31 void gen_oa_register_queries_chv(struct gen_perf_config *perf); 32 void gen_oa_register_queries_sklgt2(struct gen_perf_config *perf); 33 void gen_oa_register_queries_sklgt3(struct gen_perf_config *perf); 34 void gen_oa_register_queries_sklgt4(struct gen_perf_config *perf); 35 void gen_oa_register_queries_bxt(struct gen_perf_config *perf); 36 void gen_oa_register_queries_kblgt2(struct gen_perf_config *perf); 37 void gen_oa_register_queries_kblgt3(struct gen_perf_config *perf); [all …]
|
D | gen_perf_metrics.c | 44 hsw__render_basic__gpu_core_clocks__read(UNUSED struct gen_perf_config *perf, in hsw__render_basic__gpu_core_clocks__read() 56 hsw__render_basic__eu_active__read(UNUSED struct gen_perf_config *perf, in hsw__render_basic__eu_active__read() 75 hsw__render_basic__ds_eu_stall__read(UNUSED struct gen_perf_config *perf, in hsw__render_basic__ds_eu_stall__read() 94 hsw__render_basic__alpha_test_fails__read(UNUSED struct gen_perf_config *perf, in hsw__render_basic__alpha_test_fails__read() 106 hsw__render_basic__sampler1_bottleneck__read(UNUSED struct gen_perf_config *perf, in hsw__render_basic__sampler1_bottleneck__read() 122 hsw__render_basic__ds_threads__read(UNUSED struct gen_perf_config *perf, in hsw__render_basic__ds_threads__read() 134 hsw__render_basic__ds_eu_active_per_thread__read(UNUSED struct gen_perf_config *perf, in hsw__render_basic__ds_eu_active_per_thread__read() 149 hsw__render_basic__gs_threads__read(UNUSED struct gen_perf_config *perf, in hsw__render_basic__gs_threads__read() 161 hsw__render_basic__gs_eu_stall__read(UNUSED struct gen_perf_config *perf, in hsw__render_basic__gs_eu_stall__read() 180 hsw__render_basic__cs_eu_active__read(UNUSED struct gen_perf_config *perf, in hsw__render_basic__cs_eu_active__read() [all …]
|
/external/mesa3d/src/intel/perf/ |
D | gen_perf.h | 46 struct gen_perf_config; 176 uint64_t (*oa_counter_read_uint64)(struct gen_perf_config *perf, 179 float (*oa_counter_read_float)(struct gen_perf_config *perf, 246 struct gen_perf_config { struct 326 void gen_perf_init_metrics(struct gen_perf_config *perf_cfg, argument 333 bool gen_perf_load_metric_id(struct gen_perf_config *perf_cfg, 339 struct gen_perf_registers *gen_perf_load_configuration(struct gen_perf_config *perf_cfg, 347 uint64_t gen_perf_store_configuration(struct gen_perf_config *perf_cfg, int fd, 385 static inline struct gen_perf_config * 388 struct gen_perf_config *perf = rzalloc(ctx, struct gen_perf_config); in gen_perf_new() [all …]
|
D | gen_perf_query.h | 31 struct gen_perf_config; 38 struct gen_perf_config *perf_cfg, 49 struct gen_perf_config *perf_cfg, 56 struct gen_perf_config *gen_perf_config(struct gen_perf_context *ctx);
|
D | gen_perf.c | 73 get_sysfs_dev_dir(struct gen_perf_config *perf, int fd) in get_sysfs_dev_dir() 159 read_sysfs_drm_device_file_uint64(struct gen_perf_config *perf, in read_sysfs_drm_device_file_uint64() 176 register_oa_config(struct gen_perf_config *perf, in register_oa_config() 193 enumerate_sysfs_metrics(struct gen_perf_config *perf, in enumerate_sysfs_metrics() 239 add_all_metrics(struct gen_perf_config *perf, in add_all_metrics() 249 kernel_has_dynamic_config_support(struct gen_perf_config *perf, int fd) in kernel_has_dynamic_config_support() 258 i915_query_items(struct gen_perf_config *perf, int fd, in i915_query_items() 269 i915_query_perf_config_supported(struct gen_perf_config *perf, int fd) in i915_query_perf_config_supported() 280 i915_query_perf_config_data(struct gen_perf_config *perf, in i915_query_perf_config_data() 308 gen_perf_load_metric_id(struct gen_perf_config *perf_cfg, in gen_perf_load_metric_id() [all …]
|
D | gen_perf_query.c | 243 struct gen_perf_config *perf; 400 get_metric_id(struct gen_perf_config *perf, in get_metric_id() 542 struct gen_perf_config * 543 gen_perf_config(struct gen_perf_context *ctx) in gen_perf_config() function 550 struct gen_perf_config *perf_cfg, in gen_perf_init_context() 617 struct gen_perf_config *perf = ctx->perf; in snapshot_statistics_registers() 637 struct gen_perf_config *perf = ctx->perf; in snapshot_freq_register() 650 struct gen_perf_config *perf_cfg = perf_ctx->perf; in gen_perf_begin_query() 864 struct gen_perf_config *perf_cfg = perf_ctx->perf; in gen_perf_end_query() 996 struct gen_perf_config *perf_cfg = perf_ctx->perf; in read_oa_samples_for_query() [all …]
|
D | gen_perf_private.h | 69 gen_perf_append_query_info(struct gen_perf_config *perf, int max_counters) in gen_perf_append_query_info() 88 void gen_perf_register_mdapi_statistic_query(struct gen_perf_config *perf_cfg, 90 void gen_perf_register_mdapi_oa_query(struct gen_perf_config *perf,
|
D | gen_perf_mdapi.c | 131 gen_perf_register_mdapi_statistic_query(struct gen_perf_config *perf_cfg, in gen_perf_register_mdapi_statistic_query() 223 gen_perf_register_mdapi_oa_query(struct gen_perf_config *perf, in gen_perf_register_mdapi_oa_query()
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_performance_query.c | 38 struct gen_perf_config *perf_cfg = NULL; in iris_init_perf_query_info() 59 perf_cfg = gen_perf_config(ice->perf_ctx); in iris_init_perf_query_info() 144 struct gen_perf_config *perf_cfg = gen_perf_config(perf_ctx); in iris_get_perf_query_info() 167 struct gen_perf_config *perf_cfg = gen_perf_config(perf_ctx); in iris_get_perf_counter_info()
|
D | iris_monitor.c | 46 const struct gen_perf_config *perf_cfg = screen->perf_cfg; in iris_get_monitor_info() 96 struct gen_perf_config *perf_cfg = gen_perf_new(screen); in iris_monitor_init_metrics() 121 const struct gen_perf_config *perf_cfg = screen->perf_cfg; in iris_get_monitor_group_info() 152 struct gen_perf_config *perf_cfg = screen->perf_cfg; in iris_init_monitor_ctx() 169 struct gen_perf_config *perf_cfg = screen->perf_cfg; in iris_create_monitor_object()
|
D | iris_perf.h | 29 void iris_perf_init_vtbl(struct gen_perf_config *cfg);
|
D | iris_perf.c | 86 iris_perf_init_vtbl(struct gen_perf_config *perf_cfg) in iris_perf_init_vtbl()
|
D | iris_screen.h | 203 struct gen_perf_config *perf_cfg;
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_perf.c | 36 struct gen_perf_config * 45 struct gen_perf_config *perf = gen_perf_new(NULL); in anv_get_perf() 310 struct gen_perf_config *perf = pdevice->perf; in anv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR() 349 struct gen_perf_config *perf = pdevice->perf; in anv_GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR() 367 struct gen_perf_config *perf = device->physical->perf; in anv_AcquireProfilingLockKHR() 396 anv_perf_write_pass_results(struct gen_perf_config *perf, in anv_perf_write_pass_results()
|
D | anv_private.h | 81 struct gen_perf_config; 1076 struct gen_perf_config * perf; 4513 struct gen_perf_config *anv_get_perf(const struct gen_device_info *devinfo, int fd); 4515 void anv_perf_write_pass_results(struct gen_perf_config *perf,
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_performance_query.c | 150 struct gen_perf_config *perf_cfg = gen_perf_config(perf_ctx); in brw_get_perf_query_info() 204 struct gen_perf_config *perf_cfg = gen_perf_config(brw->perf_ctx); in brw_get_perf_counter_info() 482 struct gen_perf_config *perf_cfg = gen_perf_config(perf_ctx); in brw_init_perf_query_info()
|