Searched refs:timestamp_frequency (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/intel/dev/ |
D | gen_device_info.c | 103 .timestamp_frequency = 12500000, 123 .timestamp_frequency = 12500000, 142 .timestamp_frequency = 12500000, 171 .timestamp_frequency = 12500000, 200 .timestamp_frequency = 12500000, 212 .timestamp_frequency = 12500000 412 .timestamp_frequency = 12500000 520 .timestamp_frequency = 12000000, \ 548 .timestamp_frequency = 19200000, \ 1421 int timestamp_frequency; in gen_get_device_info_from_fd() local [all …]
|
D | gen_device_info.h | 254 uint64_t timestamp_frequency; member 303 return (1000000000ull * gpu_timestamp) / devinfo->timestamp_frequency; in gen_device_info_timebase_scale()
|
D | gen_device_info_test.c | 29 assert(devinfo.timestamp_frequency != 0); in main()
|
D | intel_device_info.c | 111 fprintf(stdout, " timestamp frequency: %" PRIu64 "\n", devinfo.timestamp_frequency); in main()
|
/external/mesa3d/src/intel/perf/ |
D | gen_perf.h | 268 uint64_t timestamp_frequency; /** $GpuTimestampFrequency */ member
|
D | gen_perf.c | 424 perf->sys_vars.timestamp_frequency = devinfo->timestamp_frequency; in init_oa_sys_vars()
|
D | gen_perf_query.c | 753 prev_sample_period = 1000000000ull * pow(2, e + 1) / devinfo->timestamp_frequency; in gen_perf_begin_query() 754 next_sample_period = 1000000000ull * pow(2, e + 2) / devinfo->timestamp_frequency; in gen_perf_begin_query()
|
/external/mesa3d/src/intel/tools/ |
D | intel_noop_drm_shim.c | 135 *gp->value = i915.devinfo.timestamp_frequency; in i915_ioctl_get_param()
|
D | intel_dump_gpu.c | 548 *getparam->value = devinfo.timestamp_frequency; in ioctl()
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_query.c | 408 uint32_t scale = 1000000000ull / devinfo->timestamp_frequency; in calculate_result_on_gpu() 415 uint32_t scale = 1000000000ull / devinfo->timestamp_frequency; in calculate_result_on_gpu()
|
/external/igt-gpu-tools/tests/ |
D | perf.c | 192 static uint64_t timestamp_frequency = 12500000; variable 367 return ((uint64_t)u32_delta * NSEC_PER_SEC) / timestamp_frequency; in timebase_scale() 407 return 1000000000ULL * (2ULL << exponent) / timestamp_frequency; in oa_exponent_to_ns() 864 timestamp_frequency = get_cs_timestamp_frequency(); in init_sys_info() 865 igt_assert_neq(timestamp_frequency, 0); in init_sys_info()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 1619 .timestampPeriod = 1000000000.0 / devinfo->timestamp_frequency, in anv_GetPhysicalDeviceProperties() 4504 uint64_t timestamp_frequency = device->info.timestamp_frequency; in anv_GetCalibratedTimestampsEXT() local 4526 uint64_t device_period = DIV_ROUND_UP(1000000000, timestamp_frequency); in anv_GetCalibratedTimestampsEXT()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_screen.c | 1876 screen->devinfo.timestamp_frequency = freq; in intel_cs_timestamp_frequency()
|
/external/mesa3d/prebuilt-intermediates/perf/ |
D | gen_perf_metrics.c | 397 uint64_t tmp3 = perf->sys_vars.timestamp_frequency; in hsw__render_basic__gpu_time__read()
|