Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_screen.h118 double timestamp_multiplier; member
Dd3d12_query.cpp303 result->u64 = static_cast<uint64_t>(screen->timestamp_multiplier * result->u64); in accumulate_subresult()
Dd3d12_screen.cpp1298 screen->timestamp_multiplier = 1000000000.0 / timestamp_freq; in d3d12_init_screen()