Searched refs:IsDeviceMemory (Results 1 – 7 of 7) sorted by relevance
186 if ( ! Util::IsDeviceMemory( reinterpret_cast<uptr>(buffer), fileSize ) ) in LoadFile()
571 if ( ! internal::Util::IsDeviceMemory( reinterpret_cast<uptr>(buffer), REQUIRED_SIZE ) ) in LoadWaveArchiveTable()630 if ( ! internal::Util::IsDeviceMemory( reinterpret_cast<uptr>(buffer), REQUIRED_SIZE ) ) in LoadIndividualWave()
131 if ( ! internal::Util::IsDeviceMemory( in Initialize()
341 IsDeviceMemory(const void* memory) in IsDeviceMemory() function
783 NW_ASSERT(nw::os::IsDeviceMemory(m_Buffer)); in FlushCache()
421 static bool IsDeviceMemory( uptr memory, size_t size ) in IsDeviceMemory() function
869 if (! nw::os::IsDeviceMemory(this->GetImageData())) in CheckMemoryLocation()