Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_BinaryReader.h44 void* GetCurrentAddress() const { return m_CurrentAddress; } in GetCurrentAddress() function
76 TYPE* x = static_cast<TYPE*>( m_pStream->GetCurrentAddress() ); \
88 TYPE* x = static_cast<TYPE*>( m_pStream->GetCurrentAddress() ); \
/NW4C-2.0.3/include/nw/gfx/
Dgfx_CommandUtil.h1410 u8* GetCurrentAddress() in GetCurrentAddress() function
1420 const u8* GetCurrentAddress() const in GetCurrentAddress() function
1472 nw::os::MemCpy(this->GetCurrentAddress(), buffer, size); in PutCommand()
1500 internal::FastWordCopy((u32*)this->GetCurrentAddress(), (u32*)buffer, size); in PutCommand()
1567 *reinterpret_cast<u32*>(this->GetCurrentAddress()) = *reinterpret_cast<const u32*>(buffer);
1584 *reinterpret_cast<u64*>(this->GetCurrentAddress()) = *reinterpret_cast<const u64*>(buffer);
1601 *reinterpret_cast<u64*>(this->GetCurrentAddress()) = *reinterpret_cast<const u64*>(buffer);
1602 …*reinterpret_cast<u32*>(this->GetCurrentAddress() + 8) = *(reinterpret_cast<const u32*>(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/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp301 u32* command = reinterpret_cast<u32*>( bufferInfo.GetCurrentAddress() ); in SetupActivateVertexAttributeCommand_()
536 u32* command = reinterpret_cast<u32*>(bufferInfo.GetCurrentAddress()); in SetupDeactivateVertexAttributeCommand_()
820 u32* command = reinterpret_cast<u32*>( bufferInfo.GetCurrentAddress() ); in SetupDrawIndexStreamCommand()