Home
last modified time | relevance | path

Searched refs:timestamp_frequency (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/intel/dev/
Dgen_device_info.c103 .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 …]
Dgen_device_info.h254 uint64_t timestamp_frequency; member
303 return (1000000000ull * gpu_timestamp) / devinfo->timestamp_frequency; in gen_device_info_timebase_scale()
Dgen_device_info_test.c29 assert(devinfo.timestamp_frequency != 0); in main()
Dintel_device_info.c111 fprintf(stdout, " timestamp frequency: %" PRIu64 "\n", devinfo.timestamp_frequency); in main()
/external/mesa3d/src/intel/perf/
Dgen_perf.h268 uint64_t timestamp_frequency; /** $GpuTimestampFrequency */ member
Dgen_perf.c424 perf->sys_vars.timestamp_frequency = devinfo->timestamp_frequency; in init_oa_sys_vars()
Dgen_perf_query.c753 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/
Dintel_noop_drm_shim.c135 *gp->value = i915.devinfo.timestamp_frequency; in i915_ioctl_get_param()
Dintel_dump_gpu.c548 *getparam->value = devinfo.timestamp_frequency; in ioctl()
/external/mesa3d/src/gallium/drivers/iris/
Diris_query.c408 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/
Dperf.c192 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/
Danv_device.c1619 .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/
Dintel_screen.c1876 screen->devinfo.timestamp_frequency = freq; in intel_cs_timestamp_frequency()
/external/mesa3d/prebuilt-intermediates/perf/
Dgen_perf_metrics.c397 uint64_t tmp3 = perf->sys_vars.timestamp_frequency; in hsw__render_basic__gpu_time__read()