Home
last modified time | relevance | path

Searched refs:timestamp_frequency (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/intel/dev/
H A Dintel_device_info.c102 .timestamp_frequency = 12500000,
120 .timestamp_frequency = 12500000,
142 .timestamp_frequency = 12500000,
163 .timestamp_frequency = 12500000,
194 .timestamp_frequency = 12500000,
225 .timestamp_frequency = 12500000,
238 .timestamp_frequency = 12500000, \
441 .timestamp_frequency = 12500000, \
552 .timestamp_frequency = 12000000, \
581 .timestamp_frequency
1990 int timestamp_frequency; intel_get_device_info_from_fd() local
[all...]
H A Dintel_device_info.h383 uint64_t timestamp_frequency; member
501 uint64_t upper_scaled_ts = upper_ts * 1000000000ull / devinfo->timestamp_frequency; in intel_device_info_timebase_scale()
502 uint64_t lower_scaled_ts = lower_ts * 1000000000ull / devinfo->timestamp_frequency; in intel_device_info_timebase_scale()
H A Dintel_dev_info.c175 devinfo.timestamp_frequency, 1000000000.0 / devinfo.timestamp_frequency); in main()
H A Dintel_device_info_test.h14 assert(devinfo->timestamp_frequency != 0); in verify_device_info()
/third_party/mesa3d/src/intel/ds/
H A Dintel_pps_perf.cc78 return static_cast<uint32_t>(log2(sampling_period_ns * devinfo->timestamp_frequency / 1000000000ull)) - 1; in get_oa_exponent()
H A Dintel_pps_driver.cc42 return (2.f * perf->devinfo.timestamp_frequency) / 1000000000ull; in get_min_sampling_period_ns()
/third_party/mesa3d/src/intel/perf/
H A Dintel_perf_query.c655 prev_sample_period = 1000000000ull * pow(2, e + 1) / devinfo->timestamp_frequency; in intel_perf_init_context()
656 next_sample_period = 1000000000ull * pow(2, e + 2) / devinfo->timestamp_frequency; in intel_perf_init_context()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_query.c410 uint32_t scale = 1000000000ull / devinfo->timestamp_frequency; in calculate_result_on_gpu()
417 uint32_t scale = 1000000000ull / devinfo->timestamp_frequency; in calculate_result_on_gpu()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_query.c440 uint32_t scale = 1000000000ull / devinfo->timestamp_frequency; in calculate_result_on_gpu()
447 uint32_t scale = 1000000000ull / devinfo->timestamp_frequency; in calculate_result_on_gpu()
/third_party/mesa3d/src/intel/tools/
H A Dintel_noop_drm_shim.c187 *gp->value = i915.devinfo.timestamp_frequency; in i915_ioctl_get_param()
H A Dintel_dump_gpu.c553 *getparam->value = devinfo.timestamp_frequency; in ioctl()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c1989 .timestampPeriod = 1000000000.0 / devinfo->timestamp_frequency, in anv_GetPhysicalDeviceProperties()
4676 uint64_t timestamp_frequency = device->info.timestamp_frequency; in anv_GetCalibratedTimestampsEXT() local
4698 uint64_t device_period = DIV_ROUND_UP(1000000000, timestamp_frequency); in anv_GetCalibratedTimestampsEXT()

Completed in 17 milliseconds