Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp66 const float RenderSystem::LoadMeterDescription::NANO_TO_MILLI = 1.0f / (1000.0f * 1000.0f); member in nw::demo::RenderSystem::LoadMeterDescription
722 static_cast<float>(span) * LoadMeterDescription::NANO_TO_MILLI; in WaitCommandList()
909 float currentTime = static_cast<float>(span) * LoadMeterDescription::NANO_TO_MILLI; in EndLoadMeter()
946 static_cast<float>(span) * LoadMeterDescription::NANO_TO_MILLI; in SuspendLoadMeter()
948 static_cast<float>(span) * LoadMeterDescription::NANO_TO_MILLI; in SuspendLoadMeter()
/NW4C-1.3.3/include/nw/demo/
Ddemo_GraphicsSystem.h192 static const float NANO_TO_MILLI; member