Searched refs:GetCurrentAddress (Results 1 – 3 of 3) sorted by relevance
42 void* GetCurrentAddress() const { return m_CurrentAddress; } in GetCurrentAddress() function74 TYPE* x = static_cast<TYPE*>( m_pStream->GetCurrentAddress() ); \86 TYPE* x = static_cast<TYPE*>( m_pStream->GetCurrentAddress() ); \
1408 u8* GetCurrentAddress() in GetCurrentAddress() function1418 const u8* GetCurrentAddress() const in GetCurrentAddress() function1470 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) + …
299 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()