Searched refs:u64 (Results 1 – 10 of 10) sorted by relevance
190 u64 m_StartTime;191 u64 m_EndTime;192 u64 m_AllTime;194 u64 m_GpuWaitStartTime;195 u64 m_GpuWaitEndTime;196 u64 m_GpuWaitTime;
50 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()
70 u64 iCacheMiss; //!< 命令キャッシュミス数です。71 u64 dCacheReadMiss; //!< データキャッシュリードミス数です。72 u64 dCacheWriteMiss; //!< データキャッシュライトミス数です。227 u64 m_ICacheMiss;228 u64 m_DCacheReadMiss;229 u64 m_DCacheWriteMiss;
104 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) + …
31 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
103 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()
28 typedef unsigned __int64 u64; typedef
863 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()
211 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()
68 static const s64 S64_MAX = (s64)(((u64)-1) >> 1);