Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_device.c1961 const uint64_t timestamp_frequency = device->info->timestamp_frequency; in anv_GetCalibratedTimestampsKHR() local
/aosp_15_r20/external/mesa3d/src/panfrost/lib/kmod/
H A Dpan_kmod.h187 uint64_t timestamp_frequency; member
/aosp_15_r20/external/mesa3d/include/drm-uapi/
H A Dpanthor_drm.h393 __u64 timestamp_frequency; member
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_device.c3847 uint64_t timestamp_frequency = device->info->timestamp_frequency; in anv_GetCalibratedTimestampsEXT() local
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dperf.c192 static uint64_t timestamp_frequency = 12500000; variable