| /xsrc/external/mit/MesaLib.old/dist/src/intel/dev/ |
| H A D | gen_device_info_test.c | 29 assert(devinfo.timestamp_frequency != 0);
|
| H A D | gen_device_info.h | 243 uint64_t timestamp_frequency; member in struct:gen_device_info 282 return (1000000000ull * gpu_timestamp) / devinfo->timestamp_frequency;
|
| H A D | gen_device_info.c | 110 .timestamp_frequency = 12500000, 130 .timestamp_frequency = 12500000, 149 .timestamp_frequency = 12500000, 178 .timestamp_frequency = 12500000, 207 .timestamp_frequency = 12500000, 219 .timestamp_frequency = 12500000 424 .timestamp_frequency = 12500000 535 .timestamp_frequency = 12000000, \ 564 .timestamp_frequency = 19200000, \ 824 .timestamp_frequency [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/ds/ |
| H A D | intel_pps_perf.cc | 134 int timestamp_frequency; local in function:pps::query_timestamp_frequency 138 gp.value = ×tamp_frequency; 140 return timestamp_frequency; 152 uint64_t timestamp_frequency = query_timestamp_frequency(drm_fd); local in function:pps::get_oa_exponent 153 return static_cast<uint32_t>(log2(sampling_period_ns * timestamp_frequency / 1000000000ull)) - 1;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/dev/ |
| H A D | intel_device_info.h | 320 uint64_t timestamp_frequency; member in struct:intel_device_info 412 return (1000000000ull * gpu_timestamp) / devinfo->timestamp_frequency;
|
| H A D | intel_device_info.c | 106 .timestamp_frequency = 12500000, 128 .timestamp_frequency = 12500000, 148 .timestamp_frequency = 12500000, 178 .timestamp_frequency = 12500000, 208 .timestamp_frequency = 12500000, 221 .timestamp_frequency = 12500000, \ 423 .timestamp_frequency = 12500000, \ 533 .timestamp_frequency = 12000000, \ 562 .timestamp_frequency = 19200000, \ 1598 int timestamp_frequency; local in function:intel_get_device_info_from_fd [all...] |
| H A D | intel_dev_info.c | 113 fprintf(stdout, " timestamp frequency: %" PRIu64 "\n", devinfo.timestamp_frequency);
|
| H A D | intel_device_info_test.c | 29 assert(devinfo.timestamp_frequency != 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/perf/ |
| H A D | gen_perf.h | 175 uint64_t timestamp_frequency; /** $GpuTimestampFrequency */ member in struct:gen_perf::__anon276d248c0208
|
| H A D | gen_perf.c | 324 perf->sys_vars.timestamp_frequency = devinfo->timestamp_frequency;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/perf/ |
| H A D | intel_perf.h | 332 uint64_t timestamp_frequency; /** $GpuTimestampFrequency */ member in struct:intel_perf_config::__anon712279210308
|
| H A D | intel_perf_query.c | 660 prev_sample_period = 1000000000ull * pow(2, e + 1) / devinfo->timestamp_frequency; 661 next_sample_period = 1000000000ull * pow(2, e + 2) / devinfo->timestamp_frequency;
|
| H A D | intel_perf.c | 406 perf->sys_vars.timestamp_frequency = devinfo->timestamp_frequency;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | intel_noop_drm_shim.c | 151 *gp->value = i915.devinfo.timestamp_frequency;
|
| H A D | intel_dump_gpu.c | 553 *getparam->value = devinfo.timestamp_frequency;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_query.c | 297 return (1000000000ull * gpu_timestamp) / devinfo->timestamp_frequency; 707 emit_mul_gpr0(batch, (1000000000ull / screen->devinfo.timestamp_frequency)); 740 emit_mul_gpr0(batch, (1000000000ull / screen->devinfo.timestamp_frequency));
|
| H A D | iris_screen.c | 575 screen->devinfo.timestamp_frequency =
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_device.c | 521 int timestamp_frequency = local in function:anv_physical_device_init 524 if (timestamp_frequency < 0) 527 device->info.timestamp_frequency = timestamp_frequency; 1322 .timestampPeriod = 1000000000.0 / devinfo->timestamp_frequency, 3717 uint64_t timestamp_frequency = device->info.timestamp_frequency; local in function:anv_GetCalibratedTimestampsEXT 3735 uint64_t device_period = DIV_ROUND_UP(1000000000, timestamp_frequency);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_query.c | 440 uint32_t scale = 1000000000ull / devinfo->timestamp_frequency; 447 uint32_t scale = 1000000000ull / devinfo->timestamp_frequency;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_query.c | 410 uint32_t scale = 1000000000ull / devinfo->timestamp_frequency; 417 uint32_t scale = 1000000000ull / devinfo->timestamp_frequency;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_performance_query.c | 1085 prev_sample_period = 1000000000ull * pow(2, e + 1) / devinfo->timestamp_frequency; 1086 next_sample_period = 1000000000ull * pow(2, e + 2) / devinfo->timestamp_frequency;
|
| H A D | intel_screen.c | 1834 /* We shouldn't need to update gen_device_info.timestamp_frequency prior to 1849 screen->devinfo.timestamp_frequency = freq;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_device.c | 1918 .timestampPeriod = 1000000000.0 / devinfo->timestamp_frequency, 4550 uint64_t timestamp_frequency = device->info.timestamp_frequency; local in function:anv_GetCalibratedTimestampsEXT 4572 uint64_t device_period = DIV_ROUND_UP(1000000000, timestamp_frequency);
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | [all...] |
| /xsrc/external/mit/MesaLib.old/src/intel/perf/ |
| H A D | gen_perf_metrics.c | 396 uint64_t tmp3 = perf->sys_vars.timestamp_frequency; [all...] |