Searched refs:bufferAddr (Results 1 – 2 of 2) sorted by relevance
349 u32 bufferAddr = nngxGetPhysicalAddr( interleave.GetImageAddress() ); in SetupActivateVertexAttributeCommand_() local352 command[commandIndex ] = bufferAddr - baseAddr; in SetupActivateVertexAttributeCommand_()407 u32 bufferAddr = nngxGetPhysicalAddr( stream.GetImageAddress() ); in SetupActivateVertexAttributeCommand_() local410 command[commandIndex] = bufferAddr - baseAddr; in SetupActivateVertexAttributeCommand_()821 u32 bufferAddr = nngxGetPhysicalAddr( indexStream.GetImageAddress() ); in SetupDrawIndexStreamCommand() local823 NW_ASSERT((bufferAddr - baseAddr) < 0x10000000); in SetupDrawIndexStreamCommand()828 command[0] = (bufferAddr - baseAddr); in SetupDrawIndexStreamCommand()
114 u32 bufferAddr = nngxGetPhysicalAddr(reinterpret_cast<uptr>(streamPtr)); in SetupParticleVertexAttributeCommand() local119 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() local491 NW_ASSERT((bufferAddr - baseAddr) < 0x10000000); in Create()492 node->m_PrimitiveBufferOffset[i] = bufferAddr - baseAddr; in Create()