Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp266 return buffer.UsedSize(); in BuildCommonCommand()
410 return buffer.UsedSize(); in BuildShaderProgramCommand()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_ShaderBinaryInfo.h884 s32 UsedSize() const { return ut::GetOffsetFromPtr(m_StartAddress, m_CurrentAddress); } in UsedSize() function