Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/ut/
Dut_BinaryReader.h42 void* GetCurrentAddress() const { return m_CurrentAddress; } in GetCurrentAddress() function
74 TYPE* x = static_cast<TYPE*>( m_pStream->GetCurrentAddress() ); \
86 TYPE* x = static_cast<TYPE*>( m_pStream->GetCurrentAddress() ); \
/NW4C-1.3.3/include/nw/gfx/
Dgfx_CommandUtil.h1408 u8* GetCurrentAddress() in GetCurrentAddress() function
1418 const u8* GetCurrentAddress() const in GetCurrentAddress() function
1470 nw::os::MemCpy(this->GetCurrentAddress(), buffer, size); in PutCommand()
1498 internal::FastWordCopy((u32*)this->GetCurrentAddress(), (u32*)buffer, size); in PutCommand()
1565 *reinterpret_cast<u32*>(this->GetCurrentAddress()) = *reinterpret_cast<const u32*>(buffer);
1582 *reinterpret_cast<u64*>(this->GetCurrentAddress()) = *reinterpret_cast<const u64*>(buffer);
1599 *reinterpret_cast<u64*>(this->GetCurrentAddress()) = *reinterpret_cast<const u64*>(buffer);
1600 …*reinterpret_cast<u32*>(this->GetCurrentAddress() + 8) = *(reinterpret_cast<const u32*>(buffer) + …
1617 *reinterpret_cast<u64*>(this->GetCurrentAddress()) = *reinterpret_cast<const u64*>(buffer);
1618 …*reinterpret_cast<u64*>(this->GetCurrentAddress() + 8) = *(reinterpret_cast<const u64*>(buffer) + …
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp299 u32* command = reinterpret_cast<u32*>( bufferInfo.GetCurrentAddress() ); in SetupActivateVertexAttributeCommand_()
534 u32* command = reinterpret_cast<u32*>(bufferInfo.GetCurrentAddress()); in SetupDeactivateVertexAttributeCommand_()
818 u32* command = reinterpret_cast<u32*>( bufferInfo.GetCurrentAddress() ); in SetupDrawIndexStreamCommand()