| /xsrc/external/mit/MesaLib.old/dist/src/intel/ |
| H A D | Makefile.perf.am | |
| H A D | Android.perf.mk | |
| /xsrc/external/mit/MesaLib/dist/src/intel/ |
| H A D | Makefile.perf.am | |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/ds/ |
| H A D | pan_pps_driver.h | 48 std::unique_ptr<PanfrostPerf> perf = nullptr; member in class:pps::PanfrostDriver
|
| H A D | pan_pps_perf.h | 47 struct panfrost_perf *perf = nullptr; member in class:pps::PanfrostPerf
|
| H A D | pan_pps_driver.cc | 52 PanfrostDriver::create_available_counters(const PanfrostPerf &perf) argument 75 struct panfrost_perf *perf = pan_driver.perf local in function:pps::PanfrostDriver::create_available_counters::__anonf36f5d8e0102 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/perf/ |
| H A D | quick.c | 14 struct panfrost_perf *perf = rzalloc(ctx, struct panfrost_perf); local in function:main
|
| H A D | pan_perf.c | 79 panfrost_perf_init(struct panfrost_perf *perf, struct panfrost_device *dev) argument 34 panfrost_perf_counter_read(const struct panfrost_perf_counter * counter,const struct panfrost_perf * perf) argument 92 panfrost_perf_query(struct panfrost_perf * perf,uint32_t enable) argument 99 panfrost_perf_enable(struct panfrost_perf * perf) argument 105 panfrost_perf_disable(struct panfrost_perf * perf) argument 111 panfrost_perf_dump(struct panfrost_perf * perf) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_performance_query_mdapi.c | 70 struct gen_perf *perf = brw->perfquery.perf; local in function:brw_perf_query_register_mdapi_oa_query [all...] |
| H A D | brw_performance_query.c | 1386 struct gen_perf *perf = brw->perfquery.perf; local in function:get_oa_counter_data 1602 struct gen_perf *perf = brw->perfquery.perf; local in function:init_pipeline_statistic_query_registers [all...] |
| H A D | brw_context.h | 1165 struct gen_perf *perf; member in struct:brw_context::__anonaf9edc7b1808
|
| /xsrc/external/mit/MesaLib/dist/src/intel/ds/ |
| H A D | intel_pps_driver.h | 90 std::unique_ptr<IntelPerf> perf; member in class:pps::IntelDriver [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/perf/ |
| H A D | intel_perf_private.h | 69 intel_perf_append_query_info(struct intel_perf_config *perf, int max_counters) argument [all...] |
| H A D | intel_perf_mdapi.c | 232 intel_perf_register_mdapi_oa_query(struct intel_perf_config *perf, argument [all...] |
| H A D | intel_perf.c | 71 get_sysfs_dev_dir(struct intel_perf_config *perf, int fd) argument 157 read_sysfs_drm_device_file_uint64(struct intel_perf_config * perf,const char * file,uint64_t * value) argument 174 register_oa_config(struct intel_perf_config * perf,const struct intel_device_info * devinfo,const struct intel_perf_query_info * query,uint64_t config_id) argument 191 enumerate_sysfs_metrics(struct intel_perf_config * perf,const struct intel_device_info * devinfo) argument 237 add_all_metrics(struct intel_perf_config * perf,const struct intel_device_info * devinfo) argument 247 kernel_has_dynamic_config_support(struct intel_perf_config * perf,int fd) argument 256 i915_query_perf_config_supported(struct intel_perf_config * perf,int fd) argument 265 i915_query_perf_config_data(struct intel_perf_config * perf,int fd,const char * guid,struct drm_i915_perf_oa_config * config) argument 302 i915_add_config(struct intel_perf_config * perf,int fd,const struct intel_perf_registers * config,const char * guid) argument 324 init_oa_configs(struct intel_perf_config * perf,int fd,const struct intel_device_info * devinfo) argument 350 compute_topology_builtins(struct intel_perf_config * perf,const struct intel_device_info * devinfo) argument 386 init_oa_sys_vars(struct intel_perf_config * perf,const struct intel_device_info * devinfo,bool use_register_snapshots) argument 631 build_unique_counter_list(struct intel_perf_config * perf) argument 694 oa_metrics_available(struct intel_perf_config * perf,int fd,const struct intel_device_info * devinfo,bool use_register_snapshots) argument 737 load_oa_metrics(struct intel_perf_config * perf,int fd,const struct intel_device_info * devinfo) argument 862 get_passes_mask(struct intel_perf_config * perf,const uint32_t * counter_indices,uint32_t counter_indices_count) argument 895 intel_perf_get_n_passes(struct intel_perf_config * perf,const uint32_t * counter_indices,uint32_t counter_indices_count,struct intel_perf_query_info ** pass_queries) argument 914 intel_perf_get_counters_passes(struct intel_perf_config * perf,const uint32_t * counter_indices,uint32_t counter_indices_count,struct intel_perf_counter_pass * counter_pass) argument [all...] |
| H A D | intel_perf_query.c | 255 struct intel_perf_config *perf; member in struct:intel_perf_context 431 get_metric_id(struct intel_perf_config * perf,const struct intel_perf_query_info * query) argument 714 struct intel_perf_config *perf = ctx->perf; local in function:snapshot_statistics_registers [all...] |
| H A D | intel_perf.h | 217 struct intel_perf_config *perf; member in struct:intel_perf_query_info 497 struct intel_perf_config *perf = rzalloc(ctx, struct intel_perf_config); local in function:intel_perf_new 506 intel_perf_has_hold_preemption(const struct intel_perf_config *perf) argument 516 intel_perf_has_global_sseu(const struct intel_perf_config * perf) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/drivers/ |
| H A D | llvmpipe.rst | [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_perf.c | 49 struct intel_perf_config *perf = intel_perf_new(NULL); local in function:anv_physical_device_init_perf 345 struct intel_perf_config *perf = pdevice->perf; local in function:anv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR 384 struct intel_perf_config *perf = pdevice->perf; local in function:anv_GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR 402 struct intel_perf_config *perf = device->physical->perf; local in function:anv_AcquireProfilingLockKHR 431 anv_perf_write_pass_results(struct intel_perf_config * perf,struct anv_query_pool * pool,uint32_t pass,const struct intel_perf_query_result * accumulated_results,union VkPerformanceCounterResultKHR * results) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/perf/ |
| H A D | gen_perf.c | 44 get_sysfs_dev_dir(struct gen_perf *perf, int fd) argument 128 read_sysfs_drm_device_file_uint64(struct gen_perf * perf,const char * file,uint64_t * value) argument 145 register_oa_config(struct gen_perf * perf,const struct gen_perf_query_info * query,uint64_t config_id) argument 159 enumerate_sysfs_metrics(struct gen_perf * perf) argument 213 kernel_has_dynamic_config_support(struct gen_perf * perf,int fd) argument 222 gen_perf_load_metric_id(struct gen_perf * perf,const char * guid,uint64_t * metric_id) argument 235 init_oa_configs(struct gen_perf * perf,int fd) argument 275 compute_topology_builtins(struct gen_perf * perf,const struct gen_device_info * devinfo) argument 311 init_oa_sys_vars(struct gen_perf * perf,const struct gen_device_info * devinfo) argument 375 gen_perf_load_oa_metrics(struct gen_perf * perf,int fd,const struct gen_device_info * devinfo) argument [all...] |
| H A D | gen_perf.h | 219 gen_perf_query_append_query_info(struct gen_perf *perf, int max_counters) argument 273 struct gen_perf *perf = rzalloc(ctx, struct gen_perf); local in function:gen_perf_new [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_statistics.cpp | 185 perf_info perf = get_perf_info(program, instr); local in function:aco::BlockCycleEstimator::use_resources 201 perf_info perf = get_perf_info(program, instr); local in function:aco::BlockCycleEstimator::cycles_until_res_available 355 perf_info perf = get_perf_info(program, instr); local in function:aco::BlockCycleEstimator::add [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_ir_performance.cpp | 1184 execute_instruction(state &st, const perf_desc &perf) argument 1209 mark_read_dependency(state &st, const perf_desc &perf, dependency_id id) argument 1220 mark_write_dependency(state & st,const perf_desc & perf,dependency_id id) argument 1340 const perf_desc perf = instruction_desc(info); local in function:__anon104c03580110::issue_fs_inst 1461 const perf_desc perf = instruction_desc(info); local in function:__anon104c03580110::issue_vec4_instruction [all...] |
| H A D | brw_fs_generator.cpp | 1895 generate_code(const cfg_t * cfg,int dispatch_width,struct shader_stats shader_stats,const brw::performance & perf,struct brw_compile_stats * stats) argument
|
| H A D | brw_vec4_generator.cpp | 1519 generate_code(struct brw_codegen * p,const struct brw_compiler * compiler,void * log_data,const nir_shader * nir,struct brw_vue_prog_data * prog_data,const struct cfg_t * cfg,const performance & perf,struct brw_compile_stats * stats,bool debug_enabled) argument 2285 brw_vec4_generate_assembly(const struct brw_compiler * compiler,void * log_data,void * mem_ctx,const nir_shader * nir,struct brw_vue_prog_data * prog_data,const struct cfg_t * cfg,const performance & perf,struct brw_compile_stats * stats,bool debug_enabled) argument
|