Searched refs:resultAddr (Results 1 – 1 of 1) sorted by relevance
71 void* resultAddr = NULL; in Allocate() local104 resultAddr = m_DeviceMemoryAllocator->Alloc(size, addrAlign); in Allocate()113 resultAddr = reinterpret_cast<void*>(m_CurrentAddrVramA); in Allocate()124 resultAddr = reinterpret_cast<void*>(m_CurrentAddrVramB); in Allocate()134 NW_NULL_ASSERT(resultAddr); in Allocate()136 return resultAddr; in Allocate()