Home
last modified time | relevance | path

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

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