Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_CommandUtil.h1391 m_BottomAddress = reinterpret_cast<u8*>(nw::ut::AddOffsetToPtr( m_TopAddress, size )); in CommandBufferInfo()
1402 m_BottomAddress = NULL; in CommandBufferInfo()
1507 u8* m_BottomAddress; //!< 終端アドレスです。 variable
1526 return nw::ut::AddOffsetToPtr(m_CurrentAddress, size) <= m_BottomAddress; in CheckRestMemory()