Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_screen.cpp1655 UINT64 timestamp_freq; in d3d12_init_screen() local
1656 if (FAILED(screen->cmdqueue->GetTimestampFrequency(&timestamp_freq))) in d3d12_init_screen()
1657 timestamp_freq = 10000000; in d3d12_init_screen()
1658 screen->timestamp_multiplier = 1000000000.0f / timestamp_freq; in d3d12_init_screen()