Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp67 const float RenderSystem::LoadMeterDescription::NANO_TO_MILLI = 1.0f / (1000.0f * 1000.0f); member in nw::demo::RenderSystem::LoadMeterDescription
709 static_cast<float>(span) * LoadMeterDescription::NANO_TO_MILLI; in WaitCommandList()
896 float currentTime = static_cast<float>(span) * LoadMeterDescription::NANO_TO_MILLI; in EndLoadMeter()
933 static_cast<float>(span) * LoadMeterDescription::NANO_TO_MILLI; in SuspendLoadMeter()
935 static_cast<float>(span) * LoadMeterDescription::NANO_TO_MILLI; in SuspendLoadMeter()
/NW4C-1.2.23/include/nw/demo/
Ddemo_GraphicsSystem.h192 static const float NANO_TO_MILLI; member