Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_screen.cpp988 UINT64 timestamp_freq; in d3d12_init_screen() local
989 if (FAILED(screen->cmdqueue->GetTimestampFrequency(&timestamp_freq))) in d3d12_init_screen()
990 timestamp_freq = 10000000; in d3d12_init_screen()
991 screen->timestamp_multiplier = 1000000000.0 / timestamp_freq; in d3d12_init_screen()