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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_screen.cpp988 UINT64 timestamp_freq; local in function:d3d12_init_screen
989 if (FAILED(screen->cmdqueue->GetTimestampFrequency(&timestamp_freq)))
990 timestamp_freq = 10000000;
991 screen->timestamp_multiplier = 1000000000.0 / timestamp_freq;

Completed in 3 milliseconds