Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c445 uint64_t ts_freq; in dzn_physical_device_cache_caps() local
446 ID3D12CommandQueue_GetTimestampFrequency(cmdqueue, &ts_freq); in dzn_physical_device_cache_caps()
447 pdev->timestamp_period = 1000000000.0f / ts_freq; in dzn_physical_device_cache_caps()

Completed in 5 milliseconds