Searched refs:GetCurrentAddress (Results 1 – 3 of 3) sorted by relevance
44 void* GetCurrentAddress() const { return m_CurrentAddress; } in GetCurrentAddress() function76 TYPE* x = static_cast<TYPE*>( m_pStream->GetCurrentAddress() ); \88 TYPE* x = static_cast<TYPE*>( m_pStream->GetCurrentAddress() ); \
1410 u8* GetCurrentAddress() in GetCurrentAddress() function1420 const u8* GetCurrentAddress() const in GetCurrentAddress() function1472 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) + …
301 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()