Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/Nw4cDemo/include/
Dframework.h190 u64 m_StartTime;
191 u64 m_EndTime;
192 u64 m_AllTime;
194 u64 m_GpuWaitStartTime;
195 u64 m_GpuWaitEndTime;
196 u64 m_GpuWaitTime;
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResMesh.h50 u64 m_RenderKeyCache;
157 u64 GetRenderKeyCache() const { return ref().m_RenderKeyCache; } in NW_RES_CTOR_INHERIT()
164 void SetRenderKeyCache(u64 renderKey) { ref().m_RenderKeyCache = renderKey; } in SetRenderKeyCache()
/NW4C-2.0.3/include/nw/dev/
Ddev_Profile.h70 u64 iCacheMiss; //!< 命令キャッシュミス数です。
71 u64 dCacheReadMiss; //!< データキャッシュリードミス数です。
72 u64 dCacheWriteMiss; //!< データキャッシュライトミス数です。
227 u64 m_ICacheMiss;
228 u64 m_DCacheReadMiss;
229 u64 m_DCacheWriteMiss;
/NW4C-2.0.3/include/nw/gfx/
Dgfx_CommandUtil.h104 CommandHeader(u64 rawData) : m_RawData( rawData >> 32 ) {} in CommandHeader()
358 *reinterpret_cast<u64*>(__cb_current_command_buffer) = *reinterpret_cast<const u64*>(buffer);
368 *reinterpret_cast<u64*>(__cb_current_command_buffer) = *reinterpret_cast<const u64*>(buffer);
379 *reinterpret_cast<u64*>(__cb_current_command_buffer) = *reinterpret_cast<const u64*>(buffer);
380 …*reinterpret_cast<u64*>(__cb_current_command_buffer + 2) = *(reinterpret_cast<const u64*>(buffer) …
1584 *reinterpret_cast<u64*>(this->GetCurrentAddress()) = *reinterpret_cast<const u64*>(buffer);
1601 *reinterpret_cast<u64*>(this->GetCurrentAddress()) = *reinterpret_cast<const u64*>(buffer);
1619 *reinterpret_cast<u64*>(this->GetCurrentAddress()) = *reinterpret_cast<const u64*>(buffer);
1620 …*reinterpret_cast<u64*>(this->GetCurrentAddress() + 8) = *(reinterpret_cast<const u64*>(buffer) + …
/NW4C-2.0.3/include/nw/ut/
Dut_ResTypes.h31 u64 UInt64;
51 static u64 BSwap( u64 val ) in BSwap()
53 const u64 MASK = 0xFF00FF00FF00FF00ULL; in BSwap()
54 const u64 MASK2 = 0xFFFF0000FFFF0000ULL; in BSwap()
148 typedef ResNum<u64> ResU64; //!< @details :private
Dut_BinaryReader.h103 NW_UT_DEFINE_READ_NORMAL_FUNC(u64,U64) in NW_UT_DEFINE_READ_NORMAL_FUNC()
132 NW_UT_DEFINE_READ_REVERSE_FUNC(u64,U64) in NW_UT_DEFINE_READ_REVERSE_FUNC()
/NW4C-2.0.3/include/nw/config/platform/
Dwin32.h28 typedef unsigned __int64 u64; typedef
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SequenceSoundPlayer.cpp863 u64 restMsec = INTERVAL_MSEC_NUMERATOR; in UpdateTick()
864 u64 nextMsec = static_cast<u64>(INTERVAL_MSEC_DENOMINATOR * m_TickFraction / tickPerMsec); in UpdateTick()
885 nextMsec = static_cast<u64>(INTERVAL_MSEC_DENOMINATOR / tickPerMsec); in UpdateTick()
/NW4C-2.0.3/sources/libraries/dev/
Ddev_Profile.cpp211 u64 iCacheMiss = (it->iCacheMiss / it->callCount); in DumpReports()
212 u64 dCacheReadMiss = (it->dCacheReadMiss / it->callCount); in DumpReports()
213 u64 dCacheWriteMiss = (it->dCacheWriteMiss / it->callCount); in DumpReports()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Stopwatch.h68 static const s64 S64_MAX = (s64)(((u64)-1) >> 1);