Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp349 u32 bufferAddr = nngxGetPhysicalAddr( interleave.GetImageAddress() ); in SetupActivateVertexAttributeCommand_() local
352 command[commandIndex ] = bufferAddr - baseAddr; in SetupActivateVertexAttributeCommand_()
407 u32 bufferAddr = nngxGetPhysicalAddr( stream.GetImageAddress() ); in SetupActivateVertexAttributeCommand_() local
410 command[commandIndex] = bufferAddr - baseAddr; in SetupActivateVertexAttributeCommand_()
821 u32 bufferAddr = nngxGetPhysicalAddr( indexStream.GetImageAddress() ); in SetupDrawIndexStreamCommand() local
823 NW_ASSERT((bufferAddr - baseAddr) < 0x10000000); in SetupDrawIndexStreamCommand()
828 command[0] = (bufferAddr - baseAddr); in SetupDrawIndexStreamCommand()
Dgfx_ParticleShape.cpp114 u32 bufferAddr = nngxGetPhysicalAddr(reinterpret_cast<uptr>(streamPtr)); in SetupParticleVertexAttributeCommand() local
119 NW_ASSERT((bufferAddr - baseAddr) < 0x10000000); in SetupParticleVertexAttributeCommand()
120 command[commandIndex++] = bufferAddr - baseAddr; in SetupParticleVertexAttributeCommand()
489 u32 bufferAddr = nngxGetPhysicalAddr(reinterpret_cast<uptr>(node->m_PrimitiveBuffer[i])); in Create() local
491 NW_ASSERT((bufferAddr - baseAddr) < 0x10000000); in Create()
492 node->m_PrimitiveBufferOffset[i] = bufferAddr - baseAddr; in Create()