Home
last modified time | relevance | path

Searched defs:timestamp_frequency (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/intel/dev/
Dgen_device_info.h254 uint64_t timestamp_frequency; member
Dgen_device_info.c1421 int timestamp_frequency; in gen_get_device_info_from_fd() local
/external/mesa3d/src/intel/perf/
Dgen_perf.h268 uint64_t timestamp_frequency; /** $GpuTimestampFrequency */ member
/external/mesa3d/src/intel/vulkan/
Danv_device.c4504 uint64_t timestamp_frequency = device->info.timestamp_frequency; in anv_GetCalibratedTimestampsEXT() local
/external/igt-gpu-tools/tests/
Dperf.c192 static uint64_t timestamp_frequency = 12500000; variable