Searched refs:resultAddr (Results 1 – 1 of 1) sorted by relevance
73 void* resultAddr = NULL; in Allocate() local106 resultAddr = m_DeviceMemoryAllocator->Alloc(size, addrAlign); in Allocate()115 resultAddr = reinterpret_cast<void*>(m_CurrentAddrVramA); in Allocate()126 resultAddr = reinterpret_cast<void*>(m_CurrentAddrVramB); in Allocate()136 NW_NULL_ASSERT(resultAddr); in Allocate()138 return resultAddr; in Allocate()